From: Tomas Krizek Date: Tue, 19 Feb 2019 17:36:18 +0000 (+0100) Subject: meson: ci - hide rebuild from log X-Git-Tag: v4.0.0~24^2~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d352ae42d31c109eda0defd339dc605975c9cb6;p=thirdparty%2Fknot-resolver.git meson: ci - hide rebuild from log 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. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 437d92997..db143b027 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -224,6 +224,7 @@ valgrind:linux:amd64: 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