This commit is contained in:
nora 2025-07-27 16:46:00 +02:00
parent 35dce8890a
commit e980f45653

View file

@ -15,7 +15,7 @@ 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 :( # bootstrap uses this var to perform CI detection :(
export CI= unset CI
for target in "${targets[@]}"; do for target in "${targets[@]}"; do
echo "Building $target" echo "Building $target"