From 1ce13d617c484f6ed1896c09721a0d46efb01efa Mon Sep 17 00:00:00 2001 From: Anh <zenpoems@gmail.com> Date: Thu, 17 Jan 2019 06:35:09 -0800 Subject: [PATCH] Install and build afl as part of cicd --- cicd_testing/do-build.sh | 2 ++ zfuzz | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cicd_testing/do-build.sh b/cicd_testing/do-build.sh index 667d935..1ce13ff 100755 --- a/cicd_testing/do-build.sh +++ b/cicd_testing/do-build.sh @@ -20,3 +20,5 @@ sudo ./get_packages.sh all cd $PEASOUP_UMBRELLA_DIR ./postgres_setup.sh +# build afl +$ZFUZZ_HOME/util/setup-afl.sh diff --git a/zfuzz b/zfuzz index d9d6126..8bfbd75 160000 --- a/zfuzz +++ b/zfuzz @@ -1 +1 @@ -Subproject commit d9d61265c864f5b3f14876d18fd550eb99388674 +Subproject commit 8bfbd75f5315efed5a9eaeef1461ed54ebc2d6aa -- GitLab