Skip to content

Commit

Permalink
CI: set AFL_NO_AFFINITY to fix random fuzz failure
Browse files Browse the repository at this point in the history
Setting AFL_NO_AFFINITY disables attempts to bind to a specific CPU
core on Linux systems.

Signed-off-by: Jiaqi Gao <jiaqi.gao@intel.com>
  • Loading branch information
gaojiaqi7 committed Oct 17, 2023
1 parent 537746e commit da3edfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
CC_x86_64_unknown_none: clang
RUST_TOOLCHAIN: nightly-2023-08-28
TOOLCHAIN_PROFILE: minimal
AFL_NO_AFFINITY: 1

jobs:
test:
Expand Down

0 comments on commit da3edfa

Please sign in to comment.