[libmysql]Fix build error in linux.#6442
Merged
Rastaban merged 3 commits intomicrosoft:masterfrom Jun 11, 2019
JackBoosY:dev/jack/4616
Merged
[libmysql]Fix build error in linux.#6442Rastaban merged 3 commits intomicrosoft:masterfrom JackBoosY:dev/jack/4616
Rastaban merged 3 commits intomicrosoft:masterfrom
JackBoosY:dev/jack/4616
Conversation
Member
|
Also related: #5218 |
Member
|
/AzurePipelines run |
|
No pipelines are associated with this pull request. |
Member
|
Necessary dependencies where not installed in CI, they are now, so I'm triggering a new build. The problem with this one, is that a ✔️ means that there are not regressions, NOT that the port is building successfully for |
Contributor
Author
Why? |
Contributor
Author
|
@Rastaban Can you look at it? PR-EAGER is blocked on the OSX step. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The reason for the build error in linux is that the macro CMAKE_SYSTEM_PROCESSOR is NOT set. So I modified the configure.cmake file.
Building libmysql in linux requires ncurses support(Which is not included in vcpkg), so I wrote a warning output in portfile.cmake. WARNING: It may cause CI build error.
And thanks @scttgs0 for his patch.
Related: #4616 #6389 #5046 #4409 #6365