Skip to content

Commit

Permalink
GitHub CI: temporarily disable make distcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Sep 15, 2024
1 parent baa7d51 commit 0cb8a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0cb8a28

Please sign in to comment.