Skip to content

Commit 37e6109

Browse files
oech3sylvestre
authored andcommitted
openbsd.yml: Save disk space
1 parent 7015116 commit 37e6109

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
@@ -202,6 +202,8 @@ jobs:
202202
export PATH=~/.cargo/bin:${PATH}
203203
export RUST_BACKTRACE=1
204204
export CARGO_TERM_COLOR=always
205+
# Avoid filling disk space
206+
export RUSTFLAGS="-C strip=symbols"
205207
# Use cargo test since nextest might not support OpenBSD
206208
if (test -z "\$FAULT"); then cargo test --features '${{ matrix.job.features }}' || FAULT=1 ; fi
207209
# There is no systemd-logind on OpenBSD, so test all features except feat_systemd_logind

0 commit comments

Comments
 (0)