-
Notifications
You must be signed in to change notification settings - Fork 140
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: fix the vs-build
job after adding git maintenance
#807
Conversation
In 0a21d0e (Makefile: mark git-maintenance as a builtin, 2020-12-01), we marked git-maintenance as a builtin in the Makefile, but forgot to do the same in `CMakeLists.txt`. Rather than always play catch-up and adjust `git_builtin_extra` manually, use the `BUILT_INS` definitions in the Makefile as authoritative source and generate `git_builtin_extra` dynamically. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
/submit |
Submitted as pull.807.git.1607110436367.gitgitgadget@gmail.com To fetch this version into
To fetch this version to local tag
|
On the Git mailing list, Junio C Hamano wrote (reply to this):
|
On the Git mailing list, Jeff King wrote (reply to this):
|
User |
On the Git mailing list, Johannes Schindelin wrote (reply to this):
|
On the Git mailing list, Johannes Schindelin wrote (reply to this):
|
This branch is now known as |
This patch series was integrated into seen via git@4adbb6c. |
This patch series was integrated into seen via git@13ea9b0. |
This patch series was integrated into next via git@f29945c. |
This patch series was integrated into seen via git@75010fa. |
This patch series was integrated into seen via git@043bfc6. |
This patch series was integrated into next via git@043bfc6. |
This patch series was integrated into master via git@043bfc6. |
Closed via 043bfc6. |
Together with #805, this should fix the
vs-build
job in the CI build ofseen
.cc: Jeff King peff@peff.net