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 fcf7571 commit ac36d2fCopy full SHA for ac36d2f
1 file changed
.github/workflows/freebsd.yml
@@ -133,6 +133,8 @@ jobs:
133
- uses: actions/checkout@v6
134
with:
135
persist-credentials: false
136
+ - name: Avoid no space left on device (Ubuntu runner)
137
+ run: sudo rm -rf /usr/share/dotnet /usr/local/lib/android
138
- uses: Swatinem/rust-cache@v2
139
- name: Run sccache-cache
140
uses: mozilla-actions/sccache-action@v0.0.9
@@ -192,6 +194,7 @@ jobs:
192
194
set +e
193
195
cd "${WORKSPACE}"
196
unset FAULT
197
+ export RUSTFLAGS="-C strip=symbols" # for disk space
198
cargo build || FAULT=1
199
export PATH=~/.cargo/bin:${PATH}
200
export RUST_BACKTRACE=1
0 commit comments