File tree 6 files changed +5
-75
lines changed
6 files changed +5
-75
lines changed Original file line number Diff line number Diff line change 17
17
18
18
- name : Set env vars
19
19
run : |
20
- source ci/rust- version.sh
20
+ rust_stable=$(rustc -- version | awk '{print $2}')
21
21
echo "RUST_STABLE=$rust_stable" | tee -a $GITHUB_ENV
22
22
23
23
- if : runner.os == 'Linux'
Original file line number Diff line number Diff line change 16
16
17
17
- name : Set env vars
18
18
run : |
19
- source ci/rust- version.sh
19
+ rust_stable=$(rustc -- version | awk '{print $2}')
20
20
echo "RUST_STABLE=$rust_stable" | tee -a $GITHUB_ENV
21
21
22
22
- if : runner.os == 'Linux'
Original file line number Diff line number Diff line change 6
6
set -e
7
7
cd " $( dirname " $0 " ) /.."
8
8
9
- source ./ci/rust-version.sh stable
10
-
11
9
export RUSTFLAGS=" -D warnings"
12
10
export RUSTBACKTRACE=1
13
11
14
12
set -x
15
13
16
14
# Build/test all host crates
15
+ rust_stable=$( rustc --version | awk ' {print $2}' )
17
16
cargo +" $rust_stable " build
18
17
cargo +" $rust_stable " test -- --nocapture
19
18
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ echo --- Creating release tarball
40
40
# Make CHANNEL available to include in the software version information
41
41
export CHANNEL
42
42
43
- source ci/rust-version.sh stable
44
43
ci/cargo-install-all.sh stable " ${RELEASE_BASENAME} "
45
44
46
45
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