We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441f0c6 commit cecd4abCopy full SHA for cecd4ab
2 files changed
.github/actions/setup-rust-runtime/action.yaml
@@ -27,12 +27,10 @@ runs:
27
# do not produce debug symbols to keep memory usage down
28
# hardcoding other profile params to avoid profile override values
29
# More on Cargo profiles https://doc.rust-lang.org/cargo/reference/profiles.html?profile-settings#profile-settings
30
- #
+ #
31
# Set debuginfo=line-tables-only as debuginfo=0 causes immensely slow build
32
# See for more details: https://github.com/rust-lang/rust/issues/119560
33
run: |
34
- echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
35
- echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
36
echo "RUST_BACKTRACE=1" >> $GITHUB_ENV
37
echo "RUSTFLAGS=-C debuginfo=line-tables-only -C incremental=false" >> $GITHUB_ENV
38
-
+
0 commit comments