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 a7adc85 Extra exports needed for osx cmake (#227)
a7adc85 is described below
commit a7adc85d70c76f8762a6c63dbb4f39baded86124
Author: Brian Neradt <[email protected]>
AuthorDate: Sat Oct 14 14:19:10 2023 -0500
Extra exports needed for osx cmake (#227)
---
jenkins/github/osx.pipeline | 2 ++
1 file changed, 2 insertions(+)
diff --git a/jenkins/github/osx.pipeline b/jenkins/github/osx.pipeline
index c229479..703bd05 100644
--- a/jenkins/github/osx.pipeline
+++ b/jenkins/github/osx.pipeline
@@ -28,6 +28,8 @@ pipeline {
then
export CC="clang"
export CXX="clang++"
+ export CXXFLAGS="-Qunused-arguments"
+ export WITH_LIBCPLUSPLUS="yes"
cmake -B build --preset ci -G "Unix Makefiles"
-DOPENSSL_ROOT_DIR=/usr/local/opt/openssl
cmake --build build -j3 -v
else