Skip to content

Commit 9c828ff

Browse files
authored
Remove Rust installation from CI (#11826)
1 parent 12b670c commit 9c828ff

File tree

5 files changed

+0
-63
lines changed

5 files changed

+0
-63
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,6 @@ jobs:
6262
- name: Install dependencies
6363
run: npm install
6464

65-
- name: Install Rust
66-
uses: actions-rs/toolchain@v1
67-
with:
68-
toolchain: stable
69-
profile: minimal
70-
override: true
71-
7265
- name: Check versions
7366
run: |
7467
echo "Node:" `node --version`

.github/workflows/integration-tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,6 @@ jobs:
7474
- name: Install dependencies
7575
run: npm install
7676

77-
- name: Install Rust
78-
uses: actions-rs/toolchain@v1
79-
with:
80-
toolchain: stable
81-
profile: minimal
82-
override: true
83-
8477
- name: Check versions
8578
run: |
8679
echo "Node:" `node --version`

.github/workflows/prepare-release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,6 @@ jobs:
5454
- name: Install dependencies
5555
run: npm install
5656

57-
- name: Install Rust
58-
uses: actions-rs/toolchain@v1
59-
with:
60-
toolchain: stable
61-
profile: minimal
62-
override: true
63-
6457
- name: Check versions
6558
run: |
6659
echo "Node:" `node --version`

.github/workflows/release-insiders.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,6 @@ jobs:
6464
with:
6565
node-version: ${{ env.NODE_VERSION }}
6666

67-
- name: Install Rust
68-
uses: actions-rs/toolchain@v1
69-
with:
70-
toolchain: stable
71-
profile: minimal
72-
override: true
73-
7467
- name: Setup rust target
7568
run: rustup target add ${{ matrix.target }}
7669

@@ -135,13 +128,6 @@ jobs:
135128
with:
136129
node-version: ${{ env.NODE_VERSION }}
137130

138-
- name: Install Rust
139-
uses: actions-rs/toolchain@v1
140-
with:
141-
toolchain: stable
142-
profile: minimal
143-
override: true
144-
145131
- name: Setup rust target
146132
run: rustup target add aarch64-apple-darwin
147133

@@ -229,13 +215,6 @@ jobs:
229215
with:
230216
node-version: ${{ env.NODE_VERSION }}
231217

232-
- name: Install Rust
233-
uses: actions-rs/toolchain@v1
234-
with:
235-
toolchain: stable
236-
profile: minimal
237-
override: true
238-
239218
- name: Setup cross compile toolchain
240219
if: ${{ matrix.setup }}
241220
run: ${{ matrix.setup }}

.github/workflows/release.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,6 @@ jobs:
6666
with:
6767
node-version: ${{ env.NODE_VERSION }}
6868

69-
- name: Install Rust
70-
uses: actions-rs/toolchain@v1
71-
with:
72-
toolchain: stable
73-
profile: minimal
74-
override: true
75-
7669
- name: Setup rust target
7770
run: rustup target add ${{ matrix.target }}
7871

@@ -137,13 +130,6 @@ jobs:
137130
with:
138131
node-version: ${{ env.NODE_VERSION }}
139132

140-
- name: Install Rust
141-
uses: actions-rs/toolchain@v1
142-
with:
143-
toolchain: stable
144-
profile: minimal
145-
override: true
146-
147133
- name: Setup rust target
148134
run: rustup target add aarch64-apple-darwin
149135

@@ -231,13 +217,6 @@ jobs:
231217
with:
232218
node-version: ${{ env.NODE_VERSION }}
233219

234-
- name: Install Rust
235-
uses: actions-rs/toolchain@v1
236-
with:
237-
toolchain: stable
238-
profile: minimal
239-
override: true
240-
241220
- name: Setup cross compile toolchain
242221
if: ${{ matrix.setup }}
243222
run: ${{ matrix.setup }}

0 commit comments

Comments
 (0)