Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit ad1bdf2

Browse files
Chad Doughertyapavlo
authored andcommitted
remove asan from builds that don't run tests
1 parent 7680bb1 commit ad1bdf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pipeline {
5858
sh 'sudo /bin/bash -c "source ./script/installation/packages.sh"'
5959
sh 'python ./script/validators/source_validator.py'
6060
sh 'mkdir build'
61-
sh 'cd build && cmake -DCMAKE_BUILD_TYPE=Release -DUSE_SANITIZER=Address -DCOVERALLS=False .. && make -j4'
61+
sh 'cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCOVERALLS=False .. && make -j4'
6262
}
6363
}
6464

@@ -83,7 +83,7 @@ pipeline {
8383
// sh 'sudo /bin/bash -c "source ./script/installation/packages.sh"'
8484
// sh 'python ./script/validators/source_validator.py'
8585
// sh 'mkdir build'
86-
// sh 'cd build && cmake -DCMAKE_BUILD_TYPE=Release -DUSE_SANITIZER=Address -DCOVERALLS=False .. && make -j4'
86+
// sh 'cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCOVERALLS=False .. && make -j4'
8787
// }
8888
// }
8989

0 commit comments

Comments
 (0)