Skip to content

Commit cce10c6

Browse files
committed
Remove temporary fix for the docker ci
Signed-off-by: hi-rustin <[email protected]>
1 parent 17db695 commit cce10c6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ci/fetch-rust-docker.bash

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ 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
4843
image_url="$ARTIFACTS_BASE_URL/$master/image-$image.txt"
4944
info="/tmp/image-$image.txt"
5045

0 commit comments

Comments
 (0)