Skip to content

Commit 0357fa1

Browse files
oech3oech3
authored andcommitted
openbsd.yml: Save disk space
1 parent b04b3bf commit 0357fa1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/openbsd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ jobs:
184184
export PATH=~/.cargo/bin:${PATH}
185185
export RUST_BACKTRACE=1
186186
export CARGO_TERM_COLOR=always
187+
# Avoid filling disk space
188+
export RUSTFLAGS="-C strip=symbols -C panic=abort"
187189
# Use cargo test since nextest might not support OpenBSD
188190
if (test -z "\$FAULT"); then cargo test --features '${{ matrix.job.features }}' || FAULT=1 ; fi
189191
# There is no systemd-logind on OpenBSD, so test all features except feat_systemd_logind

0 commit comments

Comments
 (0)