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 16bde10 branch autest fedora:42 build updates (#386)
16bde10 is described below
commit 16bde10177ac538b77a45843c0bdec3db5412211
Author: Brian Neradt <[email protected]>
AuthorDate: Thu Jul 24 11:28:44 2025 -0500
branch autest fedora:42 build updates (#386)
---
jenkins/branch/autest.pipeline | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/jenkins/branch/autest.pipeline b/jenkins/branch/autest.pipeline
index 0c40690..20a4e5b 100644
--- a/jenkins/branch/autest.pipeline
+++ b/jenkins/branch/autest.pipeline
@@ -77,16 +77,12 @@ pipeline {
echo 'Starting build'
dir('src') {
sh '''#!/bin/bash
+
set -x
set -e
- source
/opt/rh/gcc-toolset-11/enable
- sudo update-crypto-policies
--set LEGACY
-
- unalias cp || true
- sudo chmod -R ugo+rw .
# We want to pick up the
OpenSSL-QUIC version
- # of curl in /opt/bin. The
HTTP/3 AuTests
+ # of curl in /opt/bin. The
HTTP/3 AuTests
# depend upon this, so update
the PATH accordingly.
export PATH=/opt/bin:${PATH}