about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-03-15 10:18:33 +0100
committervanhauser-thc <vh@thc.org>2023-03-15 10:18:33 +0100
commitbd3855fe5dd653ef3bfc930dcfa2a8d9063fc1da (patch)
treed561bcd9e893483ce1e076e25bfba98031ec47fe
parent84274f2e5d7287c383f3b0f61f1f12366b694650 (diff)
downloadafl++-bd3855fe5dd653ef3bfc930dcfa2a8d9063fc1da.tar.gz
improve ci time
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5139ee75..ed1f3228 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -33,7 +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
+        run: make distrib ASAN_BUILD=1 NO_NYX=1
       - name: run tests
         run: sudo -E ./afl-system-config; make tests
   macos: