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 a1f5d93 freebsd: try cmake again (#243)
a1f5d93 is described below
commit a1f5d93fc06fd9fb66f9aaf19f08e1ce9abe9eb7
Author: Brian Neradt <[email protected]>
AuthorDate: Tue Oct 17 13:49:11 2023 -0500
freebsd: try cmake again (#243)
cmcfarlen patched freebsd cmake builds for pthread. Let's see if the
freebsd build is green now.
---
jenkins/github/freebsd.pipeline | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/jenkins/github/freebsd.pipeline b/jenkins/github/freebsd.pipeline
index 34ef138..41681fc 100644
--- a/jenkins/github/freebsd.pipeline
+++ b/jenkins/github/freebsd.pipeline
@@ -38,8 +38,7 @@ pipeline {
set -x
set -e
- # `1 -eq 0`: Avoid doing cmake builds for freebsd
until we install cmake on the CI boxes.
- if [ 1 -eq 0 -a -d cmake ]
+ if [ -d cmake ]
then
cmake -B cmake-build-release
-DBUILD_EXPERIMENTAL_PLUGINS=ON -DCMAKE_INSTALL_PREFIX=/tmp/ats
cmake --build cmake-build-release -v