This is an automated email from the ASF dual-hosted git repository. eze pushed a commit to branch revert-393-ezelkow1-patch-1 in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git
commit 9fc3dda9126cc66eeb163ffc530025bda1202c34 Author: Evan Zelkowitz <[email protected]> AuthorDate: Thu Oct 9 18:36:36 2025 -0600 Revert "Update rocky.pipeline - add libfmt to build cripts" --- jenkins/github/rocky.pipeline | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jenkins/github/rocky.pipeline b/jenkins/github/rocky.pipeline index e7ef964..781c8fc 100644 --- a/jenkins/github/rocky.pipeline +++ b/jenkins/github/rocky.pipeline @@ -74,8 +74,7 @@ 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} \ - -Dfmt_ROOT=/opt/libfmt -DENABLE_CRIPTS=ON + -DEXTERNAL_YAML_CPP=ON -Dyaml-cpp_ROOT=${yaml_cpp_dir} cmake --build build -v cmake --install build pushd build
