Skip to content

Commit

Permalink
Install xz where fuzzfetch is used
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoor committed Nov 27, 2024
1 parent 97327fb commit 49e5801
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
3 changes: 2 additions & 1 deletion recipes/linux/fuzzfetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ case "${1-install}" in
sys-embed \
ca-certificates \
lbzip2 \
python3
python3 \
xz-utils
apt-install-auto \
git \
pipx
Expand Down
2 changes: 0 additions & 2 deletions services/gr-css-reports/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ export {GIT_AUTHOR_NAME,GIT_COMMITTER_NAME}="Taskcluster Automation"
# Install prefpicker
retry python3 -m pip install git+https://github.com/MozillaSecurity/prefpicker.git

# Install fuzzfetch
retry python3 -m pip install git+https://github.com/MozillaSecurity/fuzzfetch.git
# Fetch build
retry python3 -m fuzzfetch -a --fuzzing -n nightly

Expand Down
7 changes: 7 additions & 0 deletions services/gr-css-reports/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ set -e
set -x
set -o pipefail

# shellcheck source=recipes/linux/common.sh
source "${0%/*}/common.sh"

# Install deps
sys-update
"${0%/*}/fuzzfetch.sh"

# Cleanup grizzly scripts
rm /home/worker/launch-grizzly*

Expand Down
1 change: 1 addition & 0 deletions services/grizzly/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ packages=(
ubuntu-restricted-addons
vulkan-validationlayers
wget
xz-utils
zip
zstd
)
Expand Down
1 change: 1 addition & 0 deletions services/nyx/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ pkgs=(
psmisc
python3
xvfb
xz-utils
zstd
)

Expand Down

0 comments on commit 49e5801

Please sign in to comment.