This is an automated email from the ASF dual-hosted git repository.
masaori pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git
The following commit(s) were added to refs/heads/main by this push:
new 11f2388 Use LLVM toolchain on ubuntu pipeline
new 5d6c8b5 Merge pull request #216 from masaori335/ubuntu2304-llvm
11f2388 is described below
commit 11f23888c3bfa0ec5dad6f0e122297ed60e8e736
Author: Masaori Koshiba <[email protected]>
AuthorDate: Tue Sep 26 13:43:31 2023 +0900
Use LLVM toolchain on ubuntu pipeline
---
jenkins/github/ubuntu.pipeline | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jenkins/github/ubuntu.pipeline b/jenkins/github/ubuntu.pipeline
index fe7a049..bf87244 100644
--- a/jenkins/github/ubuntu.pipeline
+++ b/jenkins/github/ubuntu.pipeline
@@ -56,7 +56,7 @@ pipeline {
autoreconf -fiv
mkdir out_of_source_build_dir
cd out_of_source_build_dir
- CC="clang" CXX="clang++" ../configure
--enable-experimental-plugins --enable-example-plugins --enable-expensive-tests
--prefix=/tmp/ats/ --enable-werror --enable-ccache
+ CC="clang" CXX="clang++" LD="lld" AR="llvm-ar"
NM="llvm-nm" ../configure --enable-experimental-plugins
--enable-example-plugins --enable-expensive-tests --prefix=/tmp/ats/
--enable-werror --enable-ccache
make -j4 V=1 Q=
make -j4 check VERBOSE=Y V=1
make install