Skip to content

Commit b991f75

Browse files
committed
say no to install-protoc in github pipelines
1 parent 98499c2 commit b991f75

7 files changed

+0
-55
lines changed

.github/workflows/build-and-push-cliain.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ jobs:
1717
- name: Install Rust toolchain
1818
uses: actions-rs/toolchain@v1
1919

20-
- name: Install Protoc
21-
uses: arduino/setup-protoc@v1
22-
with:
23-
version: '3.6.1'
24-
2520
- name: Cargo | Build release binary
2621
run: |
2722
cd ./bin/cliain && cargo build --release

.github/workflows/build-node-and-runtime.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ jobs:
3333
- name: Install Rust toolchain
3434
uses: actions-rs/toolchain@v1
3535

36-
- name: Install Protoc
37-
uses: arduino/setup-protoc@v1
38-
with:
39-
version: '3.6.1'
40-
4136
- name: Install WASM target
4237
run: rustup target add wasm32-unknown-unknown
4338

.github/workflows/build-send-postsync-hook-runtime-image.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ jobs:
3333
- name: Install rust toolchain
3434
uses: actions-rs/toolchain@v1
3535

36-
- name: Install Protoc
37-
uses: arduino/setup-protoc@v1
38-
with:
39-
version: '3.6.1'
40-
4136
- name: Build binary
4237
run: |
4338
pushd bin/cliain/

.github/workflows/check-excluded-packages.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ jobs:
2727
- name: Install rust toolchain
2828
uses: actions-rs/toolchain@v1
2929

30-
- name: Install Protoc
31-
uses: arduino/setup-protoc@v1
32-
with:
33-
version: '3.6.1'
34-
3530
- name: Read excluded packages from Cargo.toml
3631
id: read_excluded
3732
uses: SebRollen/[email protected]

.github/workflows/e2e-tests-main-devnet.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@ jobs:
6565
- name: Install Rust toolchain
6666
uses: actions-rs/toolchain@v1
6767

68-
- name: Install Protoc
69-
uses: arduino/setup-protoc@v1
70-
with:
71-
version: '3.6.1'
72-
7368
- name: Restore cache
7469
uses: ./.github/actions/restore-cache
7570
with:
@@ -144,11 +139,6 @@ jobs:
144139
- name: Install Rust Toolchain
145140
uses: actions-rs/toolchain@v1
146141

147-
- name: Install Protoc
148-
uses: arduino/setup-protoc@v1
149-
with:
150-
version: '3.6.1'
151-
152142
- name: Install WASM target
153143
run: rustup target add wasm32-unknown-unknown
154144

@@ -182,11 +172,6 @@ jobs:
182172
- name: Install Rust Toolchain
183173
uses: actions-rs/toolchain@v1
184174

185-
- name: Install Protoc
186-
uses: arduino/setup-protoc@v1
187-
with:
188-
version: '3.6.1'
189-
190175
- name: Restore cache
191176
uses: ./.github/actions/restore-cache
192177
with:
@@ -906,11 +891,6 @@ jobs:
906891
- name: Install Rust toolchain
907892
uses: actions-rs/toolchain@v1
908893

909-
- name: Install Protoc
910-
uses: arduino/setup-protoc@v1
911-
with:
912-
version: '3.6.1'
913-
914894
- name: Install WASM target
915895
run: rustup target add wasm32-unknown-unknown
916896

.github/workflows/nightly-pipeline.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,6 @@ jobs:
8787
- name: Install Rust toolchain
8888
uses: actions-rs/toolchain@v1
8989

90-
- name: Install Protoc
91-
uses: arduino/setup-protoc@v1
92-
with:
93-
version: '3.6.1'
94-
9590
- name: Install WASM target
9691
run: rustup target add wasm32-unknown-unknown
9792

@@ -124,11 +119,6 @@ jobs:
124119
- name: Install Rust toolchain
125120
uses: actions-rs/toolchain@v1
126121

127-
- name: Install Protoc
128-
uses: arduino/setup-protoc@v1
129-
with:
130-
version: '3.6.1'
131-
132122
- name: Restore cache
133123
uses: ./.github/actions/restore-cache
134124
with:

.github/workflows/unit_tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ jobs:
2727
- name: Install Rust Toolchain
2828
uses: actions-rs/toolchain@v1
2929

30-
- name: Install Protoc
31-
uses: arduino/setup-protoc@v1
32-
with:
33-
version: '3.6.1'
34-
3530
- name: Install clippy and fmt
3631
run: rustup component add clippy rustfmt
3732

0 commit comments

Comments
 (0)