Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ rust_std_extra:
- i686-linux-android
- wasm32-unknown-emscripten
- wasm32-unknown-unknown
- wasm32-wasip1-threads
- x86_64-apple-ios
- x86_64-linux-android
- x86_64-pc-windows-msvc
Expand Down
7 changes: 4 additions & 3 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ rust_std_extra:
- i686-linux-android
- wasm32-unknown-unknown
- wasm32-unknown-emscripten
- wasm32-wasip1-threads
- x86_64-linux-android
- x86_64-pc-windows-msvc # [linux and x86_64]
- aarch64-pc-windows-msvc # [linux and x86_64]
3 changes: 3 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ source:
- url: https://static.rust-lang.org/dist/rust-std-{{ version }}-wasm32-unknown-emscripten.tar.gz # [(linux or win) and x86_64]
sha256: 3695cbe0527720c1104f327c356a6015756f15f0a63fdc2a00f78c316b0f7f8a # [(linux or win) and x86_64]
folder: rust-std # [(linux or win) and x86_64]
- url: https://static.rust-lang.org/dist/rust-std-{{ version }}-wasm32-wasip1-threads.tar.gz # [(linux or win) and x86_64]
sha256: d269959f8994eacbf8074b2674e31c50785c991d2d1f020eca74171c83827c34 # [(linux or win) and x86_64]
folder: rust-std # [(linux or win) and x86_64]
- url: https://static.rust-lang.org/dist/rust-std-{{ version }}-aarch64-pc-windows-msvc.tar.xz # [(linux or win) and x86_64]
sha256: f7bd3d25baf3643c8769b8c4d2e6cde45bb25042fac698e0daf19fc9f58f8568 # [(linux or win) and x86_64]
folder: rust-std # [(linux or win) and x86_64]
Expand Down
Loading