File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ KNOWN_SETTINGS=(
99
99
installable-package " " " the path to the archive of the installation directory"
100
100
test-installable-package " " " whether to run post-packaging tests on the produced package"
101
101
reconfigure " " " force a CMake configuration run even if CMakeCache.txt already exists"
102
+ skip-reconfigure " " " set to skip reconfigure"
102
103
swift-primary-variant-sdk " " " default SDK for target binaries"
103
104
swift-primary-variant-arch " " " default arch for target binaries"
104
105
skip-build-cmark " " " set to skip building CommonMark"
@@ -943,6 +944,10 @@ if [[ "${CROSS_COMPILE_HOSTS}" ]]; then
943
944
SKIP_BUILD_COMPILER_RT=1
944
945
fi
945
946
947
+ if [[ " ${SKIP_RECONFIGURE} " ]]; then
948
+ RECONFIGURE=" "
949
+ fi
950
+
946
951
# WORKSPACE, BUILD_DIR and INSTALLABLE_PACKAGE must be absolute paths
947
952
case " ${WORKSPACE} " in
948
953
/* ) ;;
You can’t perform that action at this time.
0 commit comments