You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bn...@apache.org on 2023/03/22 02:30:37 UTC

[trafficserver-ci] branch main updated: Change Rocky build to use the quiche build (#132)

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 808959a  Change Rocky build to use the quiche build (#132)
808959a is described below

commit 808959ae7db0a3d4eec1d5d2ef593f568cf8b0c3
Author: Brian Neradt <br...@gmail.com>
AuthorDate: Tue Mar 21 21:30:32 2023 -0500

    Change Rocky build to use the quiche build (#132)
---
 jenkins/github/rocky.pipeline | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/jenkins/github/rocky.pipeline b/jenkins/github/rocky.pipeline
index cd3f58f..fe560c1 100644
--- a/jenkins/github/rocky.pipeline
+++ b/jenkins/github/rocky.pipeline
@@ -49,7 +49,14 @@ pipeline {
                         set -e
                         source /opt/rh/gcc-toolset-11/enable
                         autoreconf -fiv
-                        ./configure --with-openssl=/opt/openssl-quic --enable-experimental-plugins --enable-example-plugins --prefix=/tmp/ats/ --enable-werror --enable-debug --enable-ccache
+                        ./configure \
+                          --with-quiche=/opt/quiche \
+                          --enable-experimental-plugins \
+                          --enable-example-plugins \
+                          --prefix=/tmp/ats/ \
+                          --enable-werror \
+                          --enable-debug \
+                          --enable-ccache
                         make -j4 V=1 Q=
                         make -j 2 check VERBOSE=Y V=1
                         make install