Skip to content

Commit cff37cd

Browse files
committed
temporarily disable 32bit test job as it fails due to Rust toolchain
``` Run dtolnay/rust-toolchain@stable Run : parse toolchain version Run : construct rustup command line Run : set $CARGO_HOME Run : install rustup if needed info: downloading installer error: $HOME differs from euid-obtained home directory: you may be using sudo error: $HOME directory: /github/home error: euid-obtained home directory: /root info: profile set to 'default' info: default host triple is x86_64-unknown-linux-gnu info: skipping toolchain installation Rust is installed now. Great! To get started you may need to restart your current shell. This would reload your PATH environment variable to include Cargo's bin directory ($HOME/.cargo/bin). To configure your current shell, you need to source the corresponding env file under $HOME/.cargo. This is usually done by running one of the following (note the leading DOT): . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh source "$HOME/.cargo/env.fish" # For fish source "$HOME/.cargo/env.nu" # For nushell Run rustup toolchain install stable-i686-unknown-linux-gnu --profile minimal --no-self-update rustup toolchain install stable-i686-unknown-linux-gnu --profile minimal --no-self-update shell: bash --noprofile --norc -e -o pipefail {0} env: CARGO_TERM_COLOR: always CLICOLOR: 1 CARGO_HOME: /github/home/.cargo error: toolchain 'stable-i686-unknown-linux-gnu' may not be able to run on this system note: to build software for that platform, try `rustup target add i686-unknown-linux-gnu` instead note: add the `--force-non-host` flag to install the toolchain anyway ```
1 parent cf7f34d commit cff37cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ jobs:
390390
cargo-deny-advisories
391391
wasm
392392
tests-pass
393+
test-32bit
393394
394395
defaults:
395396
run:
@@ -424,7 +425,6 @@ jobs:
424425
- test-journey
425426
- test-fast
426427
- test-fixtures-windows
427-
- test-32bit
428428
- lint
429429
- cargo-deny
430430
- check-packetline

0 commit comments

Comments
 (0)