Skip to content

Commit

Permalink
Make sure CI runs with gcc-multilib (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
ia0 authored Sep 26, 2024
1 parent c663505 commit 00fc7c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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
4 changes: 2 additions & 2 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ fi
ensure bin cc
ensure lib libudev

# Transitive dependencies of runner-host. This should ideally be installed on
# demand by xtask.
# Transitive dependencies of runner-host.
ensure bin usbip
ensure apt gcc-multilib

0 comments on commit 00fc7c7

Please sign in to comment.