summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-06-09 19:42:46 -0600
committermo khan <mo@mokhan.ca>2025-06-09 19:42:46 -0600
commit6280c98938469ac6f8b18dc7341cd47cdfc60ec3 (patch)
tree7d57090e6142a23b5675e89766adc0b3e442e6b4
parentfb2f93e6c675cd7e309c7fa1a91afa06f3ba9965 (diff)
chore: run bootstrap in CI only
-rwxr-xr-xbin/cibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cibuild b/bin/cibuild
index c7b6acf..ac81139 100755
--- a/bin/cibuild
+++ b/bin/cibuild
@@ -5,6 +5,6 @@ set -e
cd "$(dirname "$0")/.."
-./bin/bootstrap
+[ -n "$CI" ] && ./bin/bootstrap
./bin/setup
./bin/test