-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
test rustc-dev
dist component on CI
#138646
Comments
(Related to #136822) |
I also don't think this is really compiletest, it probably needs to be its own test suite post-dist doing some basic checks. |
Yes, at least for these two recent issues that would have been enough. |
Maybe let's make this issue here specific for |
rustc-src
dist component on CI
I wonder if it makes sense to have something like (Testing |
I mean, in the ideal world we should do all (or almost all) of our testing on the dist artifacts, but that woud be too costly CI wise at the moment (apart from other problems). The rustc-src component should IMO have its own separate job, rather than being a part of the x64 dist builder. Then we could add specific smoke tests to it. |
Wait, wouldn't we still have to produce the |
Yeah I meant to create a new CI job that would create the dist rustc-src component. It doesn't require almost anything and should be very fast to build. |
Just a note that this problem occurred in the |
Ah, the folder is called |
rustc-src
dist component on CIrustc-dev
dist component on CI
Recently, the
rustc-dev
component was broken several times in a row (#138304, #138647).It would be nice if we had some CI check that would at least run
cargo metadata
on the extractedrustc-src
component.CC @RalfJung - Would running
cargo metadata
be enough as a smoke test?The text was updated successfully, but these errors were encountered: