This is an automated email from the ASF dual-hosted git repository.

bnolsen 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 1e020e3  cmake build to fall back to system openssl and not use 
openssl-quic for branch
     new 3f127eb  Merge pull request #220 from traeak/cmake_branch_rocky8
1e020e3 is described below

commit 1e020e3b2585416876045438fe08980f6604169c
Author: Brian Olsen <[email protected]>
AuthorDate: Thu Sep 28 19:30:15 2023 +0000

    cmake build to fall back to system openssl and not use openssl-quic for 
branch
---
 jenkins/bin/cmake.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jenkins/bin/cmake.sh b/jenkins/bin/cmake.sh
index ef84983..293561b 100755
--- a/jenkins/bin/cmake.sh
+++ b/jenkins/bin/cmake.sh
@@ -36,8 +36,8 @@ cmake -B cmake-build-release\
   -DCMAKE_COMPILE_WARNING_AS_ERROR=ON \
   -DCMAKE_BUILD_TYPE=Release \
   -DBUILD_EXPERIMENTAL_PLUGINS=ON \
-  -DOPENSSL_ROOT_DIR=/opt/openssl-quic \
   -DCMAKE_INSTALL_PREFIX=/tmp/ats
+#  -DOPENSSL_ROOT_DIR=/opt/openssl-quic
 cmake --build cmake-build-release -j4 -v
 cmake --install cmake-build-release
 

Reply via email to