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 479e5c0 cmake: add debug build, use fedora:38 (#188)
479e5c0 is described below
commit 479e5c0413f4da5f45100bbe6296c6d61b8f76cb
Author: Brian Neradt <[email protected]>
AuthorDate: Thu Jun 29 17:12:35 2023 -0500
cmake: add debug build, use fedora:38 (#188)
---
jenkins/github/cmake.pipeline | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/jenkins/github/cmake.pipeline b/jenkins/github/cmake.pipeline
index d23ce5f..77f6b44 100644
--- a/jenkins/github/cmake.pipeline
+++ b/jenkins/github/cmake.pipeline
@@ -1,7 +1,7 @@
pipeline {
agent {
docker {
- image 'ci.trafficserver.apache.org/ats/rockylinux:8'
+ image 'ci.trafficserver.apache.org/ats/fedora:38'
registryUrl 'https://ci.trafficserver.apache.org/'
label 'docker'
args '-v ${HOME}/ccache:/tmp/ccache:rw'
@@ -59,10 +59,9 @@ pipeline {
fi
- source /opt/rh/gcc-toolset-11/enable
export PATH=/opt/bin:${PATH}
- cmake -B cmake-build-release -GNinja
-DCMAKE_BUILD_TYPE=Release -DOPENSSL_ROOT_DIR=/opt/openssl-quic
-DCMAKE_INSTALL_PREFIX=/tmp/ats
+ cmake -B cmake-build-release -GNinja
-DCMAKE_BUILD_TYPE=Debug -DOPENSSL_ROOT_DIR=/opt/openssl-quic
-DCMAKE_INSTALL_PREFIX=/tmp/ats
cmake --build cmake-build-release -j4 -v
cmake --install cmake-build-release
pushd cmake-build-release