File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ jobs:
287
287
repository : sunfishcode/dbus-rs
288
288
path : dbus-rs
289
289
- run : sudo apt-get update
290
- - run : sudo apt-get install -y libdbus-1-dev
290
+ - run : sudo apt-get install -y libdbus-1-dev at-spi2-core
291
291
- run : cd dbus-rs && echo '[patch.crates-io]' >> Cargo.toml
292
292
- run : cd dbus-rs && echo 'rustix = { path = ".." }' >> Cargo.toml
293
293
- run : cd dbus-rs && env DBUS_SESSION_BUS_ADDRESS=`dbus-daemon --session --print-address --fork` cargo test --workspace
@@ -342,6 +342,8 @@ jobs:
342
342
repository : sunfishcode/rust
343
343
path : rust
344
344
ref : rustix
345
+ # Fetch enough to let the bootstrap script find an LLVM revision.
346
+ fetch-depth : 2000
345
347
# Download a pre-built LLVM instead of building it from source.
346
348
- run : cd rust && echo "[llvm]" >> config.toml
347
349
- run : cd rust && echo "download-ci-llvm = true" >> config.toml
You can’t perform that action at this time.
0 commit comments