Skip to content

Commit a5fd593

Browse files
Adapt docker build flow to latest rust:bookwarm release containing rustup update to version 1.28.0
1 parent cbaa0e1 commit a5fd593

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker/build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ mkdir -p \
3737
"${BUILD_VOLUMES_PATH}/rustup" \
3838
"${HOST_TARGET}"
3939

40+
docker run \
41+
"$BUILDER_CONTAINER_TAG" \
42+
rustup toolchain install
43+
4044
# Run the build in the docker environment.
4145
docker run \
4246
--rm \

0 commit comments

Comments
 (0)