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 c8fadb6 Might as well set LD_LIBRARY_PATH for autest too (#163)
c8fadb6 is described below
commit c8fadb6ab453375f68c656a35ecf60f5fdf4d69f
Author: Brian Neradt <[email protected]>
AuthorDate: Fri May 12 10:37:48 2023 -0500
Might as well set LD_LIBRARY_PATH for autest too (#163)
Setting LD_LIBRARY_PATH for /opt/boringssl/lib64 for autests.
---
jenkins/branch/quiche.pipeline | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/jenkins/branch/quiche.pipeline b/jenkins/branch/quiche.pipeline
index bcdd96e..91c5e0d 100644
--- a/jenkins/branch/quiche.pipeline
+++ b/jenkins/branch/quiche.pipeline
@@ -117,6 +117,10 @@ pipeline {
export PATH=/opt/bin:${PATH}
export PATH=/opt/go/bin:${PATH}
+ # We'll need this until
Damian's quiche patch lands which updates rpath:
+ #
https://github.com/cloudflare/quiche/pull/1508
+ export
LD_LIBRARY_PATH=/opt/boringssl/lib64:${LD_LIBRARY_PATH}
+
export_dir="${WORKSPACE}/output/${GITHUB_PR_BRANCH}"
mkdir -p ${export_dir}