]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
meson: ci - hide rebuild from log
authorTomas Krizek <tomas.krizek@nic.cz>
Tue, 19 Feb 2019 17:36:18 +0000 (18:36 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 12 Mar 2019 09:43:33 +0000 (10:43 +0100)
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.

.gitlab-ci.yml

index 437d92997f938f3dd4a1a9b6a604275bba615fa9..db143b0277497554f93859d95192811935a32d29 100644 (file)
@@ -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