intrinsic-test produces a new workspace, but doesn't ship any lockfile for it, making it impossible to test with --locked. It should be possible to dynamically generate a lockfile based on fixed versions of cc and dependencies and add the entries for the packages of each test chunk without touching crates.io at all and thus ensuring reproducibility.
cc https://github.com/rust-lang/rustc_codegen_cranelift/pull/1667/files#r3512505593
intrinsic-test produces a new workspace, but doesn't ship any lockfile for it, making it impossible to test with
--locked. It should be possible to dynamically generate a lockfile based on fixed versions of cc and dependencies and add the entries for the packages of each test chunk without touching crates.io at all and thus ensuring reproducibility.cc https://github.com/rust-lang/rustc_codegen_cranelift/pull/1667/files#r3512505593