-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[glib] update to 2.70.1 #21676
[glib] update to 2.70.1 #21676
Conversation
@BillyONeal what happend to x64-osx? Never saw that error.
|
This osx error already appeared randomly in the last weeks. |
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 b3cfaaf1bba70febd07c2f672ae590dc5d914180 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/g-/glib.json b/versions/g-/glib.json
index 5ee0856..6efc32a 100644
--- a/versions/g-/glib.json
+++ b/versions/g-/glib.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "3e19067c192daf332322962db0c507b1a10ac4bf",
+ "git-tree": "21a2facd76ae194ca1880c497122f7785750f912",
"version": "2.70.1",
"port-version": 0
},
@Neumann-A ,Thanks for your pr, I tested features locally on x64-linux triplet but failed :
/home/test1/vcpkg/buildtrees/glib/x64-linux-dbg:
/home/test1/vcpkg/buildtrees/glib/x64-linux-dbg/meson-logs/meson-log.txt:
|
@JonLiu1993: I assume you are missing a system dependency if you want to enable feature selinux (
|
Have you tested all features locally? |
Have you tested the current baseline with the same features? |
RE: #21676 (comment) These mean that the vcpkg binary returned a nonzero exit code for some reason:
Hmmm I have not seen yet. Is it always the same build node or something else? |
Thanks for the update! |
@BillyONeal Where do I see the node? Yesterday: |
If you click on 'x64-osx' on those links it shows the node in the output window: Both those examples ran on vcpkg-eg-mac-06 which suggests that that one is unhealthy. I disabled it for now |
I |
No description provided.