Skip to content

Commit 8be0df8

Browse files
evanyeungfacebook-github-bot
authored andcommitted
Update Rust compiler version in ci.yml to fix CI (#5010)
Summary: 7bb4b15 broke CI by including a feature that needs a newer Rust compiler. This PR updates the compiler used in CI Pull Request resolved: #5010 Reviewed By: evanyeung Differential Revision: D75829350 Pulled By: captbaritone fbshipit-source-id: f25d5f0aadcb1b1ca257ac43fd5ce469c9f46726
1 parent 7bb4b15 commit 8be0df8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
# Should stay in sync with fbcode/buck2/rust-toolchain
9999
# And other similar references in this file and
100100
# docusaurus.yml
101-
toolchain: nightly-2024-10-13
101+
toolchain: nightly-2025-03-29
102102
override: true
103103
- name: "Run tests"
104104
run: cargo test --manifest-path=compiler/Cargo.toml --locked ${{ matrix.target.features && '--features' }} ${{ matrix.target.features }}
@@ -124,7 +124,7 @@ jobs:
124124
# Should stay in sync with fbcode/buck2/rust-toolchain
125125
# And other similar references in this file and
126126
# docusaurus.yml
127-
toolchain: nightly-2024-10-13
127+
toolchain: nightly-2025-03-29
128128
override: true
129129
- name: "Update fixture tests"
130130
run: ./scripts/update-fixtures.sh
@@ -187,7 +187,7 @@ jobs:
187187
# Should stay in sync with fbcode/buck2/rust-toolchain
188188
# And other similar references in this file and
189189
# docusaurus.yml
190-
toolchain: nightly-2024-10-13
190+
toolchain: nightly-2025-03-29
191191
override: true
192192
target: ${{ matrix.target.target }}
193193
- uses: actions/setup-node@v4

‎.github/workflows/docusaurus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Should stay in sync with fbcode/buck2/rust-toolchain
2525
# And other similar references in this file and
2626
# ci.yml
27-
toolchain: nightly-2024-10-13
27+
toolchain: nightly-2025-03-29
2828
override: true
2929
- name: Install wasm-pack
3030
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

‎.github/workflows/update-cargo-lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Should stay in sync with fbcode/buck2/rust-toolchain
2525
# And other similar references in this file and
2626
# ci.yml
27-
toolchain: nightly-2024-10-13
27+
toolchain: nightly-2025-03-29
2828
override: true
2929
- name: cargo check
3030
run: cargo check --features vendored --manifest-path=compiler/Cargo.toml

0 commit comments

Comments
 (0)