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 c8494f6 fedora build to use 40 (#336)
c8494f6 is described below
commit c8494f6abd66b160fb8f66e62c88e08780bce25d
Author: Brian Neradt <[email protected]>
AuthorDate: Thu Mar 28 12:32:28 2024 -0500
fedora build to use 40 (#336)
The autest build has at least v6 resolution issues which I hope will get
resolved as fedora hardens up and comes out of beta. But for now we can
at least use the updated compiler from fedora:40
---
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 f2ce366..95fd754 100644
--- a/jenkins/github/fedora.pipeline
+++ b/jenkins/github/fedora.pipeline
@@ -1,7 +1,7 @@
pipeline {
agent {
docker {
- image 'ats/fedora:39'
+ image 'ats/fedora:40'
//registryUrl 'https://ci.trafficserver.apache.org/'
args '-v ${HOME}/ccache:/tmp/ccache:rw'
label 'linux'