Skip to content

Commit

Permalink
Upgrade RUSTUP_TOOLCHAIN to last 1.80 nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Aug 22, 2024
1 parent f8be452 commit e0baebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patches/pyodide.patch
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ index 00000000..b8d8fae1
+ license: MIT
diff --git a/packages/field-compression-benchmark/meta.yaml b/packages/field-compression-benchmark/meta.yaml
new file mode 100644
index 00000000..379fff57
index 00000000..802b8274
--- /dev/null
+++ b/packages/field-compression-benchmark/meta.yaml
@@ -0,0 +1,40 @@
Expand All @@ -1029,7 +1029,7 @@ index 00000000..379fff57
+build:
+ script: |
+ # Set up a more modern nightly toolchain with support for emscripten and wasm
+ export RUSTUP_TOOLCHAIN="nightly-2024-04-28"
+ export RUSTUP_TOOLCHAIN="nightly-2024-06-08"
+ rustup toolchain install ${RUSTUP_TOOLCHAIN}
+ rustup target add wasm32-unknown-emscripten --toolchain ${RUSTUP_TOOLCHAIN}
+ rustup target add wasm32-unknown-unknown --toolchain ${RUSTUP_TOOLCHAIN}
Expand Down

0 comments on commit e0baebb

Please sign in to comment.