From f4fee4d6c062b6ab4aa46bf2d942a4bff3481e05 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 15 Apr 2021 23:08:05 +0300 Subject: Make build scripts to create hermetic configurations --- build.sh.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build.sh.in') diff --git a/build.sh.in b/build.sh.in index fd8a724..8bd0d3a 100644 --- a/build.sh.in +++ b/build.sh.in @@ -514,6 +514,7 @@ run cd .. if test "$local" = true; then run build2/build2/b-boot $verbose configure \ +config.config.hermetic=true \ config.cxx="$cxx" \ config.cc.coptions="$*" \ config.bin.lib=shared \ @@ -601,6 +602,7 @@ cdir="$(pwd)" # Save full path for later. run "$bpkg_stage" $verbose create \ cc \ +config.config.hermetic=true \ config.cxx="$cxx" \ config.cc.coptions="$*" \ config.bin.lib=shared \ -- cgit v1.1