Skip to content

Commit 4cfa108

Browse files
committed
Switch all Ci to use nightly rust toolchain until infra team whitelists the stable toolchain
1 parent 338794f commit 4cfa108

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- uses: actions/checkout@v4
49+
50+
# Change to stable once https://issues.apache.org/jira/browse/INFRA-26428 resolves
4951
- uses: dtolnay/rust-toolchain@nightly
5052

5153
- name: Generate license file
@@ -71,6 +73,7 @@ jobs:
7173
with:
7274
python-version: ${{ matrix.python-version }}
7375

76+
# Change to stable once https://issues.apache.org/jira/browse/INFRA-26428 resolves
7477
- uses: dtolnay/rust-toolchain@nightly
7578

7679
- run: rm LICENSE.txt
@@ -124,6 +127,7 @@ jobs:
124127
with:
125128
python-version: ${{ matrix.python-version }}
126129

130+
# Change to stable once https://issues.apache.org/jira/browse/INFRA-26428 resolves
127131
- uses: dtolnay/rust-toolchain@nightly
128132

129133
- run: rm LICENSE.txt

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
- uses: actions/checkout@v4
4444

4545
- name: Setup Rust Toolchain
46-
uses: dtolnay/rust-toolchain@ceb8b84
46+
# Change to stable once https://issues.apache.org/jira/browse/INFRA-26428 resolves
47+
uses: dtolnay/rust-toolchain@nightly
4748
id: rust-toolchain
4849

4950
- name: Install Protoc

0 commit comments

Comments
 (0)