This is an automated email from the ASF dual-hosted git repository.

bneradt 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 6db6f3d  Revert "Use LLVM toolchain on ubuntu pipeline" (#217)
6db6f3d is described below

commit 6db6f3d18d8d3687e6e907ad37816ffbdd88a030
Author: Masaori Koshiba <masa...@apache.org>
AuthorDate: Thu Sep 28 00:26:38 2023 +0900

    Revert "Use LLVM toolchain on ubuntu pipeline" (#217)
    
    This reverts commit 11f23888c3bfa0ec5dad6f0e122297ed60e8e736.
---
 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 bf87244..fe7a049 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++" 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
+                        CC="clang" CXX="clang++" ../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

Reply via email to