Skip to content

Commit 8e3c65e

Browse files
committed
v1.64.0
1 parent 89be770 commit 8e3c65e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ By default, the working directory is `/root/src`.
3838
docker run --rm \
3939
--volume "${PWD}/sample":/root/src \
4040
--workdir /root/src \
41-
joseluisq/rust-linux-darwin-builder:1.63.0 \
41+
joseluisq/rust-linux-darwin-builder:1.64.0 \
4242
sh -c "cargo build --release"
4343
```
4444

@@ -50,7 +50,7 @@ docker run --rm \
5050
docker run --rm \
5151
--volume "${PWD}/sample":/root/src \
5252
--workdir /root/src \
53-
joseluisq/rust-linux-darwin-builder:1.63.0 \
53+
joseluisq/rust-linux-darwin-builder:1.64.0 \
5454
sh -c "cargo build --release --target x86_64-apple-darwin"
5555
```
5656

@@ -63,7 +63,7 @@ It's known that the [`CARGO_HOME`](https://doc.rust-lang.org/cargo/guide/cargo-h
6363
You can also use the image as a base for your Dockerfile:
6464

6565
```Dockerfile
66-
FROM joseluisq/rust-linux-darwin-builder:1.63.0
66+
FROM joseluisq/rust-linux-darwin-builder:1.64.0
6767
```
6868

6969
### OSXCross
@@ -106,7 +106,7 @@ compile:
106106
@docker run --rm -it \
107107
-v $(PWD):/drone/src \
108108
-w /drone/src \
109-
joseluisq/rust-linux-darwin-builder:1.63.0 \
109+
joseluisq/rust-linux-darwin-builder:1.64.0 \
110110
make cross-compile
111111
.PHONY: compile
112112

@@ -131,13 +131,13 @@ Just run the makefile `compile` target, then you will see two release binaries `
131131
make compile
132132
# 1. Cross compiling example...
133133

134-
# rustc 1.63.0 (4b91a6ea7 2022-08-08)
134+
# rustc 1.64.0 (a55dd71d5 2022-09-19)
135135
# binary: rustc
136-
# commit-hash: 4b91a6ea7258a947e59c6522cd5898e7c0a6a88f
137-
# commit-date: 2022-08-08
136+
# commit-hash: a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52
137+
# commit-date: 2022-09-19
138138
# host: x86_64-unknown-linux-gnu
139-
# release: 1.63.0
140-
# LLVM version: 14.0.5
139+
# release: 1.64.0
140+
# LLVM version: 14.0.6
141141

142142
# 2. Compiling application (linux-musl x86_64)...
143143
# Finished release [optimized] target(s) in 0.01s

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ARG OSX_SDK_SUM=3abd261ceb483c44295a6623fdffe5d44fc4ac2c872526576ec5ab5ad0f6e26c
2929
ARG OSX_VERSION_MIN=10.14
3030

3131
# OS X Cross - https://github.com/tpoechtrager/osxcross
32-
ARG OSX_CROSS_COMMIT=17bb5e2d0a46533c1dd525cf4e9a80d88bd9f00e
32+
ARG OSX_CROSS_COMMIT=50e86ebca7d14372febd0af8cd098705049161b9
3333

3434
# Make sure we have basic dev tools for building C libraries. Our goal
3535
# here is to support the musl-libc builds and Cargo builds needed for a

0 commit comments

Comments
 (0)