You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bn...@apache.org on 2022/05/02 18:23:37 UTC

[trafficserver-ci] branch main updated: M4=/bin/m4 for fedora:35 autoreconf github builds (#97)

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 013beb5  M4=/bin/m4 for fedora:35 autoreconf github builds (#97)
013beb5 is described below

commit 013beb51b24b99484300713e69be2bf5fd4edba8
Author: Brian Neradt <br...@gmail.com>
AuthorDate: Mon May 2 13:23:33 2022 -0500

    M4=/bin/m4 for fedora:35 autoreconf github builds (#97)
    
    Applying what we did for branch builds to the fedora github CI builds:
    38a1eb4e87d4ff8c9feb6c81d72ce2addc83fbc2
---
 jenkins/github/fedora.pipeline | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jenkins/github/fedora.pipeline b/jenkins/github/fedora.pipeline
index 9e92e58..a12c42a 100644
--- a/jenkins/github/fedora.pipeline
+++ b/jenkins/github/fedora.pipeline
@@ -54,7 +54,7 @@ pipeline {
                         autoreconf_succeeded=0
                         for i in {1..5}
                         do
-                          if CONFIG_SHELL=/bin/bash autoreconf -fiv
+                          if M4=/bin/m4 CONFIG_SHELL=/bin/bash autoreconf -fiv
                           then
                             autoreconf_succeeded=1
                             break