x.py check fails on enzyme build step #139936
Labels
C-bug
Category: This is a bug.
F-autodiff
`#![feature(autodiff)]`
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Summary
Command used
Expected behaviour
runs a check build
Actual behaviour
Bootstrap configuration (bootstrap.toml)
Operating system
Ubuntu 22.04
HEAD
Additional context
Build Log
cc @onur-ozkan since you helped with bootstrap before.
I improved the code a bit here https://github.com/rust-lang/rust/pull/136428/files#diff-5a1e05f2688d271039171a547d407d0c8a96715ee64d35562fc76b4c9a874303 and you improved it here: #130648
I feel like this worked before and probably regressed, but I'm not 100% sure. I guess I need to add a
rustc_check
boolean torustc_cargo
and skip the code for both check_runs and dry runs?The text was updated successfully, but these errors were encountered: