From 27c8ef63db3ca691777e68b3bf722b39426de2c4 Mon Sep 17 00:00:00 2001 From: Stefano Avallone Date: Thu, 25 Aug 2022 10:59:41 +0200 Subject: [PATCH] Fetch glibc-debug via pacman to run valgrind tests --- utils/tests/gitlab-ci-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/tests/gitlab-ci-test.yml b/utils/tests/gitlab-ci-test.yml index c71c8a368..c6c7b4dec 100644 --- a/utils/tests/gitlab-ci-test.yml +++ b/utils/tests/gitlab-ci-test.yml @@ -9,11 +9,14 @@ stage: test image: archlinux before_script: + # add the core-debug repo to pacman.conf + - printf "\n%s\n%s\n" "[core-debug]" "Include = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf - pacman-key --init - pacman -Syu --noconfirm base-devel cmake ninja ccache valgrind python boost gsl gtk3 + glibc-debug script: - mkdir -p $CCACHE_BASEDIR_VALUE - export CCACHE_BASEDIR=${PWD}