Skip to content

Commit 79a117c

Browse files
committed
More fixes.
- Set the fetch depth for Rust so that it can download LLVM. - Install at-spi2-core for dbus.
1 parent 7c657f8 commit 79a117c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-users.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ jobs:
287287
repository: sunfishcode/dbus-rs
288288
path: dbus-rs
289289
- 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
291291
- run: cd dbus-rs && echo '[patch.crates-io]' >> Cargo.toml
292292
- run: cd dbus-rs && echo 'rustix = { path = ".." }' >> Cargo.toml
293293
- run: cd dbus-rs && env DBUS_SESSION_BUS_ADDRESS=`dbus-daemon --session --print-address --fork` cargo test --workspace
@@ -342,6 +342,8 @@ jobs:
342342
repository: sunfishcode/rust
343343
path: rust
344344
ref: rustix
345+
# Fetch enough to let the bootstrap script find an LLVM revision.
346+
fetch-depth: 2000
345347
# Download a pre-built LLVM instead of building it from source.
346348
- run: cd rust && echo "[llvm]" >> config.toml
347349
- run: cd rust && echo "download-ci-llvm = true" >> config.toml

0 commit comments

Comments
 (0)