Skip to content

Commit

Permalink
Switch all Ci to use nightly rust toolchain until infra team whitelis…
Browse files Browse the repository at this point in the history
…ts the stable toolchain
  • Loading branch information
timsaucer committed Jan 14, 2025
1 parent 338794f commit 4cfa108
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

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

- name: Generate license file
Expand All @@ -71,6 +73,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

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

- run: rm LICENSE.txt
Expand Down Expand Up @@ -124,6 +127,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

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

- run: rm LICENSE.txt
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
- uses: actions/checkout@v4

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

- name: Install Protoc
Expand Down

0 comments on commit 4cfa108

Please sign in to comment.