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 b04b3bf commit b8659baCopy full SHA for b8659ba
.github/workflows/openbsd.yml
@@ -184,6 +184,8 @@ jobs:
184
export PATH=~/.cargo/bin:${PATH}
185
export RUST_BACKTRACE=1
186
export CARGO_TERM_COLOR=always
187
+ # Avoid filling disk space
188
+ export RUSTFLAGS="-C debuginfo=0 -C strip=true -Cpanic=abort"
189
# Use cargo test since nextest might not support OpenBSD
190
if (test -z "\$FAULT"); then cargo test --features '${{ matrix.job.features }}' || FAULT=1 ; fi
191
# There is no systemd-logind on OpenBSD, so test all features except feat_systemd_logind
0 commit comments