diff options
| author | vanhauser-thc <vh@thc.org> | 2024-02-01 12:58:51 +0100 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2024-02-01 12:58:51 +0100 |
| commit | eb52f1cc08e0aacc3c46d1c5a9742526657c842a (patch) | |
| tree | 471b43388b59afab54c2007e91801d5a4e009f29 /.github/workflows | |
| parent | 236fb9b1456d15a0c0962a95db87f3005446f1a0 (diff) | |
| download | afl++-eb52f1cc08e0aacc3c46d1c5a9742526657c842a.tar.gz | |
fix ci
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b2031ae..bd16602f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,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 LLVM_CONFIG=llvm-config-12 + run: export NO_NYX=1; export ASAN_BUILD=1; export LLVM_CONFIG=llvm-config-12; make distrib ASAN_BUILD=1 NO_NYX=1 LLVM_CONFIG=llvm-config-12 - name: run tests run: sudo -E ./afl-system-config; make tests # macos: |
