Skip to content

Commit

Permalink
Temporarily disable check-fuzzers in CI
Browse files Browse the repository at this point in the history
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
  • Loading branch information
atoppi committed Mar 18, 2024
1 parent a0175e8 commit 3773de6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/janus-ci.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 3773de6

Please sign in to comment.