Skip to content

Commit

Permalink
Merge branch 'main' into andrew/thorchain_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin authored Aug 8, 2024
2 parents 35569d1 + d401f9c commit b58566a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[![Conforms to README.lint](https://img.shields.io/badge/README.lint-conforming-brightgreen)](https://github.com/strangelove-ventures/readme-dot-lint)


🌌 Why use Heighliner?
=============================
Expand Down
2 changes: 2 additions & 0 deletions chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -970,6 +970,8 @@
- /build/penumbra/target/${ARCH}-unknown-linux-gnu/release/pd
- /build/penumbra/target/${ARCH}-unknown-linux-gnu/release/pcli
- /build/penumbra/target/${ARCH}-unknown-linux-gnu/release/pclientd
platforms:
- linux/amd64
target-libraries:
- /lib/${ARCH}-linux-gnu/libnss_dns.so.2
- /lib/${ARCH}-linux-gnu/libresolv.so.2
Expand Down
2 changes: 2 additions & 0 deletions dockerfile/cosmos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ RUN set -eux;\
WASMVM_VERS=$(echo $WASMVM_VERSION | awk '{print $2}');\
wget -O $LIBDIR/libwasmvm_muslc.a https://${WASMVM_REPO}/releases/download/${WASMVM_VERS}/libwasmvm_muslc.${ARCH}.a;\
cp $LIBDIR/libwasmvm_muslc.a $LIBDIR/libwasmvm.x86_64.a;\
cp $LIBDIR/libwasmvm_muslc.a $LIBDIR/libwasmvm_muslc.x86_64.a;\
cp $LIBDIR/libwasmvm_muslc.a $LIBDIR/libwasmvm.aarch64.a;\
cp $LIBDIR/libwasmvm_muslc.a $LIBDIR/libwasmvm_muslc.aarch64.a;\
fi;\
export GOOS=linux GOARCH=$TARGETARCH CGO_ENABLED=1 LDFLAGS='-linkmode external -extldflags "-static"';\
if [ ! -z "$PRE_BUILD" ]; then sh -c "${PRE_BUILD}"; fi;\
Expand Down

0 comments on commit b58566a

Please sign in to comment.