Meson detects something has changed when using build artifacts
from previous build and performs a rebuild.
Hide the rebuild info, since it has no new information and the
build already passed in the previous stage.
Since the build takes <10s, it's probably not worth investigating
whether it's possible to avoid it.
except:
- master
script:
+ - ninja -C build_ci &>/dev/null
- meson test -C build_ci --suite unit --suite config --wrap="valgrind --leak-check=full --trace-children=yes --quiet --suppressions=/lj.supp"
dependencies:
- build:linux:amd64 # valgrind doesn't work with ASAN