-
Notifications
You must be signed in to change notification settings - Fork 697
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
Use bootstrap project in bootstrapping #9990
Conversation
d26a5e0
to
b31f666
Compare
@mergify rebase |
❌ Unable to rebase: user
|
@mergify rebase |
✅ Branch has been successfully rebased |
b31f666
to
9046b6f
Compare
@alt-romes Mergify is picky about accounts that can call commands like that, unfortunately. For a mere Rebase a non-admin user is better off with the GitHub UI, I think: there's an Update button usually, and if you click a dropdown menu button, you can change it from "merge master into feature branch" to "rebase feature on top of master" (not literally, but that's the meaning). |
We need to use the cabal.bootstrap.project file to generate the bootstrap plans, otherwise we try to include test components when bootstrapping, which is not useful (and significantly complicates bootstrapping).
9046b6f
to
3c84288
Compare
* Rename projects to cabal.*.project - Rename cabal.bootstrap.project - Rename cabal.meta.project - Rename cabal.validate-libonly.project - Rename cabal.validate.project - Rename cabal.release.project (cherry picked from commit d8147f6) # Conflicts: # .github/workflows/quick-jobs.yml # Makefile # cabal.bootstrap.project * Fix conflict with #9990 --------- Co-authored-by: Phil de Joux <philderbeast@gmail.com> Co-authored-by: brandon s allbery kf8nh <allbery.b@gmail.com> Co-authored-by: Artem Pelenitsyn <a.pelenitsyn@gmail.com>
We need to use the cabal.bootstrap.project file to generate the bootstrap plans, otherwise we try to include test components when bootstrapping, which is not useful (and significantly complicates bootstrapping).
I forgot to include this change in 88737ef, but I used this change to generate the plans.
Template B: This PR does not modify behaviour or interface