mirror of
https://github.com/Noratrieb/std-internal-docs.git
synced 2026-01-14 17:45:03 +01:00
sad
This commit is contained in:
parent
c7ef895456
commit
839cf3de1a
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
<div>
|
<div>
|
||||||
<select id="target-select">
|
<select id="target-select">
|
||||||
<option>x86_64-unknown-linux-gnu</option>
|
<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>
|
<option>aarch64-apple-darwin</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
2
build.sh
2
build.sh
|
|
@ -12,7 +12,7 @@ cd rust
|
||||||
--set llvm.download-ci-llvm=true \
|
--set llvm.download-ci-llvm=true \
|
||||||
--set rust.download-rustc=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 :(
|
# bootstrap uses this var to perform CI detection :(
|
||||||
unset CI
|
unset CI
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue