We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84274f2 commit bd3855fCopy full SHA for bd3855f
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: install gcc plugin
34
run: sudo apt-get install -y -m -f --install-suggests $(readlink /usr/bin/gcc)-plugin-dev
35
- name: build afl++
36
- run: make distrib ASAN_BUILD=1
+ run: make distrib ASAN_BUILD=1 NO_NYX=1
37
- name: run tests
38
run: sudo -E ./afl-system-config; make tests
39
macos:
0 commit comments