You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# See https://unix.stackexchange.com/questions/87745/what-does-lc-all-c-do
@@ -149,7 +151,7 @@ if [[ $ENABLE_DOCS == true ]]; then
149
151
fi
150
152
151
153
# Run the script that handles the build
152
-
$SCRIPT_DIR/build $WORKSPACE$CMAKE_PRESET$ENABLE_DOCS$ENABLE_DEV_DOCS$ENABLE_BUILD_CODE$ENABLE_UNIT_TESTS$ENABLE_SYSTEM_TESTS$ENABLE_DOC_TESTS$ENABLE_COVERITY"$EXTRA_CMAKE_FLAGS"$BUILD_THREADS| tee test_logs/build_$OSTYPE.log
154
+
$SCRIPT_DIR/build $WORKSPACE$CMAKE_PRESET$ENABLE_DOCS$ENABLE_DEV_DOCS$ENABLE_BUILD_CODE$ENABLE_UNIT_TESTS$ENABLE_SYSTEM_TESTS$ENABLE_DOC_TESTS$ENABLE_COVERITY"$EXTRA_CMAKE_FLAGS"$BUILD_THREADS| tee $BUILD_DIR/test_logs/build_$OSTYPE.log
0 commit comments