-
Notifications
You must be signed in to change notification settings - Fork 13.3k
stage 0 libtests are broken #55864
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Now it seems like stage 1 doctests are broken as well...
Cc @eddyb @bjorn3 might be related to the codegen refactoring? |
@RalfJung I don't know why that would be a problem, but maybe rustbuild isn't copying the right files. |
#56196 may have the same root cause. |
Can we try moving |
I did originally, but @Mark-Simulacrum wanted to avoid rebuilding the driver when cg_ssa changed. Quoting part of #56048 (comment):
|
@bjorn3 Yeah but I think it's just broken if it's not a dependency of |
I will make a PR to do it in a few minutes. |
Transient stage0 problem should not be tracked by GitHub issues generally. |
The command
./x.py test --stage 0 src/libstd --no-doc
used to be a good way to test libstd without having to build a full compiler. However, it is currently broken:Cc @alexcrichton
The text was updated successfully, but these errors were encountered: