-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[libzip] Update to version 1.8.0 #18552
Conversation
de8e4cd
to
5c41a9a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ctabin ,Please add 'FEATURES' in the function"vcpkg_check_features" like:
vcpkg_check_features(
OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
bzip2 ENABLE_BZIP2
liblzma ENABLE_LZMA
openssl ENABLE_OPENSSL
wincrypto ENABLE_WINDOWS_CRYPTO
commoncrypto ENABLE_COMMONCRYPTO
mbedtls ENABLE_MBEDTLS)
@ctabin ,Have you test all features locally in the following triplet:
|
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@ctabin, can you address the review suggestions and the CI test failures? |
@PhoebeHui Sorry for the late reply. I'll make the changes asap ! |
6b8e0eb
to
d70b5b0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 7dbc05515b44bf54d2a42b4da9d1e1f910868b86 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/l-/libzip.json b/versions/l-/libzip.json
index dea575d..ab7326c 100644
--- a/versions/l-/libzip.json
+++ b/versions/l-/libzip.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "26ba5523db09213f532821875542dba7afa04b65",
+ "git-tree": "a3adaf767853bfd7f7f2d511f4e3ec9eb9fa0b46",
"version-semver": "1.8.0",
"port-version": 0
},
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 7dbc05515b44bf54d2a42b4da9d1e1f910868b86 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/l-/libzip.json b/versions/l-/libzip.json
index dea575d..ab7326c 100644
--- a/versions/l-/libzip.json
+++ b/versions/l-/libzip.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "26ba5523db09213f532821875542dba7afa04b65",
+ "git-tree": "a3adaf767853bfd7f7f2d511f4e3ec9eb9fa0b46",
"version-semver": "1.8.0",
"port-version": 0
},
Hi @JonLiu1993,
So it looks like it fails because with the current changes, |
@ctabin ,Is this PR being worked on? |
@dg0yt ,Do you have any advice? |
@JonLiu1993 Unfortunately not. As said, I'm unable to provide more help here because I'm unable to see/understand the error (and also I'm not the author of |
It is too late to look at ignition-fuel-tools4 CI build logs, and too much to do locally now. But it is clear that it needs proper exported configuration from libzip. So I did a build of libzip now. Inspecting the pc file indicates an issue wit zstd:
Now looking for zstd in the exported cmake config indicates a missing
This is just for a default build. Similar verification needs to be done for the optional features. |
@dg0yt ,Thanks for your investigation and suggestions |
@ctabin ,Is there any progress on this pr? |
Hi @JonLiu1993, Unfortunately, no. |
@ctabin ,Thanks for your contribution,I temporarily close your pr, I will resubmit pr to update libzip port |
@JonLiu1993 Thanks for your support. |
No description provided.