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/23 20:28:41 UTC

[trafficserver-ci] branch main updated: Have the Rocky PR CI build use boringssl (#134)

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 9b01d37  Have the Rocky PR CI build use boringssl (#134)
9b01d37 is described below

commit 9b01d378faf3d559299592e1318205900d488760
Author: Brian Neradt <br...@gmail.com>
AuthorDate: Thu Mar 23 15:28:35 2023 -0500

    Have the Rocky PR CI build use boringssl (#134)
---
 jenkins/github/rocky.pipeline | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jenkins/github/rocky.pipeline b/jenkins/github/rocky.pipeline
index fe560c1..ff60e71 100644
--- a/jenkins/github/rocky.pipeline
+++ b/jenkins/github/rocky.pipeline
@@ -51,6 +51,7 @@ pipeline {
                         autoreconf -fiv
                         ./configure \
                           --with-quiche=/opt/quiche \
+                          --with-openssl=/opt/boringssl \
                           --enable-experimental-plugins \
                           --enable-example-plugins \
                           --prefix=/tmp/ats/ \