Skip to content

Commit

Permalink
Unrolled build for rust-lang#135623
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#135623 - marcoieni:mingw-check-tidy-dockerfile, r=Kobzol

ci: use ghcr ubuntu image for mingw-check-tidy
  • Loading branch information
rust-timer authored Jan 19, 2025
2 parents 1d55f72 + ffc7b5d commit a3bf6d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ci/docker/host-x86_64/mingw-check-tidy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM ubuntu:22.04
# We use the ghcr base image because ghcr doesn't have a rate limit
# and the mingw-check-tidy job doesn't cache docker images in CI.
FROM ghcr.io/rust-lang/ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit a3bf6d9

Please sign in to comment.