Skip to content

Commit

Permalink
Rollup merge of rust-lang#135623 - marcoieni:mingw-check-tidy-dockerf…
Browse files Browse the repository at this point in the history
…ile, r=Kobzol

ci: use ghcr ubuntu image for mingw-check-tidy
  • Loading branch information
matthiaskrgr authored Jan 18, 2025
2 parents d4f41b3 + ffc7b5d commit b78d597
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 b78d597

Please sign in to comment.