Skip to content

Commit

Permalink
[libfuzzer][nyx] Add .local/bin to PATH for FM reporter entrypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwartzentruber committed Nov 6, 2024
1 parent 7106072 commit 4ec2fab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/libfuzzer/coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ cd "$WORKDIR" || exit
# shellcheck source=recipes/linux/common.sh
source ~/.local/bin/common.sh

PATH="$PATH:$HOME/.local/bin"

# Setup required coverage environment variables.
export COVERAGE=1

Expand Down
2 changes: 2 additions & 0 deletions services/libfuzzer/libfuzzer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ cd "$WORKDIR" || exit
# shellcheck source=recipes/linux/common.sh
source ~/.local/bin/common.sh

PATH="$PATH:$HOME/.local/bin"

gcs-cat () {
# gcs-cat bucket path
/opt/pipx/venvs/guided-fuzzing-daemon/bin/python - "$1" "$2" << "EOF"
Expand Down
1 change: 1 addition & 0 deletions services/nyx/launch-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ id
ls -l /dev/kvm

COVERAGE="${COVERAGE-0}"
PATH="$PATH:$HOME/.local/bin"

# shellcheck source=recipes/linux/common.sh
source "/srv/repos/setup/common.sh"
Expand Down

0 comments on commit 4ec2fab

Please sign in to comment.