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 9bafa55  branch-quiche -> branch-quiche-boringssl (#344)
9bafa55 is described below

commit 9bafa5550ff7fb9c844831e7dafefc76b415812e
Author: Brian Neradt <[email protected]>
AuthorDate: Fri May 3 17:14:00 2024 -0500

    branch-quiche -> branch-quiche-boringssl (#344)
    
    This got renamed
---
 jenkins/bin/quiche.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jenkins/bin/quiche.sh b/jenkins/bin/quiche.sh
index 6560786..be633f3 100755
--- a/jenkins/bin/quiche.sh
+++ b/jenkins/bin/quiche.sh
@@ -34,7 +34,7 @@ cd "${WORKSPACE}/src"
 presetpath="../ci/jenkins/branch/CMakePresets.json"
 [ -f "${presetpath}" ] && /bin/cp -f "${presetpath}" .
 
-cmake -B build --preset branch-quiche
+cmake -B build --preset branch-quiche-on-boringssl
 cmake --build build -j${NPROC} -v
 cmake --install build
 

Reply via email to