ci: disable valgrind build; too many false positives on musl

This commit is contained in:
Daniel Eklöf 2019-05-09 21:13:00 +02:00
parent c3b73ef99e
commit 8eece744a8

View file

@ -29,15 +29,15 @@ debug:
- ninja coverage-text - ninja coverage-text
- tail meson-logs/coverage.txt - tail meson-logs/coverage.txt
valgrind: # valgrind:
stage: build # stage: build
script: # script:
- apk add valgrind # - apk add valgrind
- mkdir -p bld/debug # - mkdir -p bld/debug
- cd bld/debug # - cd bld/debug
- meson --buildtype=debug ../.. # - meson --buildtype=debug ../..
- ninja -k0 # - ninja -k0
- meson test --verbose --wrapper "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=3" # - meson test --verbose --wrapper "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=3"
release: release:
stage: build stage: build