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 63c444e  Removing the old autoreconf fedora cruft (#155)
63c444e is described below

commit 63c444e2a29d50bbf5760c8e08ddbfb86ebc24e0
Author: Brian Neradt <brian.ner...@gmail.com>
AuthorDate: Tue May 2 16:35:57 2023 -0500

    Removing the old autoreconf fedora cruft (#155)
    
    The pre-fedora:37 autoreconf was broken and we tried to work around it
    in various ways that never really worked. fedora:37 just worked better.
    We don't need this confusing cruft anymore.
---
 jenkins/github/fedora.pipeline | 24 +-----------------------
 1 file changed, 1 insertion(+), 23 deletions(-)

diff --git a/jenkins/github/fedora.pipeline b/jenkins/github/fedora.pipeline
index 415437b..4082606 100644
--- a/jenkins/github/fedora.pipeline
+++ b/jenkins/github/fedora.pipeline
@@ -48,29 +48,7 @@ pipeline {
                         set -x
                         set -e
 
-                        export PATH=/bin:${PATH}
-                        echo "PATH: $PATH"
-                        export M4=/bin/m4
-                        export CONFIG_SHELL=/bin/bash
-
-                        autoreconf_succeeded=0
-                        for i in {1..5}
-                        do
-                          if autoreconf -fiv
-                          then
-                            autoreconf_succeeded=1
-                            break
-                          fi
-                          sleep 2
-                          echo "autoreconf failed attempt ${i}/5"
-                        done
-
-                        if [ ${autoreconf_succeeded} -eq 0 ]
-                        then
-                          echo "Failed to run autoreconf. Exiting with an 
error."
-                          exit 1
-                        fi
-
+                        autoreconf -fiv
                         # 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-ccache
                         make -j4 V=1 Q=

Reply via email to