This commit is contained in:
nora 2025-07-27 16:44:31 +02:00
parent 63550f1e90
commit 35dce8890a

View file

@ -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"