Skip to content

Commit

Permalink
Merge pull request #69 from restake/feature/RES-2030
Browse files Browse the repository at this point in the history
RES-2030: Update go version for babylon fp
  • Loading branch information
karlmjogila authored Jan 7, 2025
2 parents ba88909 + 789d008 commit acd03e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
- "fpd"
- "fpcli"
builder: "go"
builder_version: "1.21.5"
builder_version: "1.23.4"
cpu: "generic"
patches: false
purpose: "tool"
Expand Down
3 changes: 2 additions & 1 deletion scripts/babylon-fp/build.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#!/usr/bin/env bash
set -euo pipefail
set -x

cd "${DEPOT_PROJECT_NAME}"
mkdir bin

# Grab static libwasmvm
wasmvm_version="$(go list -json -m all | jq -cr 'select(.Path == "github.com/CosmWasm/wasmvm") | .Replace.Version // .Version')"
wasmvm_version="$(go list -json -m all | jq -cr 'select(.Path == "github.com/CosmWasm/wasmvm/v2") | .Replace.Version // .Version')"
curl -JLO "https://github.com/CosmWasm/wasmvm/releases/download/${wasmvm_version}/libwasmvm_muslc.x86_64.a"
ln -s libwasmvm_muslc.x86_64.a libwasmvm.x86_64.a

Expand Down

0 comments on commit acd03e1

Please sign in to comment.