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 ad9712f Set LD_LIBRARY_PATH for quich make check run. (#170)
ad9712f is described below
commit ad9712ff7097d4f9568861bfc7454793d43a53bc
Author: Brian Neradt <[email protected]>
AuthorDate: Tue Jun 6 11:59:57 2023 -0500
Set LD_LIBRARY_PATH for quich make check run. (#170)
---
jenkins/branch/quiche.pipeline | 1 +
1 file changed, 1 insertion(+)
diff --git a/jenkins/branch/quiche.pipeline b/jenkins/branch/quiche.pipeline
index 455aea2..b483a2f 100644
--- a/jenkins/branch/quiche.pipeline
+++ b/jenkins/branch/quiche.pipeline
@@ -101,6 +101,7 @@ pipeline {
set -x
set -e
source
/opt/rh/gcc-toolset-11/enable
+ export
LD_LIBRARY_PATH=/opt/boringssl/lib64:${LD_LIBRARY_PATH}
make -j4 V=1 Q= check
/tmp/ats/bin/traffic_server -K
-k -R 1
'''