about summary refs log tree commit diff
path: root/.github/workflows
AgeCommit message (Collapse)Author
2022-07-08Dont codeql submodulesrhtenhove
2022-07-07disable formatterRuben ten Hove
2022-07-07Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into devRuben ten Hove
2022-07-07fix macos civanhauser-thc
2022-07-04no longer need this lineRuben ten Hove
2022-07-04check code formatting (#5)rhtenhove
2022-06-28fix test using test specific buildRuben ten Hove
2022-06-28check python tooRuben ten Hove
2022-06-27simpler jobsrhtenhove
2022-06-27gctaRuben ten Hove
2022-06-27use actorRuben ten Hove
2022-06-27reverts, fixes and even smaller image (#3)rhtenhove
2022-06-24use container; more is built + tested; use make -i (#2)rhtenhove
2022-06-22concurrency and caching (#1)rhtenhove
* use concurrency * run here too * allow test failure * only push on push * fix coresight mode build * support but disable coresight * woops * no unicorn for arm * update codeql and fix makefile * forgot those * disable forward cache * fix needing buildx Co-authored-by: Ruben ten Hove <ruben.tenhove@tno.nl>
2022-06-21arm needs qemu indeedRuben ten Hove
2022-06-21separate platformsRuben ten Hove
2022-06-21various changesRuben ten Hove
2022-06-19Update workflows to ubuntu 22.04Joe Rozner
22.04 is the most recent LTS release and the official docker container is running on it. It probably makes sense to run the unit tests on that as well.
2022-06-18add tagged releasesRuben ten Hove
2022-06-18fix image build and pushRuben ten Hove
2022-06-18update nameRuben ten Hove
2022-06-18stable==latestRuben ten Hove
2022-06-17feat: push both dev and stableRuben ten Hove
2022-01-30Build docker images for arm64 as well as x86.Brendan Dolan-Gavitt
This involves: * A small change to the Dockerfile, so that it checks the target architecture and only installs gcc-multilib on x86_64. * Updates to the GitHub Actions workflow build_aflplusplus_docker.yaml to build for both linux/amd64 and linux/arm64. These changes should allow Mac M1 users to get a working version of AFL++ by doing "docker pull aflplusplus/aflplusplus".
2021-12-26force frida test in ci for macosvanhauser-thc
2021-12-26force frida test in ci for macosvanhauser-thc
2021-12-26debug civanhauser-thc
2021-12-26debug civanhauser-thc
2021-12-26debug civanhauser-thc
2021-12-26macos civanhauser-thc
2021-12-26macos civanhauser-thc
2021-12-26macos civanhauser-thc
2021-12-26macos civanhauser-thc
2021-12-25macos civanhauser-thc
2021-12-25macos civanhauser-thc
2021-12-25macos civanhauser-thc
2021-12-25macos civanhauser-thc
2021-12-25macos civanhauser-thc
2021-05-10github workflow for qemuvanhauser-thc
2021-04-01try to avoid CI build failure by updating apt packagesvanhauser-thc
2021-03-26-m32 support for docker containervanhauser-thc
2021-03-25try to trigger github actionsvanhauser-thc
2021-03-25try to trigger github actionsvanhauser-thc
2021-03-19refactor finding binariesvanhauser-thc
2021-03-05Ergonomic Improvements for Rust Custom Mutators (#772)julihoh
* allow returning of str instead of CStr in rust custom mutator * use OsStr instead of CStr for file paths * fix cfg and compiler errors * custom mutator default descriptions * fix usage of afl_internal feature flag * fix example mutator cfg * fix lain mutator * Revert "fix lain mutator" This reverts commit adf700180888d86e8331939cea62d0b39fc699a7. * actually fix lain mutator * resolve question around utf-8 null bytes * change from OsStr to Path to be even more ergonomic * add rust custom mutator ci * fix github action * again * separate compilation check
2021-03-05reduce github action minutesvanhauser-thc
2021-02-09fix docker build actionvanhauser-thc
2021-02-08Use GitHub Actions to build Docker imagePamplemousse
... then deploy to hub.docker.com . Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2020-12-21ci fixvan Hauser
2020-12-21ci fixvan Hauser