From 8370ed8b1c55786852b4300f370836b1613e606f Mon Sep 17 00:00:00 2001 From: Daniel Wedul Date: Wed, 16 Oct 2024 09:30:49 -0600 Subject: [PATCH] * [2185]: fix heighliner build (#2184) (#2186) Co-authored-by: Stephen Cirner --- .github/workflows/docker.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 35b638602..b75a29e74 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -49,14 +49,10 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - # use forked branch until https://github.com/strangelove-ventures/heighliner/issues/253 is fixed - # heighliner does not support the wasmvm pathing yet so a "pre-build" step is required - # lock to "linux/amd64" only for now due to differing "pre-build" steps - # https://github.com/CosmWasm/wasmvm/blob/main/docs/MIGRATING.md + # lock to "linux/amd64" only for now since cross compilation is throwing errors - uses: strangelove-ventures/heighliner-build-action@main with: - heighliner-owner: ProvLabs - heighliner-tag: v1.6.3 + heighliner-tag: v1.7.0 chain: provenance local: true tag: ${{ steps.meta.outputs.version }} @@ -64,12 +60,9 @@ jobs: platform: linux/amd64 dockerfile: cosmos build-target: | - cd .. make install binaries: | - /go/bin/provenanced - pre-build: | - cp /lib/libwasmvm_muslc.a /lib/libwasmvm_muslc.x86_64.a build-env: | - "WITH_LEDGER=false" - "BUILD_TAGS=muslc musl dynamic"