We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7015116 commit 37e6109Copy full SHA for 37e6109
1 file changed
.github/workflows/openbsd.yml
@@ -202,6 +202,8 @@ jobs:
202
export PATH=~/.cargo/bin:${PATH}
203
export RUST_BACKTRACE=1
204
export CARGO_TERM_COLOR=always
205
+ # Avoid filling disk space
206
+ export RUSTFLAGS="-C strip=symbols"
207
# Use cargo test since nextest might not support OpenBSD
208
if (test -z "\$FAULT"); then cargo test --features '${{ matrix.job.features }}' || FAULT=1 ; fi
209
# There is no systemd-logind on OpenBSD, so test all features except feat_systemd_logind
0 commit comments