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 61b6da9 --enable-hardening for debian PR CI jobs (#150)
61b6da9 is described below
commit 61b6da9c4d6bf62a8d0603f599aeee887b5c95b6
Author: Brian Neradt <[email protected]>
AuthorDate: Mon Apr 24 16:08:25 2023 -0500
--enable-hardening for debian PR CI jobs (#150)
---
jenkins/github/debian.pipeline | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jenkins/github/debian.pipeline b/jenkins/github/debian.pipeline
index 1935d95..aa152c0 100644
--- a/jenkins/github/debian.pipeline
+++ b/jenkins/github/debian.pipeline
@@ -48,7 +48,7 @@ pipeline {
set -x
set -e
autoreconf -fiv
- ./configure --enable-experimental-plugins
--enable-example-plugins --prefix=/tmp/ats/ --enable-debug --enable-werror
--enable-ccache
+ ./configure --enable-experimental-plugins
--enable-example-plugins --prefix=/tmp/ats/ --enable-debug --enable-werror
--enable-ccache --enable-hardening
make -j4 V=1 Q=
make -j 2 check VERBOSE=Y V=1
make install