Skip to content

Commit

Permalink
Merge pull request #219 from icon-project/refactor/go-releaser
Browse files Browse the repository at this point in the history
Update cosmwasm and go-releaser versions
  • Loading branch information
debendraoli authored May 20, 2024
2 parents bf2543c + e005d22 commit 15341f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ builds:
main: ./main.go
hooks:
pre:
- wget https://github.com/CosmWasm/wasmvm/releases/download/v2.0.0/libwasmvmstatic_darwin.a -O /lib/libwasmvmstatic_darwin.a
- wget https://github.com/CosmWasm/wasmvm/releases/download/v2.0.1/libwasmvmstatic_darwin.a -O /lib/libwasmvmstatic_darwin.a
goos:
- darwin
goarch:
Expand All @@ -26,7 +26,7 @@ builds:
main: ./main.go
hooks:
pre:
- wget https://github.com/CosmWasm/wasmvm/releases/download/v2.0.0/libwasmvmstatic_darwin.a -O /lib/libwasmvmstatic_darwin.a
- wget https://github.com/CosmWasm/wasmvm/releases/download/v2.0.1/libwasmvmstatic_darwin.a -O /lib/libwasmvmstatic_darwin.a
goos:
- darwin
goarch:
Expand All @@ -46,7 +46,7 @@ builds:
main: ./main.go
hooks:
pre:
- wget https://github.com/CosmWasm/wasmvm/releases/download/v2.0.0/libwasmvm_muslc.x86_64.a -O /usr/lib/x86_64-linux-gnu/libwasmvm_muslc.a
- wget https://github.com/CosmWasm/wasmvm/releases/download/v2.0.1/libwasmvm_muslc.x86_64.a -O /usr/lib/x86_64-linux-gnu/libwasmvm_muslc.a
goos:
- linux
goarch:
Expand All @@ -68,7 +68,7 @@ builds:
main: ./main.go
hooks:
pre:
- wget https://github.com/CosmWasm/wasmvm/releases/download/v2.0.0/libwasmvm_muslc.aarch64.a -O /usr/lib/aarch64-linux-gnu/libwasmvm_muslc.a
- wget https://github.com/CosmWasm/wasmvm/releases/download/v2.0.1/libwasmvm_muslc.aarch64.a -O /usr/lib/aarch64-linux-gnu/libwasmvm_muslc.a
goos:
- linux
goarch:
Expand Down
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ GOOS := $(shell go env GOOS)
GOARCH := $(shell go env GOARCH)

# Define the URLs for the library files
LIBWASMV_VERS := "v2.0.0"
LIBWASMMV_URL := https://github.com/CosmWasm/wasmvm/releases/download/$(LIBWASMV_VERS)
COSMWASM_VERSION ?= v2.0.1
LIBWASMMV_URL := https://github.com/CosmWasm/wasmvm/releases/download/$(COSMWASM_VERSION)



Expand Down Expand Up @@ -111,8 +111,7 @@ e2e-test:
@go test -v ./test/e2e -testify.m TestE2E_all

PACKAGE_NAME := github.com/icon-project/centralized-relay
GOLANG_CROSS_VERSION ?= v1.22.1
COSMWASM_VERSION ?= v2.0.0
GOLANG_CROSS_VERSION ?= v1.22.3

SYSROOT_DIR ?= sysroots
SYSROOT_ARCHIVE ?= sysroots.tar.bz2
Expand Down

0 comments on commit 15341f9

Please sign in to comment.