Skip to content

Commit

Permalink
Spilo build is failing fix dependencies.sh due to error at WAL-G (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
staticle authored Jun 26, 2024
1 parent 5824aee commit a7b00e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions postgres-appliance/build_scripts/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ go get -v -t -d ./...
go mod vendor

bash link_brotli.sh

sed -i -e 's/1.0.17/1.0.18/g' link_libsodium.sh
sed -i -e "s/download\/\$LIBSODIUM_VERSION/download\/\$LIBSODIUM_VERSION-RELEASE/g" link_libsodium.sh

bash link_libsodium.sh

export USE_LIBSODIUM=1
Expand Down

0 comments on commit a7b00e4

Please sign in to comment.