From b2b5a07a52559e8908873fc4c04e80c98c5b78fd Mon Sep 17 00:00:00 2001 From: Gabriel Ferreira Date: Mon, 23 May 2022 14:56:26 -0300 Subject: [PATCH] CI: export environment variable used by Valgrind on Archlinux --- utils/tests/gitlab-ci-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/tests/gitlab-ci-test.yml b/utils/tests/gitlab-ci-test.yml index 2e75b3c13..d24edd302 100644 --- a/utils/tests/gitlab-ci-test.yml +++ b/utils/tests/gitlab-ci-test.yml @@ -11,6 +11,8 @@ - mkdir -p $CCACHE_BASEDIR_VALUE - export CCACHE_BASEDIR=${PWD} - export CCACHE_DIR=${PWD}/$CCACHE_BASEDIR_VALUE + # workaround for Valgrind on Archlinux https://bbs.archlinux.org/viewtopic.php?pid=2036171#p2036171 + - export DEBUGINFOD_URLS="https://debuginfod.archlinux.org" # missing the flag --disable-python - ./ns3 configure -d $MODE -GNinja --enable-examples --enable-tests --disable-gtk - ./ns3 build