Skip to content

Commit

Permalink
todo see if it works on debian?
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazar955 committed Oct 12, 2024
1 parent 423da49 commit c814db0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ builds:
binary: vigilante
hooks:
pre:
- apt update && apt install -y wget libc6-dev libc6-dev-static musl-tools
- find /usr -name 'libm.a'
- find /usr -name 'libmvec.a'
- mv /usr/x86_64-linux-gnu/lib/libm.a /usr/x86_64-linux-gnu/libm-2.31.a
- mv /usr/x86_64-linux-gnu/lib/libmvec.a /usr/lib/x86_64-linux-gnu/libmvec.a
- wget https://github.com/CosmWasm/wasmvm/releases/download/{{ .Env.COSMWASM_VERSION }}/libwasmvm_muslc.x86_64.a -O /usr/lib/x86_64-linux-gnu/libwasmvm_muslc.x86_64.a
goos:
- linux
Expand All @@ -25,7 +20,7 @@ builds:
ldflags:
- -w -s
- -linkmode=external
- -extldflags '-Wl,-z,muldefs -static -lpthread -lm'
- -extldflags '-Wl,-z,muldefs -static -lm'
flags:
- -mod=readonly
- -trimpath
Expand Down

0 comments on commit c814db0

Please sign in to comment.