mirror of
https://github.com/Noratrieb/std-internal-docs.git
synced 2026-03-15 23:16:05 +01:00
Compare commits
No commits in common. "18bf3ccfa2a1f9c7382a6c3bd76ec34a64626bd9" and "16775aa04028dfe2bc27335c3a375766d224c3c4" have entirely different histories.
18bf3ccfa2
...
16775aa040
2 changed files with 1 additions and 13 deletions
|
|
@ -9,10 +9,6 @@
|
||||||
{ value: "x86_64-unknown-linux-gnu", name: "x86-64 GNU/Linux" },
|
{ value: "x86_64-unknown-linux-gnu", name: "x86-64 GNU/Linux" },
|
||||||
{ value: "x86_64-pc-windows-msvc", name: "x86-64 Windows MSVC" },
|
{ value: "x86_64-pc-windows-msvc", name: "x86-64 Windows MSVC" },
|
||||||
{ value: "aarch64-apple-darwin", name: "ARM64 MacOS" },
|
{ value: "aarch64-apple-darwin", name: "ARM64 MacOS" },
|
||||||
{ value: "wasm32-unknown-unknown", name: "WebAssembly (32-bit) unknown-unknown" },
|
|
||||||
// { value: "wasm32-wasip1", name: "WebAssembly (32-bit) WASIp1" },
|
|
||||||
{ value: "aarch64-linux-android", name: "ARM64 Android" },
|
|
||||||
// { value: "aarch64-apple-ios", name: "ARM64 iOS" },
|
|
||||||
];
|
];
|
||||||
|
|
||||||
info.innerHTML = `
|
info.innerHTML = `
|
||||||
|
|
|
||||||
10
build.sh
10
build.sh
|
|
@ -19,15 +19,7 @@ rm -f bootstrap.toml
|
||||||
--set rust.llvm-bitcode-linker=false \
|
--set rust.llvm-bitcode-linker=false \
|
||||||
--set build.optimized-compiler-builtins=false # necessary to make cross-doc work for all targets
|
--set build.optimized-compiler-builtins=false # necessary to make cross-doc work for all targets
|
||||||
|
|
||||||
targets=(
|
targets=(x86_64-unknown-linux-gnu x86_64-pc-windows-msvc aarch64-apple-darwin)
|
||||||
x86_64-unknown-linux-gnu
|
|
||||||
x86_64-pc-windows-msvc
|
|
||||||
aarch64-apple-darwin
|
|
||||||
wasm32-unknown-unknown
|
|
||||||
# wasm32-wasip1
|
|
||||||
aarch64-linux-android
|
|
||||||
# aarch64-apple-ios
|
|
||||||
)
|
|
||||||
|
|
||||||
# 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