From 65bfd009676f9b2fb54a26c66f26486dbdb633b6 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Sun, 10 Mar 2024 07:03:51 +0000 Subject: [PATCH] GitHub CI: temporarily disable make distcheck --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index d4a166f..6f217f4 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -70,4 +70,4 @@ jobs: ./bootstrap if [[ "$ASAN" == "yes" ]]; then ./configure --enable-silent-rules CFLAGS="-g3 -fPIC -fsanitize=address -fsanitize=undefined" LDFLAGS="-fsanitize=address -fsanitize=undefined" TESTS_ENVIRONMENT_EXTRA="LD_PRELOAD=/usr/lib/gcc/x86_64-linux-gnu/11/libasan.so PYTHONMALLOC=malloc"; else ./configure --enable-silent-rules; fi make check - make distcheck + #make distcheck