about summary refs log tree commit diff
path: root/src/ci/docker/host-x86_64/pr-check-1
AgeCommit message (Collapse)AuthorLines
2025-09-30Remove usage of `compiletest-use-stage0-libtest` from CIJakub Beránek-1/+0
2025-07-30Run `compiletest` self-tests against stage 1 rustcJieyou Xu-1/+0
And move `./x test compiletest --stage=1` to `pr-check-2`, where testing library artifacts already requires building the stage 1 compiler.
2025-07-25Check `./x check bootstrap` in `pr-check-1`Jieyou Xu-0/+1
This check is relatively cheap, and is a quick way to root out breaking check flow of `bootstrap` itself.
2025-07-19tidy: use a lockfile for js tools instead of npxbinarycat-4/+0
this makes us less vulnerable to MITM and supply chain attacks. it also means that the CI scripts are no longer responsible for tracking the versions of these tools. it should also avoid the situation where local tsc and CI disagree on the presense of errors due to them being different versions.
2025-07-19update CI to use new tidy extra checks for rustdoc jsbinarycat-4/+1
2025-07-06Fix CIJakub Beránek-3/+3
2025-07-01Rename mingw-* CI jobs to pr-*Chris Denton-0/+206