mirror of
https://github.com/Noratrieb/std-internal-docs.git
synced 2026-01-14 09:35:01 +01:00
shut-up
This commit is contained in:
parent
63550f1e90
commit
35dce8890a
1 changed files with 3 additions and 0 deletions
3
build.sh
3
build.sh
|
|
@ -14,6 +14,9 @@ cd rust
|
||||||
|
|
||||||
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)
|
||||||
|
|
||||||
|
# bootstrap uses this var to perform CI detection :(
|
||||||
|
export CI=
|
||||||
|
|
||||||
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