This commit is contained in:
nora 2025-07-27 17:04:43 +02:00
parent c7ef895456
commit 839cf3de1a
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
<div>
<select id="target-select">
<option>x86_64-unknown-linux-gnu</option>
<option>x86_64-pc-windows-msvc</option>
<option>x86_64-pc-windows-gnu</option>
<option>aarch64-apple-darwin</option>
</select>
</div>

View file

@ -12,7 +12,7 @@ cd rust
--set llvm.download-ci-llvm=true \
--set rust.download-rustc=true
targets=(x86_64-unknown-linux-gnu x86_64-pc-windows-msvc aarch64-apple-darwin)
targets=(x86_64-unknown-linux-gnu x86_64-pc-windows-gnu aarch64-apple-darwin)
# bootstrap uses this var to perform CI detection :(
unset CI