There was an error while loading. Please reload this page.
1 parent c515100 commit 336aa9cCopy full SHA for 336aa9c
1 file changed
certifiable-build/scripts/config.sh
@@ -50,6 +50,11 @@ mkdir -p "$CONFIGS_ROOT"
50
"config.config.mode=$BUILD_TYPE" \
51
"config.install.root=$PREFIX"
52
53
+cfg_dir="$(bdep config list @gcc | awk '{print $2}')"
54
+echo "CFG=$cfg_dir"
55
+# cc module stores derived toolchain values in config.build
56
+find "$cfg_dir" -maxdepth 3 -name config.build -print -exec sed -n '1,200p' {} \;
57
+
58
"$BDEP" --no-default-options init --wipe -C "$clang_dir" @clang cc \
59
"config.c=$CC_CLANG" "config.cxx=$CXX_CLANG" \
60
"config.config.mode=$BUILD_TYPE"
0 commit comments