From 0bb76dde547ff9f3e80f7421d4f2c556d7aefc4d Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Thu, 10 Jan 2019 08:49:57 -0800 Subject: fixes #10030 bootstrap is insulated from user config (#10244) --- build_all.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'build_all.sh') diff --git a/build_all.sh b/build_all.sh index 6c28e7407..6828bbbd8 100644 --- a/build_all.sh +++ b/build_all.sh @@ -26,6 +26,10 @@ build_nim_csources(){ [ -f $nim_csources ] || echo_run build_nim_csources -echo_run bin/nim c koch # Note: if fails, may need to `cd csources && git pull` +# Note: if fails, may need to `cd csources && git pull` +# Note: --skipUserCfg is to prevent newer flags from +# breaking bootstrap phase +echo_run bin/nim c --skipUserCfg koch + echo_run ./koch boot -d:release echo_run ./koch tools # Compile Nimble and other tools. -- cgit 1.4.1-2-gfad0