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 2316071  Tweaks for centos cmake builds (#225)
2316071 is described below

commit 2316071ccc4b16546c9d4db272bbc5ae5ab46da3
Author: Brian Neradt <[email protected]>
AuthorDate: Sat Oct 14 13:17:27 2023 -0500

    Tweaks for centos cmake builds (#225)
    
    Add /opt/bin to PATH
---
 jenkins/github/centos.pipeline | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/jenkins/github/centos.pipeline b/jenkins/github/centos.pipeline
index 3bf69d6..03e340d 100644
--- a/jenkins/github/centos.pipeline
+++ b/jenkins/github/centos.pipeline
@@ -52,6 +52,9 @@ pipeline {
 
                         if [ -d cmake ]
                         then
+                            # cmake for the centos image is installed in 
/opt/bin.
+                            export PATH=/opt/bin:${PATH}
+
                             cmake -B cmake-build-release --preset ci -G "Unix 
Makefiles" -DOPENSSL_ROOT_DIR=/opt/openssl-quic
                             cmake --build cmake-build-release -v
                             cmake --install cmake-build-release

Reply via email to