Skip to content

Commit

Permalink
Add python3-zstandard in place of the pip package
Browse files Browse the repository at this point in the history
  • Loading branch information
jwmoss committed Sep 27, 2024
1 parent 6ab08f2 commit 2c4ceaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions gcp.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,7 @@ build {
expect_disconnect = true
scripts = [
"${path.cwd}/scripts/linux/ubuntu-2404-amd64-gui/community/01-bootstrap.sh",
"${path.cwd}/scripts/linux/ubuntu-2404-amd64-gui/fxci/02-additional-packages.sh",
"${path.cwd}/scripts/linux/ubuntu-2404-amd64-gui/fxci/03-additional-pips.sh"
"${path.cwd}/scripts/linux/ubuntu-2404-amd64-gui/fxci/02-additional-packages.sh"
]
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ MISC_PACKAGES+=(build-essential curl git gnupg-agent jq mercurial)
MISC_PACKAGES+=(python3-pip python3-certifi python3-psutil)
# zstd packages
MISC_PACKAGES+=(zstd python3-zstd)
# things helpful for apt
# install zstandard to avoid installing via pip and breaking via PEP 668 https://peps.python.org/pep-0668/
MISC_PACKAGES+=(python3-zstandard)
MISC_PACKAGES+=(apt-transport-https ca-certificates software-properties-common)
# docker-worker needs this for unpacking lz4 images, perhaps uneeded but shouldn't hurt
MISC_PACKAGES+=(liblz4-tool)
Expand Down

0 comments on commit 2c4ceaf

Please sign in to comment.