File tree Expand file tree Collapse file tree 6 files changed +5
-75
lines changed Expand file tree Collapse file tree 6 files changed +5
-75
lines changed Original file line number Diff line number Diff line change 1717
1818 - name : Set env vars
1919 run : |
20- source ci/rust- version.sh
20+ rust_stable=$(rustc -- version | awk '{print $2}')
2121 echo "RUST_STABLE=$rust_stable" | tee -a $GITHUB_ENV
2222
2323 - if : runner.os == 'Linux'
Original file line number Diff line number Diff line change 1616
1717 - name : Set env vars
1818 run : |
19- source ci/rust- version.sh
19+ rust_stable=$(rustc -- version | awk '{print $2}')
2020 echo "RUST_STABLE=$rust_stable" | tee -a $GITHUB_ENV
2121
2222 - if : runner.os == 'Linux'
Original file line number Diff line number Diff line change 66set -e
77cd " $( dirname " $0 " ) /.."
88
9- source ./ci/rust-version.sh stable
10-
119export RUSTFLAGS=" -D warnings"
1210export RUSTBACKTRACE=1
1311
1412set -x
1513
1614# Build/test all host crates
15+ rust_stable=$( rustc --version | awk ' {print $2}' )
1716cargo +" $rust_stable " build
1817cargo +" $rust_stable " test -- --nocapture
1918
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ echo --- Creating release tarball
4040 # Make CHANNEL available to include in the software version information
4141 export CHANNEL
4242
43- source ci/rust-version.sh stable
4443 ci/cargo-install-all.sh stable " ${RELEASE_BASENAME} "
4544
4645 tar cvf " ${TARBALL_BASENAME} " -$TARGET .tar " ${RELEASE_BASENAME} "
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- 1.60.0
1+ [toolchain]
2+ channel = "1.60.0"
You can’t perform that action at this time.
0 commit comments