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 7d432de centos CI: use toolset 10 (#259)
7d432de is described below
commit 7d432de5180be037449c9988515af03aab776300
Author: Brian Neradt <[email protected]>
AuthorDate: Tue Oct 24 16:58:32 2023 -0500
centos CI: use toolset 10 (#259)
---
jenkins/github/centos.pipeline | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jenkins/github/centos.pipeline b/jenkins/github/centos.pipeline
index e7582a9..bc5ba6c 100644
--- a/jenkins/github/centos.pipeline
+++ b/jenkins/github/centos.pipeline
@@ -48,7 +48,7 @@ pipeline {
set -x
set -e
- source /opt/rh/devtoolset-8/enable
+ source /opt/rh/devtoolset-10/enable
if [ -d cmake ]
then