Skip to content

Commit

Permalink
Set builders to 0012
Browse files Browse the repository at this point in the history
  • Loading branch information
Expotential108 committed May 5, 2022
1 parent 461c1c5 commit 8f051cf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.PHONY: all build build-rust build-go test

# Builds the Rust library libwasmvm
BUILDERS_PREFIX := cosmwasm/go-ext-builder:0011
BUILDERS_PREFIX := cosmwasm/go-ext-builder:0012
# Contains a full Go dev environment in order to run Go tests on the built library
ALPINE_TESTER := cosmwasm/go-ext-builder:0011-alpine
ALPINE_TESTER := cosmwasm/go-ext-builder:0012-alpine

USER_ID := $(shell id -u)
USER_GROUP = $(shell id -g)
Expand Down
2 changes: 1 addition & 1 deletion builders/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Versioned by a simple counter that is not bound to a specific CosmWasm version
# See builders/README.md
BUILDERS_PREFIX := cosmwasm/go-ext-builder:0011
BUILDERS_PREFIX := cosmwasm/go-ext-builder:0012

.PHONY: docker-image-centos7
docker-image-centos7:
Expand Down
6 changes: 6 additions & 0 deletions builders/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ can do the cross-compilation.

## Changelog

**Version 0012:**

- Add cross-compilation setup to build `libwasmvm.x86_64.so` and `libwasmvm.aarch64.so`
from the CentOS builder image.
- Update Rust to 1.60.0.

**Version 0011:**

- Update Rust to 1.59.0.
Expand Down

0 comments on commit 8f051cf

Please sign in to comment.