-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[libcerf] Add new port #7320
[libcerf] Add new port #7320
Conversation
@Rastaban what could be the reason? |
@voskrese The error happened in the post build validation, which unfortunately is not captured in the logs that are written out under the projects buildtrees so you need to look at the console output under the Here is the output:
|
Alexander Taeschner default in CMakeLists.txt
static = |
1155c43
to
0707e17
Compare
0707e17
to
33193f0
Compare
?
|
@voskrese: your proposed changes fail in post build validation. The question is, if it is a real problem that the static build is not supported under windows (even the error message in CI reads: "##[error] NEW ADDED PORT FAILURE: libcerf:x64-windows-static (ignore if triplet is not supported by upstream port)"). |
03c5c2e
to
09409d0
Compare
09409d0
to
ede4027
Compare
Added patch to enable libcerf:x64-windows-static build. |
While I think you're doing the right thing here to get it to compile statically it would also have been legitimate to use |
Resolves #7314.