]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci: run small respdiff with ASAN build
authorTomas Krizek <tomas.krizek@nic.cz>
Wed, 12 Dec 2018 16:53:27 +0000 (17:53 +0100)
committerPetr Špaček <petr.spacek@nic.cz>
Thu, 13 Dec 2018 11:29:14 +0000 (11:29 +0000)
.gitlab-ci.yml

index c95bfbab7fec7366625fa075303d3e3c6c37e35b..b7e8544ff6654affcccea9f762aeaf7c7125ea79 100644 (file)
@@ -406,7 +406,7 @@ respdiff:iter:udp:linux:amd64:
     - killall --wait kresd
     - MAKEFLAGS="--jobs $(nproc)" test "${COVERAGE:-0}" -eq 1 && make coverage-c coverage-lua COVERAGE_STAGE=gcov-respdiff-iter-udp | grep -vE '(source file is newer than notes file)|(the message is displayed only once per source file)' || echo "code coverage skipped"
   dependencies:
-    - build:linux:amd64
+    - build:asan:linux:amd64
   artifacts:
     when: always
     expire_in: '1 week'