We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17db695 commit cce10c6Copy full SHA for cce10c6
ci/fetch-rust-docker.bash
@@ -40,11 +40,6 @@ case "$TARGET" in
40
esac
41
42
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
48
image_url="$ARTIFACTS_BASE_URL/$master/image-$image.txt"
49
info="/tmp/image-$image.txt"
50
0 commit comments