Skip to content

Commit 366967a

Browse files
committed
See what turning off sccache does...
1 parent d9df5c8 commit 366967a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.ci/monolithic-windows.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
6161
-D COMPILER_RT_BUILD_LIBFUZZER=OFF \
6262
-D LLVM_LIT_ARGS="-v --xunit-xml-output ${BUILD_DIR}/test-results.xml --use-unique-output-file-name --timeout=1200 --time-tests --succinct" \
6363
-D COMPILER_RT_BUILD_ORC=OFF \
64-
-D CMAKE_C_COMPILER_LAUNCHER=sccache \
65-
-D CMAKE_CXX_COMPILER_LAUNCHER=sccache \
6664
-D MLIR_ENABLE_BINDINGS_PYTHON=ON \
6765
-D CMAKE_EXE_LINKER_FLAGS="/MANIFEST:NO" \
6866
-D CMAKE_MODULE_LINKER_FLAGS="/MANIFEST:NO" \
@@ -71,6 +69,9 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
7169

7270
start-group "ninja"
7371

72+
# -D CMAKE_C_COMPILER_LAUNCHER=sccache \
73+
# -D CMAKE_CXX_COMPILER_LAUNCHER=sccache \
74+
7475
# Targets are not escaped as they are passed as separate arguments.
7576
ninja -C "${BUILD_DIR}" -k 0 ${targets} |& tee ninja.log
7677

0 commit comments

Comments
 (0)