Skip to content

Commit

Permalink
Update engineer to statically link zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed May 4, 2023
1 parent b7f558e commit 439210c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/engineer
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi
if ! type "engineer" > /dev/null; then
# Setup Prisma engine build & test tool (engineer).
set -e
curl --fail -sSL "https://prisma-engineer.s3-eu-west-1.amazonaws.com/1.51/latest/$OS/engineer.gz" --output engineer.gz
curl --fail -sSL "https://prisma-engineer.s3-eu-west-1.amazonaws.com/static-zlib/latest/$OS/engineer.gz" --output engineer.gz
gzip -d engineer.gz
chmod +x engineer

Expand Down

0 comments on commit 439210c

Please sign in to comment.