Skip to content

Commit b1cf90c

Browse files
committed
Sparse registry is now the default on nightly
1 parent bc6ee85 commit b1cf90c

File tree

3 files changed

+0
-42
lines changed

3 files changed

+0
-42
lines changed

.github/workflows/abi-cafe.yml

-7
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@ jobs:
4545
if: matrix.env.TARGET_TRIPLE == 'x86_64-pc-windows-gnu'
4646
run: rustup set default-host x86_64-pc-windows-gnu
4747

48-
- name: Use sparse cargo registry
49-
run: |
50-
cat >> ~/.cargo/config.toml <<EOF
51-
[unstable]
52-
sparse-registry = true
53-
EOF
54-
5548
- name: Prepare dependencies
5649
run: ./y.rs prepare
5750

.github/workflows/main.yml

-21
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,6 @@ jobs:
8989
sudo apt-get update
9090
sudo apt-get install -y gcc-s390x-linux-gnu qemu-user
9191
92-
- name: Use sparse cargo registry
93-
run: |
94-
cat >> ~/.cargo/config.toml <<EOF
95-
[unstable]
96-
sparse-registry = true
97-
EOF
98-
9992
- name: Prepare dependencies
10093
run: ./y.rs prepare
10194

@@ -137,13 +130,6 @@ jobs:
137130
path: ~/.cargo/bin
138131
key: ${{ runner.os }}-${{ matrix.env.TARGET_TRIPLE }}-cargo-bin-dir-${{ hashFiles('rust-toolchain', '**/Cargo.lock') }}
139132

140-
- name: Use sparse cargo registry
141-
run: |
142-
cat >> ~/.cargo/config.toml <<EOF
143-
[unstable]
144-
sparse-registry = true
145-
EOF
146-
147133
- name: Install hyperfine
148134
run: cargo install hyperfine || true
149135

@@ -206,13 +192,6 @@ jobs:
206192
sudo apt-get update
207193
sudo apt-get install -y gcc-mingw-w64-x86-64 wine-stable
208194
209-
- name: Use sparse cargo registry
210-
run: |
211-
cat >> ~/.cargo/config.toml <<EOF
212-
[unstable]
213-
sparse-registry = true
214-
EOF
215-
216195
- name: Prepare dependencies
217196
run: ./y.rs prepare
218197

.github/workflows/rustc.yml

-14
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@ jobs:
1616
path: build/cg_clif
1717
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('rust-toolchain', '**/Cargo.lock') }}
1818

19-
- name: Use sparse cargo registry
20-
run: |
21-
cat >> ~/.cargo/config.toml <<EOF
22-
[unstable]
23-
sparse-registry = true
24-
EOF
25-
2619
- name: Prepare dependencies
2720
run: ./y.rs prepare
2821

@@ -40,13 +33,6 @@ jobs:
4033
path: build/cg_clif
4134
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('rust-toolchain', '**/Cargo.lock') }}
4235

43-
- name: Use sparse cargo registry
44-
run: |
45-
cat >> ~/.cargo/config.toml <<EOF
46-
[unstable]
47-
sparse-registry = true
48-
EOF
49-
5036
- name: Prepare dependencies
5137
run: ./y.rs prepare
5238

0 commit comments

Comments
 (0)