Skip to content
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

[vcpkg script] ninja 1.12 #41980

Merged
merged 12 commits into from
Jan 15, 2025
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/master' into ninja
  • Loading branch information
dg0yt committed Dec 7, 2024
commit e9f7985e47ea0af583fd969cd8f29eb7f3983ab2
2 changes: 1 addition & 1 deletion ports/qt5-webengine/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qt5-webengine",
"version": "5.15.15",
"version": "5.15.16",
"port-version": 1,
"description": "Qt WebEngine provides functionality for rendering regions of dynamic web content.",
"license": null,
Expand Down
3 changes: 2 additions & 1 deletion scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,8 @@ qt5-canvas3d:x64-windows=skip
qt5-canvas3d:x64-windows-static=skip
qt5-canvas3d:x64-windows-static-md=skip
qt5-canvas3d:x86-windows=skip
# Long build time, ninja trouble
# Skipped to avoid exceeding the 48 hour time limit in CI
# May also need an older ninja version
qt5-webengine:x64-windows=skip
qt5-webengine:x86-windows=skip
# Missing system libraries
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7513,7 +7513,7 @@
"port-version": 0
},
"qt5-webengine": {
"baseline": "5.15.15",
"baseline": "5.15.16",
"port-version": 1
},
"qt5-webglplugin": {
Expand Down
9 changes: 7 additions & 2 deletions versions/q-/qt5-webengine.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"versions": [
{
"git-tree": "8c0302ffbef2d114f867ba6b0b34cfe1de78bb44",
"version": "5.15.15",
"git-tree": "92f56035f25cfc039d74c70b6905c1b78e480e2e",
"version": "5.15.16",
"port-version": 1
},
{
"git-tree": "b49c1e293ead06cecbbc431801688483b0473f3e",
"version": "5.15.16",
"port-version": 0
},
{
"git-tree": "eeece45f507ad36455883b753c5914ef7e266c26",
"version": "5.15.15",
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.