File tree Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 5959 if : matrix.env.TARGET_TRIPLE == 'x86_64-pc-windows-gnu'
6060 run : rustup set default-host x86_64-pc-windows-gnu
6161
62- - name : Prepare dependencies
63- run : ./y.sh prepare
64-
6562 - name : Build
6663 run : ./y.sh build --sysroot none
6764
Original file line number Diff line number Diff line change @@ -165,9 +165,6 @@ jobs:
165165 sudo apt update
166166 sudo apt install -y hyperfine
167167
168- - name : Prepare dependencies
169- run : ./y.sh prepare
170-
171168 - name : Build
172169 run : ./y.sh build --sysroot none
173170
@@ -216,9 +213,6 @@ jobs:
216213 if : matrix.os == 'windows-latest' && matrix.env.TARGET_TRIPLE == 'x86_64-pc-windows-gnu'
217214 run : rustup set default-host x86_64-pc-windows-gnu
218215
219- - name : Prepare dependencies
220- run : ./y.sh prepare
221-
222216 - name : Build backend
223217 run : ./y.sh build --sysroot none
224218
Original file line number Diff line number Diff line change 2222 path : build/cg_clif
2323 key : ${{ runner.os }}-rustc-test-cargo-build-target-${{ hashFiles('rust-toolchain', 'Cargo.lock') }}
2424
25- - name : Prepare dependencies
26- run : ./y.sh prepare
27-
2825 - name : Test
2926 run : ./scripts/test_bootstrap.sh
3027
5047 sudo apt update
5148 sudo apt install -y ripgrep
5249
53- - name : Prepare dependencies
54- run : ./y.sh prepare
55-
5650 - name : Test
5751 run : ./scripts/test_rustc_tests.sh
You can’t perform that action at this time.
0 commit comments