Skip to content

Commit 994c8cf

Browse files
committed
Skip downloading test crates in CI jobs that don't need them
1 parent e173b71 commit 994c8cf

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

.github/workflows/abi-cafe.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ jobs:
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

.github/workflows/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/rustc.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jobs:
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

@@ -50,8 +47,5 @@ jobs:
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

0 commit comments

Comments
 (0)