From 3773de68a973020cc4670acf84be2f061104e5f8 Mon Sep 17 00:00:00 2001 From: Alessandro Toppi Date: Mon, 18 Mar 2024 14:28:45 +0100 Subject: [PATCH] Temporarily disable check-fuzzers in CI An incompatibilty between kernel and libasan leads to random crashes as soon as binaries are being executed. For more context: https://stackoverflow.com/questions/77826203/addresssanitizer-randomly-throws-sigsegv-with-no-explanation --- .github/workflows/janus-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/janus-ci.yml b/.github/workflows/janus-ci.yml index a101ba19f7..b0bd1372d4 100644 --- a/.github/workflows/janus-ci.yml +++ b/.github/workflows/janus-ci.yml @@ -154,7 +154,6 @@ jobs: ./autogen.sh ./configure $JANUS_CONFIG_COMMON $JANUS_CONFIG_OPTS make -j$(nproc) - make check-fuzzers javascript-lint: runs-on: ubuntu-22.04 steps: