Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ci): heighliner build #2184

Merged
merged 1 commit into from
Oct 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,27 +49,20 @@ 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 }}
registry: provenanceio
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"
Expand Down
Loading