File tree 7 files changed +13
-8
lines changed
7 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1
1
.PHONY : all build build-rust build-go test
2
2
3
3
# Builds the Rust library libwasmvm
4
- BUILDERS_PREFIX := cosmwasm/go-ext-builder:0018
4
+ BUILDERS_PREFIX := cosmwasm/go-ext-builder:0019
5
5
# Contains a full Go dev environment including CGO support in order to run Go tests on the built shared library
6
6
# This image is currently not published.
7
7
ALPINE_TESTER := cosmwasm/alpine-tester:local
Original file line number Diff line number Diff line change 1
- FROM rust:1.73 .0-alpine
1
+ FROM rust:1.77 .0-alpine
2
2
3
3
RUN apk add --no-cache ca-certificates build-base
4
4
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ ENV RUSTUP_HOME=/usr/local/rustup \
26
26
27
27
RUN wget "https://static.rust-lang.org/rustup/dist/x86_64-unknown-linux-gnu/rustup-init" \
28
28
&& chmod +x rustup-init \
29
- && ./rustup-init -y --no-modify-path --profile minimal --default-toolchain 1.73 .0 \
29
+ && ./rustup-init -y --no-modify-path --profile minimal --default-toolchain 1.77 .0 \
30
30
&& rm rustup-init \
31
31
&& chmod -R a+w $RUSTUP_HOME $CARGO_HOME \
32
32
&& rustup --version \
Original file line number Diff line number Diff line change 1
- FROM rust:1.73 .0-bullseye
1
+ FROM rust:1.77 .0-bullseye
2
2
3
3
# Install build dependencies
4
4
RUN apt-get update \
@@ -26,7 +26,7 @@ RUN git clone https://github.com/tpoechtrager/osxcross \
26
26
# Don't change file name when downloading because osxcross auto-detects the version from the name
27
27
&& wget -nc https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX11.3.sdk.tar.xz \
28
28
&& mv MacOSX11.3.sdk.tar.xz tarballs/ \
29
- && UNATTENDED=yes OSX_VERSION_MIN=10.10 ./build.sh \
29
+ && UNATTENDED=yes OSX_VERSION_MIN=10.15 ./build.sh \
30
30
# Cleanups before Docker layer is finalized
31
31
&& rm -r tarballs/
32
32
RUN chmod +rx /opt/osxcross
Original file line number Diff line number Diff line change 1
1
# Versioned by a simple counter that is not bound to a specific CosmWasm version
2
2
# See builders/README.md
3
- BUILDERS_PREFIX := cosmwasm/go-ext-builder:0018
3
+ BUILDERS_PREFIX := cosmwasm/go-ext-builder:0019
4
4
5
5
.PHONY : docker-image-centos7
6
6
docker-image-centos7 :
Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ versions of the builder images.
21
21
22
22
** Unreleased**
23
23
24
+ ** Version 0019:**
25
+
26
+ - Bump ` OSX_VERSION_MIN ` to 10.15.
27
+ - Update Rust to 1.77.0.
28
+
24
29
** Version 0018:**
25
30
26
31
- Remove Go dev environment from ` cosmwasm/go-ext-builder:XXXX-alpine `
Original file line number Diff line number Diff line change @@ -63,6 +63,6 @@ We currently use the following version:
63
63
64
64
| Type | Rust version | Note |
65
65
| ------------------------ | ------------ | --------------------------------- |
66
- | Production Rust compiler | 1.73 .0 | Builders version 0017 |
67
- | Min Rust compiler | 1.70 .0 | Supports builder versions >= 0017 |
66
+ | Production Rust compiler | 1.77 .0 | Builders version 0019 |
67
+ | Min Rust compiler | 1.73 .0 | Supports builder versions >= 0017 |
68
68
| Tooling Rust compiler | 1.75.0 | |
You can’t perform that action at this time.
0 commit comments