Skip to content

Commit 9b309a1

Browse files
capickettfacebook-github-bot
authored andcommitted
update platform010 & platform010-aarch64 symlinks
Reviewed By: diliop Differential Revision: D80307486 fbshipit-source-id: 6285ea8416d34d1a9fa7bff1d564176a7542c42c
1 parent 0309095 commit 9b309a1

3 files changed

Lines changed: 5 additions & 11 deletions

File tree

.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-2025-05-09
101+
toolchain: nightly-2025-06-20
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-2025-05-09
127+
toolchain: nightly-2025-06-20
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-2025-05-09
190+
toolchain: nightly-2025-06-20
191191
override: true
192192
target: ${{ matrix.target.target }}
193193
- uses: actions/setup-node@v4

.github/workflows/docusaurus.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +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-2025-05-09
28-
29-
# Bug in rust causes wasm-pack to fail. Bug is fixed in
30-
# https://github.com/rust-lang/rust/pull/139498 so we're temporarily
31-
# ahead here while we wait for that fix to land in the common
32-
# toolchain version used at Meta.
33-
toolchain: nightly-2025-05-12
27+
toolchain: nightly-2025-06-20
3428
override: true
3529
- name: Install wasm-pack
3630
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-2025-05-09
27+
toolchain: nightly-2025-06-20
2828
override: true
2929
- name: cargo check
3030
run: cargo check --features vendored --manifest-path=compiler/Cargo.toml

0 commit comments

Comments
 (0)