From 394c207444c3c9d875c7e36c42f7e83d1021d58a Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Wed, 8 Aug 2018 17:40:54 +0200 Subject: [PATCH] Use AUTO_BOOTSTRAP=1 for the style target --- buildkite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildkite.sh b/buildkite.sh index 5dbd8d6c..ad14d682 100755 --- a/buildkite.sh +++ b/buildkite.sh @@ -52,7 +52,7 @@ case "${BUILDKITE_REPO:-x}" in cat << 'EOF' - command: | - make -f posix.mak style + make -f posix.mak style AUTO_BOOTSTRAP=1 label: "Style" - command: |