Skip to content

Commit f2b8ca6

Browse files
committed
setup-protoc reorg in rust-ci
1 parent 0459f98 commit f2b8ca6

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/rust-bench.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929
with:
3030
submodules: true
31-
- uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
32-
with:
33-
repo-token: ${{ secrets.GITHUB_TOKEN }}
3431
- uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9
3532
with:
3633
toolchain: stable
@@ -49,6 +46,7 @@ jobs:
4946
- uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
5047
with:
5148
repo-token: ${{ secrets.GITHUB_TOKEN }}
49+
version: "34.1"
5250
- uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9
5351
with:
5452
toolchain: stable

.github/workflows/rust-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@ jobs:
392392
- uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
393393
with:
394394
repo-token: ${{ secrets.GITHUB_TOKEN }}
395+
version: "34.1"
395396
- uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9
396397
with:
397398
toolchain: stable
@@ -401,7 +402,6 @@ jobs:
401402
- name: check git diff after compile-proto execution
402403
run: git diff --exit-code rust/otap-dataflow/crates/pdata/src/proto
403404

404-
405405
# Verify the workspace builds with --no-default-features to catch broken
406406
# optional feature gates (e.g., dev-tools, crypto-*).
407407
no_default_features_check:

.github/workflows/rust-validation-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ jobs:
3939
ref: refs/pull/${{ inputs.pr_number }}/merge
4040
submodules: true
4141
fetch-depth: 0
42-
- uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
43-
with:
44-
repo-token: ${{ secrets.GITHUB_TOKEN }}
4542
- uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9
4643
with:
4744
toolchain: stable

0 commit comments

Comments
 (0)