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 59
59
if : matrix.env.TARGET_TRIPLE == 'x86_64-pc-windows-gnu'
60
60
run : rustup set default-host x86_64-pc-windows-gnu
61
61
62
- - name : Prepare dependencies
63
- run : ./y.sh prepare
64
-
65
62
- name : Build
66
63
run : ./y.sh build --sysroot none
67
64
Original file line number Diff line number Diff line change @@ -165,9 +165,6 @@ jobs:
165
165
sudo apt update
166
166
sudo apt install -y hyperfine
167
167
168
- - name : Prepare dependencies
169
- run : ./y.sh prepare
170
-
171
168
- name : Build
172
169
run : ./y.sh build --sysroot none
173
170
@@ -216,9 +213,6 @@ jobs:
216
213
if : matrix.os == 'windows-latest' && matrix.env.TARGET_TRIPLE == 'x86_64-pc-windows-gnu'
217
214
run : rustup set default-host x86_64-pc-windows-gnu
218
215
219
- - name : Prepare dependencies
220
- run : ./y.sh prepare
221
-
222
216
- name : Build backend
223
217
run : ./y.sh build --sysroot none
224
218
Original file line number Diff line number Diff line change 22
22
path : build/cg_clif
23
23
key : ${{ runner.os }}-rustc-test-cargo-build-target-${{ hashFiles('rust-toolchain', 'Cargo.lock') }}
24
24
25
- - name : Prepare dependencies
26
- run : ./y.sh prepare
27
-
28
25
- name : Test
29
26
run : ./scripts/test_bootstrap.sh
30
27
50
47
sudo apt update
51
48
sudo apt install -y ripgrep
52
49
53
- - name : Prepare dependencies
54
- run : ./y.sh prepare
55
-
56
50
- name : Test
57
51
run : ./scripts/test_rustc_tests.sh
You can’t perform that action at this time.
0 commit comments