This is an automated email from the ASF dual-hosted git repository. eze pushed a commit to branch fmt-rocky8 in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git
commit dc9e4cba48d8ef4aa17f58a5e6c520797225089a Author: Evan Zelkowitz <[email protected]> AuthorDate: Thu Oct 9 16:49:11 2025 -0600 Update rocky.pipeline - add libfmt to rocky8 build --- jenkins/github/rocky.pipeline | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/jenkins/github/rocky.pipeline b/jenkins/github/rocky.pipeline index 781c8fc..8787849 100644 --- a/jenkins/github/rocky.pipeline +++ b/jenkins/github/rocky.pipeline @@ -70,11 +70,13 @@ pipeline { # Now build ATS, using the external libswoc. libswoc_dir=/opt/libswoc yaml_cpp_dir=/opt/yaml-cpp + fmt_dir=/opt/libfmt/ src_top=$(git rev-parse --show-toplevel) - PKG_CONFIG_PATH=${libswoc_dir}/lib/pkgconfig \ + PKG_CONFIG_PATH=${libswoc_dir}/lib/pkgconfig:${fmt_dir}/lib64/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} \ + -DENABLE_CRIPTS=on cmake --build build -v cmake --install build pushd build
