File tree 3 files changed +518
-518
lines changed
actions/setup-rust-runtime
3 files changed +518
-518
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ runs:
27
27
# do not produce debug symbols to keep memory usage down
28
28
# hardcoding other profile params to avoid profile override values
29
29
# More on Cargo profiles https://doc.rust-lang.org/cargo/reference/profiles.html?profile-settings#profile-settings
30
- #
30
+ #
31
31
# Set debuginfo=line-tables-only as debuginfo=0 causes immensely slow build
32
32
# See for more details: https://github.com/rust-lang/rust/issues/119560
33
33
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
36
36
echo "RUST_BACKTRACE=1" >> $GITHUB_ENV
37
37
echo "RUSTFLAGS=-C debuginfo=line-tables-only -C incremental=false" >> $GITHUB_ENV
38
-
38
+
You can’t perform that action at this time.
0 commit comments