about summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-02-01 08:48:35 +0100
committervanhauser-thc <vh@thc.org>2024-02-01 08:48:41 +0100
commit5da5d6e0dfe1e3f8a0068d9289ecc34dd8a7b6af (patch)
treed1160d1d7a1122aaf127d6ab655ea945faf5ab6e /.github/workflows
parentc33de471208bfe62bfae63fb4c6864c79026a8c0 (diff)
downloadafl++-5da5d6e0dfe1e3f8a0068d9289ecc34dd8a7b6af.tar.gz
debug ci
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3d20956b..fdf618b9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -33,8 +33,7 @@ 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: