about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authoronur-ozkan <work@onurozkan.dev>2025-03-14 23:08:21 +0300
committeronur-ozkan <work@onurozkan.dev>2025-05-30 21:04:05 +0300
commit2b780cd517fd35845fb0aff04ba585c2fa3b7c4c (patch)
tree81e31e663e2e6c3a3c9d61a6bc28b02e82010289 /src/doc/rustc-dev-guide
parentd28cb1ceacc8e4b427098bd76360bb7a4498783e (diff)
downloadrust-2b780cd517fd35845fb0aff04ba585c2fa3b7c4c.tar.gz
rust-2b780cd517fd35845fb0aff04ba585c2fa3b7c4c.zip
split `mingw-check` into two
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/tests/ci.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/ci.md b/src/doc/rustc-dev-guide/src/tests/ci.md
index 825be11c82a..d1bd6ac91db 100644
--- a/src/doc/rustc-dev-guide/src/tests/ci.md
+++ b/src/doc/rustc-dev-guide/src/tests/ci.md
@@ -66,8 +66,8 @@ kinds of builds (sets of jobs).
 ### Pull Request builds
 
 After each push to a pull request, a set of `pr` jobs are executed. Currently,
-these execute the `x86_64-gnu-llvm-X`, `x86_64-gnu-tools`, `mingw-check` and
-`mingw-check-tidy` jobs, all running on Linux. These execute a relatively short
+these execute the `x86_64-gnu-llvm-X`, `x86_64-gnu-tools`, `mingw-check-1`, `mingw-check-2`
+and `mingw-check-tidy` jobs, all running on Linux. These execute a relatively short
 (~30 minutes) and lightweight test suite that should catch common issues. More
 specifically, they run a set of lints, they try to perform a cross-compile check
 build to Windows mingw (without producing any artifacts) and they test the