Disable brittle valgrind test in CI

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2023-05-22 19:32:47 +10:00
parent a81ec016d7
commit 2c45e854ab

View file

@ -46,14 +46,14 @@ arch-clang:
- ninja -C build - ninja -C build
- fakechroot meson test -C build - fakechroot meson test -C build
arch-valgrind: #arch-valgrind:
extends: .arch-test # extends: .arch-test
script: # script:
- pacman -Syu --needed --noconfirm valgrind # - pacman -Syu --needed --noconfirm valgrind
- pacman -U --noconfirm https://geo.mirror.pkgbuild.com/core-debug/os/x86_64/glibc-debug-$(pacman -S --print-format %v glibc)-x86_64.pkg.tar.zst # - pacman -U --noconfirm https://geo.mirror.pkgbuild.com/core-debug/os/x86_64/glibc-debug-$(pacman -S --print-format %v glibc)-x86_64.pkg.tar.zst
- meson setup build # - meson setup build
- ninja -C build # - ninja -C build
- PACTEST_VALGRIND=1 fakechroot meson test -C build # - PACTEST_VALGRIND=1 fakechroot meson test -C build
arch-nettle: arch-nettle:
extends: .arch-test extends: .arch-test