Skip to content

Commit 81a464f

Browse files
authored
Rollup merge of #135623 - marcoieni:mingw-check-tidy-dockerfile, r=Kobzol
ci: use ghcr ubuntu image for mingw-check-tidy
2 parents 8825073 + ffc7b5d commit 81a464f

File tree

1 file changed

+3
-1
lines changed
  • src/ci/docker/host-x86_64/mingw-check-tidy

1 file changed

+3
-1
lines changed

src/ci/docker/host-x86_64/mingw-check-tidy/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
FROM ubuntu:22.04
1+
# We use the ghcr base image because ghcr doesn't have a rate limit
2+
# and the mingw-check-tidy job doesn't cache docker images in CI.
3+
FROM ghcr.io/rust-lang/ubuntu:22.04
24

35
ARG DEBIAN_FRONTEND=noninteractive
46
RUN apt-get update && apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)