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 3825e0d  centos.pipeline: build with Release (#279)
3825e0d is described below

commit 3825e0d046d5d917fc4a54698d2a6c8b1f447965
Author: Brian Neradt <brian.ner...@gmail.com>
AuthorDate: Wed Nov 1 14:19:45 2023 -0500

    centos.pipeline: build with Release (#279)
---
 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 bc5ba6c..8379799 100644
--- a/jenkins/github/centos.pipeline
+++ b/jenkins/github/centos.pipeline
@@ -55,7 +55,7 @@ pipeline {
                             # cmake for the centos image is installed in 
/opt/bin.
                             export PATH=/opt/bin:${PATH}
 
-                            cmake -B build --preset ci -G "Unix Makefiles" 
-DOPENSSL_ROOT_DIR=/opt/openssl-quic
+                            cmake -B build --preset ci -G "Unix Makefiles" 
-DOPENSSL_ROOT_DIR=/opt/openssl-quic -DCMAKE_BUILD_TYPE=Release
                             cmake --build build -j4 -v
                             cmake --install build
                             pushd build

Reply via email to