-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
CI: Make sure that we can bootstrap with cfg(parallel_queries). #48607
Comments
I would also like Travis PRs builds to run |
cc @rust-lang/infra |
We unfortunately don't have a lot of spare cycles on CI right now, both in terms of overall capacity and extra time to run more tests on builders (we're already timing out all over the place). If this is "things are on fire we really need this" then this can be prioritized, but otherwise this probably won't happen for awhile. |
er, didn't mean to close |
I think it would be great if we could at least make sure that stage 0 builds with |
That may be easier to do so, yeah. We could probably do something like |
I'd be satisfied with running |
Running |
Oh yeah that could for sure work! The |
That seems like a good first step. |
…ries-in-ci, r=alexcrichton Add a CI job that makes sure rustc builds with parallel queries enabled. This shouldn't take up too much CI time `:)` cc rust-lang#48607 cc @Zoxc r? @alexcrichton
… r=alexcrichton Add a CI job that makes sure rustc builds with parallel queries enabled. This shouldn't take up too much CI time `:)` cc #48607 cc @Zoxc r? @alexcrichton
Closing as per the above. @aturon is taking over some of the parallel compiler review work though so I think as we move closer to making that stable we'll probably want to enable more builders and such but keeping this open doesn't seem too useful. |
For now a docker image that just builds with
cfg(parallel_queries)
(but without running tests) should be enough.cc @Zoxc
The text was updated successfully, but these errors were encountered: