Skip to content

Commit 48d90e9

Browse files
committed
[VE][Jenkins] Update Jenkinsfile
Update Jenkinsfile to use newly supported CLANG_RUNTIME variable to compile vetfkernel.
1 parent 28ab529 commit 48d90e9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Jenkinsfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,9 @@ pipeline {
107107
}
108108
dir('vml/build') {
109109
sh """
110-
# Use sed since CMakeLists.txt does not use option command.
111-
sed -e 's:linux/libclang_rt.builtins-ve.a:ve-unknown-linux-gnu/libclang_rt.builtins.a:' -i ../CMakeLists.txt
112110
${CMAKE} -DCMAKE_BUILD_TYPE="Debug" \
113111
-DLLVM_DIR=${TOP}/llvm-dev/install/lib/cmake/llvm \
114-
-DCLANG_RUNTIME=${TOP}/llvm-dev/install/lib/clang/14.0.0/lib/ve-unknown-linux-gnu/libclang_rt.builtins.a \
112+
-DCLANG_RUNTIME=${TOP}/llvm-dev/install/lib/clang/15.0.0/lib/ve-unknown-linux-gnu/libclang_rt.builtins.a \
115113
-DNCC_VERSION=-3.0.6 ..
116114
# make -j often crash
117115
make -j${COMPILE_THREADS}

0 commit comments

Comments
 (0)