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 727c390 rocky for 9.x: use /opt/h3-tools-boringssl (#354)
727c390 is described below
commit 727c390db70a9b9dd5220d6a328f78c2f3e5fe17
Author: Brian Neradt <[email protected]>
AuthorDate: Tue May 14 14:59:20 2024 -0500
rocky for 9.x: use /opt/h3-tools-boringssl (#354)
---
jenkins/github/rocky.pipeline | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/jenkins/github/rocky.pipeline b/jenkins/github/rocky.pipeline
index 27f61e5..9bebdff 100644
--- a/jenkins/github/rocky.pipeline
+++ b/jenkins/github/rocky.pipeline
@@ -85,8 +85,8 @@ pipeline {
echo "Falling back to autotools."
autoreconf -fiv
./configure \
- --with-quiche=/opt/quiche \
- --with-openssl=/opt/boringssl \
+ --with-quiche=/opt/h3-tools-boringssl/quiche \
+
--with-openssl=/opt/h3-tools-boringssl/boringssl \
--enable-experimental-plugins \
--enable-example-plugins \
--prefix=/tmp/ats/ \