Skip to content

Commit 19801fc

Browse files
committed
temporary fix for the docker ci
1 parent 4cfd872 commit 19801fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/fetch-rust-docker.bash

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ case "$TARGET" in
4040
esac
4141

4242
master=$(git ls-remote "$RUST_REPO" refs/heads/master | cut -f1)
43+
# FIXME: bad hack to get a good working image for the 2023-02-01 release, this
44+
# will get broken for future releases
45+
if [[ "${image}" = "dist-android" ]]; then
46+
master="6d46b1ec8769fbbb3ac2a2cb12f0cad527135413"
47+
fi
4348
image_url="$ARTIFACTS_BASE_URL/$master/image-$image.txt"
4449
info="/tmp/image-$image.txt"
4550

0 commit comments

Comments
 (0)