rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
98.19k stars 12.7k forks source link

`./x.py test compiler/rustc_abi` no longer works #129727

Open Veykril opened 2 months ago

Veykril commented 2 months ago

This regressed with https://github.com/rust-lang/rust/pull/128722 Running ./x.py test compiler/rustc_abi (as well as for most other compiler crates) no longer works, resulting in an error similar to the following:

error: none of the selected packages contains these features: jemalloc, llvm, max_level_info, rustc_use_parallel_compiler
Veykril commented 2 months ago

@rustbot claim

Veykril commented 2 months ago

Fixing this will be troublesome https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/.60parallel_compiler.60.20or.20.60rustc_use_parallel_compiler.60

Veykril commented 1 month ago

Whoops, I did not mean to close this with that PR (and I can't reopen it for some reason) this is still an issue

GrigorenkoPV commented 1 month ago

131093 may be a duplicate of this