Skip to content

Commit

Permalink
Bug 1844617 - Update AFL toolchain to AFL++ stable r=firefox-build-sy…
Browse files Browse the repository at this point in the history
…stem-reviewers,glandium

Differential Revision: https://phabricator.services.mozilla.com/D184755
  • Loading branch information
jschwartzentruber committed Aug 3, 2023
1 parent 7121a19 commit 571f986
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 845 deletions.
8 changes: 4 additions & 4 deletions taskcluster/ci/fetch/toolchains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -594,12 +594,12 @@ pkgconf:
strip-components: 1
add-prefix: pkgconf/

afl-2.5:
description: AFL 2.5x source
afl-plus-plus-4.0:
description: AFL++ 4.0x source
fetch:
type: git
repo: https://github.com/google/AFL
revision: e75894a889fe854c02b9435186bd1e2927d6d490
repo: https://github.com/AFLplusplus/AFLplusplus
revision: 497ff5ff7962ee492fef315227366d658c637ab2

cargo-vet:
description: cargo-vet source
Expand Down
8 changes: 4 additions & 4 deletions taskcluster/ci/toolchain/misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -444,10 +444,10 @@ win64-vs2022:
- build/vs/vs2022.yaml
toolchain-artifact: project/gecko/vs/vs.tar.zst

linux64-afl-instrumentation-2.5:
description: "AFL instrumentation toolchain build"
linux64-afl-instrumentation-4.0:
description: "AFL++ instrumentation toolchain build"
treeherder:
symbol: TL(afl)
symbol: TL(afl++)
worker:
max-run-time: 3600
run:
Expand All @@ -458,7 +458,7 @@ linux64-afl-instrumentation-2.5:
toolchain-alias: linux64-afl-instrumentation
fetches:
fetch:
- afl-2.5
- afl-plus-plus-4.0
toolchain:
- linux64-clang
- linux64-toolchain-sysroot
Loading

0 comments on commit 571f986

Please sign in to comment.