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/19 03:24:14 UTC

[trafficserver-ci] branch main updated: Use fedora:32 until gcc-12 warnings are fixed (#78)

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 af454ab  Use fedora:32 until gcc-12 warnings are fixed (#78)
af454ab is described below

commit af454ab88cd04a110875c2575ac43efd1849b6cd
Author: Brian Neradt <br...@gmail.com>
AuthorDate: Fri Feb 18 21:24:07 2022 -0600

    Use fedora:32 until gcc-12 warnings are fixed (#78)
    
    See:
    https://github.com/apache/trafficserver/issues/8682
---
 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 457be3a..e856898 100644
--- a/jenkins/github/fedora.pipeline
+++ b/jenkins/github/fedora.pipeline
@@ -1,7 +1,7 @@
 pipeline {
     agent {
         docker {
-            image 'ats/fedora:36'
+            image 'ats/fedora:32'
             //registryUrl 'https://controller.trafficserver.org/'
             args '-v ${HOME}/ccache:/tmp/ccache:rw'
             label 'linux'