mirror of
https://github.com/Noratrieb/std-internal-docs.git
synced 2026-01-14 09:35:01 +01:00
angy
This commit is contained in:
parent
96ad478f29
commit
2c3e5cbbfe
1 changed files with 5 additions and 1 deletions
6
build.sh
6
build.sh
|
|
@ -10,7 +10,8 @@ cd rust
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--set llvm.download-ci-llvm=true \
|
--set llvm.download-ci-llvm=true \
|
||||||
--set rust.download-rustc=true
|
--set rust.download-rustc=true \
|
||||||
|
--set rust.llvm-bitcode-linker=false
|
||||||
|
|
||||||
targets=(x86_64-unknown-linux-gnu x86_64-pc-windows-msvc aarch64-apple-darwin)
|
targets=(x86_64-unknown-linux-gnu x86_64-pc-windows-msvc aarch64-apple-darwin)
|
||||||
|
|
||||||
|
|
@ -18,6 +19,9 @@ targets=(x86_64-unknown-linux-gnu x86_64-pc-windows-msvc aarch64-apple-darwin)
|
||||||
unset CI
|
unset CI
|
||||||
unset GITHUB_ACTIONS
|
unset GITHUB_ACTIONS
|
||||||
|
|
||||||
|
# sanity checks make no sense for doc
|
||||||
|
export BOOTSTRAP_SKIP_TARGET_SANITY=1
|
||||||
|
|
||||||
for target in "${targets[@]}"; do
|
for target in "${targets[@]}"; do
|
||||||
echo "Building $target"
|
echo "Building $target"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue