Skip to content

Commit 1577954

Browse files
make to make3
1 parent ac28ece commit 1577954

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pipeline {
2727
2828
mkdir -p "${BUILD_DIR}"
2929
30-
cmake -S llvm -B "${BUILD_DIR}" -G Ninja \
30+
cmake3 -S llvm -B "${BUILD_DIR}" -G Ninja \
3131
-DCMAKE_BUILD_TYPE="${BUILD_TYPE}" \
3232
-DLLVM_ENABLE_PROJECTS="${LLVM_PROJECTS}"
3333
'''
@@ -38,7 +38,7 @@ pipeline {
3838
steps {
3939
sh '''
4040
set -eux
41-
cmake --build "${BUILD_DIR}" -j"$(nproc)"
41+
cmake3 --build "${BUILD_DIR}" -j"$(nproc)"
4242
'''
4343
}
4444
}

0 commit comments

Comments
 (0)