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

eze pushed a commit to branch ezelkow1-patch-1
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git

commit ab203e27d4aec17d9018e7c55fc3d84271f4bf49
Author: Evan Zelkowitz <[email protected]>
AuthorDate: Thu Oct 9 18:16:46 2025 -0600

    Update rocky.pipeline - add libfmt to build cripts
---
 jenkins/github/rocky.pipeline | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/jenkins/github/rocky.pipeline b/jenkins/github/rocky.pipeline
index 781c8fc..e7ef964 100644
--- a/jenkins/github/rocky.pipeline
+++ b/jenkins/github/rocky.pipeline
@@ -74,7 +74,8 @@ pipeline {
                             PKG_CONFIG_PATH=${libswoc_dir}/lib/pkgconfig \
                             cmake -B build --preset ci-rocky \
                               -DEXTERNAL_LIBSWOC=ON 
-Dlibswoc_ROOT=${libswoc_dir} \
-                              -DEXTERNAL_YAML_CPP=ON 
-Dyaml-cpp_ROOT=${yaml_cpp_dir}
+                              -DEXTERNAL_YAML_CPP=ON 
-Dyaml-cpp_ROOT=${yaml_cpp_dir} \
+                              -Dfmt_ROOT=/opt/libfmt -DENABLE_CRIPTS=ON
                             cmake --build build -v
                             cmake --install build
                             pushd build

Reply via email to