Skip to content

Commit

Permalink
[fuzzilli] Use venv for daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwartzentruber committed Jan 3, 2025
1 parent 4ebeb5f commit cb6efbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions services/fuzzilli/fuzzilli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ then
trap onexit EXIT
fi

# ensure fuzzilli daemon uses python in fuzzmanager venv
. /opt/pipx/venvs/fuzzmanager/bin/activate

if [[ -n "$S3_CORPUS_REFRESH" ]]
then
timeout -s 2 ${TARGET_TIME} mozilla/merge.sh "$HOME/build/dist/bin/js"
Expand Down
1 change: 1 addition & 0 deletions services/fuzzilli/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ EDIT=1 SRCDIR=/src/fuzzing-tc ./fuzzing_tc.sh
./fuzzmanager.sh
./grcov.sh
./llvm-symbolizer.sh
PIPX_HOME=/opt/pipx PIPX_BIN_DIR=/usr/local/bin retry pipx inject fuzzmanager boto

#### Bootstrap Packages

Expand Down

0 comments on commit cb6efbc

Please sign in to comment.