From 35dce8890a2f542b92ea856898f800c3df4d9c97 Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Sun, 27 Jul 2025 16:44:31 +0200 Subject: [PATCH] shut-up --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index 9a3dc40..17587be 100755 --- a/build.sh +++ b/build.sh @@ -14,6 +14,9 @@ cd rust 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 echo "Building $target"