File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 75
75
working-directory : ${{ matrix.project_dir }}
76
76
run : >
77
77
rustup component add rust-src;
78
- RUSTFLAGS="-Zlocation-detail=none" cargo +nightly build -Z build-std=std,panic_abort -Z build-std-features="std/ optimize_for_size" --target x86_64-unknown-linux-gnu --release;
78
+ RUSTFLAGS="-Zlocation-detail=none" cargo +nightly build -Z build-std=std,panic_abort -Z build-std-features="optimize_for_size" --target x86_64-unknown-linux-gnu --release;
79
79
cargo +nightly build -Z build-std=std,panic_abort -Z build-std-features=panic_immediate_abort --target x86_64-unknown-linux-gnu --release;
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ host: x86_64-apple-darwin
205
205
# Add the =std,panic_abort to the option to make panic = "abort" Cargo.toml option work.
206
206
# See: https://github.com/rust-lang/wg-cargo-std-aware/issues/56
207
207
$ RUSTFLAGS=" -Zlocation-detail=none" cargo +nightly build -Z build-std=std,panic_abort \
208
- -Z build-std-features=" std/ optimize_for_size" \
208
+ -Z build-std-features=" optimize_for_size" \
209
209
--target x86_64-apple-darwin --release
210
210
```
211
211
You can’t perform that action at this time.
0 commit comments