Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit a3bf6d9

Browse files
authored
Unrolled build for rust-lang#135623
Rollup merge of rust-lang#135623 - marcoieni:mingw-check-tidy-dockerfile, r=Kobzol ci: use ghcr ubuntu image for mingw-check-tidy
2 parents 1d55f72 + ffc7b5d commit a3bf6d9

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)