Skip to content

Commit

Permalink
Make sure CI runs with gcc-multilib
Browse files Browse the repository at this point in the history
  • Loading branch information
ia0 committed Sep 26, 2024
1 parent c663505 commit c2bd286
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions crates/runner-host/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ test_helper
cargo test --bin=runner-host --features=wasm,debug
cargo check --bin=runner-host --features=wasm,debug,web
cargo check --bin=runner-host --features=wasm,release
# TODO(https://github.com/a1ien/rusb/issues/211): Uncomment when fixed.
# cargo check --bin=runner-host --target=i686-unknown-linux-gnu --features=native,release
cargo check --bin=runner-host --target=i686-unknown-linux-gnu --features=native,release
cargo check --bin=runner-host --no-default-features --features=wasm,debug,tcp
cargo check --bin=runner-host --no-default-features --features=wasm,debug,unix
2 changes: 2 additions & 0 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ fi
# Transitive dependencies of xtask.
ensure bin cc
ensure lib libudev
dpkg -l gcc-multilib
sudo apt-get install gcc-multilib

# Transitive dependencies of runner-host. This should ideally be installed on
# demand by xtask.
Expand Down

0 comments on commit c2bd286

Please sign in to comment.