This commit is contained in:
vanhauser-thc
2023-03-15 09:44:11 +01:00
parent 7ab689ef0e
commit ac4dd1605e

View File

@ -31,6 +31,8 @@ jobs:
run: gcc -v; echo; clang -v run: gcc -v; echo; clang -v
- name: install gcc plugin - name: install gcc plugin
run: sudo apt-get install -y -m -f --install-suggests $(readlink /usr/bin/gcc)-plugin-dev run: sudo apt-get install -y -m -f --install-suggests $(readlink /usr/bin/gcc)-plugin-dev
- name: install pip
run: sudo python3 -m ensurepip
- name: build afl++ - name: build afl++
run: make distrib ASAN_BUILD=1 run: make distrib ASAN_BUILD=1
- name: run tests - name: run tests