Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker committed Jan 27, 2024
1 parent 279124c commit 8455ff1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .goreleaser.develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
before:
hooks:
- go mod tidy
- ./tools/bin/goreleaser_utils before_hook
# - ./tools/bin/goreleaser_utils before_hook

# See https://goreleaser.com/customization/build/
builds:
Expand All @@ -25,8 +25,8 @@ builds:
post: ./tools/bin/goreleaser_utils build_post_hook {{ dir .Path }} {{ .Os }} {{ .Arch }}
env:
- CGO_ENABLED=1
- CC=$ZIG_EXEC cc -target aarch64-linux-gnu -shared -o libwasmvm.aarch64.so
- CCX=$ZIG_EXEC c++ -target aarch64-linux-gnu -shared -o libwasmvm.aarch64.so
- CC=$ZIG_EXEC cc -target aarch64-linux-gnu -shared wasmvm.o -o libwasmvm.aarch64.so
- CCX=$ZIG_EXEC c++ -target aarch64-linux-gnu -shared wasmvm.o -o libwasmvm.aarch64.so
flags:
- -trimpath
- -buildmode=pie
Expand All @@ -44,8 +44,8 @@ builds:
post: ./tools/bin/goreleaser_utils build_post_hook {{ dir .Path }} {{ .Os }} {{ .Arch }}
env:
- CGO_ENABLED=1
- CC=$ZIG_EXEC cc -target x86_64-linux-gnu -shared -o libwasmvm.x86_64.so
- CCX=$ZIG_EXEC c++ -target x86_64-linux-gnu -shared -o libwasmvm.x86_64.so
- CC=$ZIG_EXEC cc -target x86_64-linux-gnu -shared wasmvm.o -o libwasmvm.x86_64.so
- CCX=$ZIG_EXEC c++ -target x86_64-linux-gnu -shared wasmvm.o -o libwasmvm.x86_64.so
flags:
- -trimpath
- -buildmode=pie
Expand Down

0 comments on commit 8455ff1

Please sign in to comment.