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

bneradt pushed a commit to branch revert-237-cmake_freebsd_again
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git

commit 4539569faf9e2f74e8581e624d052e574c49667f
Author: Brian Neradt <brian.ner...@gmail.com>
AuthorDate: Mon Oct 16 16:17:22 2023 -0500

    Revert "cmake: try freebsd again (#237)"
    
    This reverts commit b54cce6181c698cc7465530dd542c38f4728ad0e.
---
 jenkins/github/freebsd.pipeline | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/jenkins/github/freebsd.pipeline b/jenkins/github/freebsd.pipeline
index 32102c6..fcfcd11 100644
--- a/jenkins/github/freebsd.pipeline
+++ b/jenkins/github/freebsd.pipeline
@@ -25,7 +25,8 @@ pipeline {
                         set -x
                         set -e
 
-                        if [ -d cmake ]
+                        # `1 -eq 0`: Avoid doing cmake builds for freebsd 
until we install cmake on the CI boxes.
+                        if [ 1 -eq 0 -a -d cmake ]
                         then
                             cmake -B cmake-build-release 
-DBUILD_EXPERIMENTAL_PLUGINS=ON -DCMAKE_INSTALL_PREFIX=/tmp/ats
                             cmake --build cmake-build-release -v

Reply via email to