Skip to content

Commit 73f72d3

Browse files
authored
[CI] Update monolithic-linux.sh
1 parent 38b948b commit 73f72d3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.ci/monolithic-linux.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,10 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
6262
-D LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS=ON \
6363
-D CMAKE_INSTALL_PREFIX="${INSTALL_DIR}" \
6464
-D CMAKE_EXE_LINKER_FLAGS="-no-pie" \
65-
-D LLVM_ENABLE_WERROR=ON
65+
-D LLVM_ENABLE_WERROR=ON \
66+
-DLLVM_BUILD_UTILS=ON \
67+
-DLLVM_INCLUDE_UTILS=ON \
68+
-DLLVM_INSTALL_UTILS=ON
6669

6770
start-group "ninja"
6871

0 commit comments

Comments
 (0)