Commit c1bfcd92 authored by Joseph Noir's avatar Joseph Noir

Activate leak checks

parent 72e62b1a
......@@ -164,7 +164,7 @@ pipeline {
environment {
PrettyJobBaseName = env.JOB_BASE_NAME.replace('%2F', '/')
PrettyJobName = "CAF/$PrettyJobBaseName #${env.BUILD_NUMBER}"
ASAN_OPTIONS = 'detect_leaks=0'
ASAN_OPTIONS = 'detect_leaks=1'
}
stages {
stage('Checkout') {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment