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/02/24 22:25:40 UTC

[trafficserver-ci] branch main updated: fedora:32 (#84)

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 dd6cfa7  fedora:32 (#84)
dd6cfa7 is described below

commit dd6cfa7cf02daf8b386d39338b89a530ca3addc4
Author: Brian Neradt <br...@gmail.com>
AuthorDate: Thu Feb 24 16:25:32 2022 -0600

    fedora:32 (#84)
    
    Reverting to us using fedora:32 for now. fedora:35 fails autoconf on CI
    with:
    
    + autoreconf -fiv
    autoreconf: Entering directory `.'
    autoreconf: configure.ac: not using Gettext
    autoreconf: running: aclocal --force -I build
    autoreconf: configure.ac: tracing
    autoreconf: configure.ac: not using Libtool
    autoreconf: running: /usr/bin/autoconf --force
    /usr/bin/autoconf: This script requires a shell more modern than all
    /usr/bin/autoconf: the shells that I found on your system.
    /usr/bin/autoconf: Please tell bug-autoconf@gnu.org about your system,
    /usr/bin/autoconf: including any error possibly output before this
    /usr/bin/autoconf: message. Then install a modern shell, or manually run
    /usr/bin/autoconf: the script under such a shell if you do have one.
    autoreconf: /usr/bin/autoconf failed with exit status: 1
---
 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 9e505ed..bcf5d2f 100644
--- a/jenkins/github/fedora.pipeline
+++ b/jenkins/github/fedora.pipeline
@@ -1,7 +1,7 @@
 pipeline {
     agent {
         docker {
-            image 'ats/fedora:35'
+            image 'ats/fedora:32'
             //registryUrl 'https://controller.trafficserver.org/'
             args '-v ${HOME}/ccache:/tmp/ccache:rw'
             label 'linux'