about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-02-01 08:44:45 +0100
committervanhauser-thc <vh@thc.org>2024-02-01 08:48:41 +0100
commitc33de471208bfe62bfae63fb4c6864c79026a8c0 (patch)
tree0eb887ffff487ad9aee066a7572413a45c191431 /.github
parent643df2b538b06561d5a6d6ae441322167d33f834 (diff)
downloadafl++-c33de471208bfe62bfae63fb4c6864c79026a8c0.tar.gz
enable nyx
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index fdf618b9..3d20956b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -33,7 +33,8 @@ jobs:
       - name: install gcc plugin
         run: sudo apt-get install -y -m -f --install-suggests $(readlink /usr/bin/gcc)-plugin-dev
       - name: build afl++
-        run: make distrib ASAN_BUILD=1 NO_NYX=1
+        run: make distrib ASAN_BUILD=1
+        # NO_NYX=1
       - name: run tests
         run: sudo -E ./afl-system-config; make tests
  # macos: