about summary refs log tree commit diff
path: root/src/ci/docker/host-x86_64
diff options
context:
space:
mode:
authorChris Denton <chris@chrisdenton.dev>2025-07-02 08:43:10 +0000
committerChris Denton <chris@chrisdenton.dev>2025-07-02 08:48:20 +0000
commit6671d9b92a0bfd70b42e6332c06cd3eeecb52b32 (patch)
treef3bc0a746008c54be896aacae23980735b314626 /src/ci/docker/host-x86_64
parent62949cd2d6849cdee2160467365cfa6529b77f16 (diff)
downloadrust-6671d9b92a0bfd70b42e6332c06cd3eeecb52b32.tar.gz
rust-6671d9b92a0bfd70b42e6332c06cd3eeecb52b32.zip
Rename mingw-check-tidy to tidy
Diffstat (limited to 'src/ci/docker/host-x86_64')
-rw-r--r--src/ci/docker/host-x86_64/tidy/Dockerfile (renamed from src/ci/docker/host-x86_64/pr-check-tidy/Dockerfile)4
-rw-r--r--src/ci/docker/host-x86_64/tidy/eslint.version (renamed from src/ci/docker/host-x86_64/pr-check-tidy/eslint.version)0
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ci/docker/host-x86_64/pr-check-tidy/Dockerfile b/src/ci/docker/host-x86_64/tidy/Dockerfile
index 207c91eb7fe..dbb950cbe0c 100644
--- a/src/ci/docker/host-x86_64/pr-check-tidy/Dockerfile
+++ b/src/ci/docker/host-x86_64/tidy/Dockerfile
@@ -1,5 +1,5 @@
 # We use the ghcr base image because ghcr doesn't have a rate limit
-# and the pr-check-tidy job doesn't cache docker images in CI.
+# and the tidy job doesn't cache docker images in CI.
 FROM ghcr.io/rust-lang/ubuntu:22.04
 
 ARG DEBIAN_FRONTEND=noninteractive
@@ -29,7 +29,7 @@ RUN sh /scripts/nodejs.sh /node
 ENV PATH="/node/bin:${PATH}"
 
 # Install eslint
-COPY host-x86_64/pr-check-tidy/eslint.version /tmp/
+COPY host-x86_64/tidy/eslint.version /tmp/
 
 COPY scripts/sccache.sh /scripts/
 RUN sh /scripts/sccache.sh
diff --git a/src/ci/docker/host-x86_64/pr-check-tidy/eslint.version b/src/ci/docker/host-x86_64/tidy/eslint.version
index 1acea15afd6..1acea15afd6 100644
--- a/src/ci/docker/host-x86_64/pr-check-tidy/eslint.version
+++ b/src/ci/docker/host-x86_64/tidy/eslint.version