Skip to content

Commit 0cac56b

Browse files
committed
debug CI
1 parent 5cedbd0 commit 0cac56b

File tree

3 files changed

+518
-518
lines changed

3 files changed

+518
-518
lines changed

.github/actions/setup-rust-runtime/action.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ runs:
2727
# do not produce debug symbols to keep memory usage down
2828
# hardcoding other profile params to avoid profile override values
2929
# More on Cargo profiles https://doc.rust-lang.org/cargo/reference/profiles.html?profile-settings#profile-settings
30-
#
30+
#
3131
# Set debuginfo=line-tables-only as debuginfo=0 causes immensely slow build
3232
# See for more details: https://github.com/rust-lang/rust/issues/119560
3333
run: |
34-
echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
35-
echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
34+
echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
35+
echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
3636
echo "RUST_BACKTRACE=1" >> $GITHUB_ENV
3737
echo "RUSTFLAGS=-C debuginfo=line-tables-only -C incremental=false" >> $GITHUB_ENV
38-
38+

0 commit comments

Comments
 (0)