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 f2e7b65  Removing call to --enable-luajit in jenkins jobs (#127)
f2e7b65 is described below

commit f2e7b657cf2d04ead7000beacfcf6497dbc1f52e
Author: Brian Neradt <brian.ner...@gmail.com>
AuthorDate: Mon Feb 13 17:39:43 2023 -0600

    Removing call to --enable-luajit in jenkins jobs (#127)
    
    Some scripts still --enable-luajit...I didn't remove it from the branch
    pipelines in case it was still helpful there, and some shell scripts
    still reference it in case that's helpful for the same reason.
---
 jenkins/github/autest.pipeline | 2 +-
 jenkins/github/centos.pipeline | 2 +-
 jenkins/github/fedora.pipeline | 2 +-
 jenkins/github/rocky.pipeline  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/jenkins/github/autest.pipeline b/jenkins/github/autest.pipeline
index c426150..0f09b91 100644
--- a/jenkins/github/autest.pipeline
+++ b/jenkins/github/autest.pipeline
@@ -81,7 +81,7 @@ pipeline {
                                                # (default user umask may 
change and make these unreadable)
                                                sudo chmod -R o+r .
                                                autoreconf -fiv
-                                               ./configure 
--with-openssl=/opt/openssl-quic --enable-experimental-plugins 
--enable-example-plugins --prefix=/tmp/ats --enable-werror --enable-debug 
--enable-wccp --enable-luajit --enable-ccache
+                                               ./configure 
--with-openssl=/opt/openssl-quic --enable-experimental-plugins 
--enable-example-plugins --prefix=/tmp/ats --enable-werror --enable-debug 
--enable-wccp --enable-ccache
                                                make -j4
                                                make install
                                                '''
diff --git a/jenkins/github/centos.pipeline b/jenkins/github/centos.pipeline
index dbd4992..49d3da1 100644
--- a/jenkins/github/centos.pipeline
+++ b/jenkins/github/centos.pipeline
@@ -49,7 +49,7 @@ pipeline {
                         set -e
                         source /opt/rh/gcc-toolset-9/enable
                         autoreconf -fiv
-                        ./configure --with-openssl=/opt/openssl-quic 
--enable-experimental-plugins --enable-example-plugins --prefix=/tmp/ats/ 
--enable-werror --enable-debug --enable-luajit --enable-ccache
+                        ./configure --with-openssl=/opt/openssl-quic 
--enable-experimental-plugins --enable-example-plugins --prefix=/tmp/ats/ 
--enable-werror --enable-debug --enable-ccache
                         make -j4 V=1 Q=
                         make -j 2 check VERBOSE=Y V=1
                         make install
diff --git a/jenkins/github/fedora.pipeline b/jenkins/github/fedora.pipeline
index 89a649c..3eccc99 100644
--- a/jenkins/github/fedora.pipeline
+++ b/jenkins/github/fedora.pipeline
@@ -72,7 +72,7 @@ pipeline {
                         fi
 
                         # Remove the --with-openssl argument when we support 
OpenSSL 3.x.
-                        ./configure --with-openssl=/opt/openssl-quic 
--enable-experimental-plugins --enable-example-plugins --prefix=/tmp/ats/ 
--enable-werror --enable-debug --enable-wccp --enable-luajit --enable-ccache
+                        ./configure --with-openssl=/opt/openssl-quic 
--enable-experimental-plugins --enable-example-plugins --prefix=/tmp/ats/ 
--enable-werror --enable-debug --enable-wccp --enable-ccache
                         make -j4 V=1 Q=
                         make -j 2 check VERBOSE=Y V=1
                         make install
diff --git a/jenkins/github/rocky.pipeline b/jenkins/github/rocky.pipeline
index db91df1..cd3f58f 100644
--- a/jenkins/github/rocky.pipeline
+++ b/jenkins/github/rocky.pipeline
@@ -49,7 +49,7 @@ pipeline {
                         set -e
                         source /opt/rh/gcc-toolset-11/enable
                         autoreconf -fiv
-                        ./configure --with-openssl=/opt/openssl-quic 
--enable-experimental-plugins --enable-example-plugins --prefix=/tmp/ats/ 
--enable-werror --enable-debug --enable-luajit --enable-ccache
+                        ./configure --with-openssl=/opt/openssl-quic 
--enable-experimental-plugins --enable-example-plugins --prefix=/tmp/ats/ 
--enable-werror --enable-debug --enable-ccache
                         make -j4 V=1 Q=
                         make -j 2 check VERBOSE=Y V=1
                         make install

Reply via email to