From 4e472229622e863f7566db32e9a0d003d24c696d Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 18 Aug 2020 12:07:59 +0200 Subject: [PATCH] Revert "ci: Work-around meson coverage bug" This reverts commit c07a63da99c1411f00c70f85ba872d92a7bc5f74. --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d50295..446f455 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,12 +74,6 @@ test_dev: - .install_libfprint_dev stage: test script: - # Work-around https://github.com/mesonbuild/meson/issues/7437 - - dnf install -y --nogpgcheck python3-pip - - rpm -e meson - - pip install git+https://github.com/mesonbuild/meson - - hash -d meson - - meson _build -Db_coverage=true - meson test -C _build --verbose --no-stdsplit --timeout-multiplier 3 - ninja -C _build coverage