Skip to content

Commit 012d33f

Browse files
author
MarcoFalke
committed
Merge bitcoin#24847: ci: Bump vcpkg to the latest version 2022.04.12
b2c3d10 Revert "build: Specify `zeromq` port explicitly for MSVC builds" (Hennadii Stepanov) ca40d64 ci: Bump vcpkg to the latest version (Hennadii Stepanov) 5561f17 ci: Make Qt configure option change invalidate "msvc_qt_built_cache" (Hennadii Stepanov) Pull request description: Dependency changes in vcpkg [`2022.04.12`](https://github.com/microsoft/vcpkg/releases/tag/2022.04.12): - zeromq 4.3.4#4 -> 4.3.4#5 This allows to revert our [workaround](bitcoin@20b6c87) because of an upstream [patch](microsoft/vcpkg#23435). ACKs for top commit: sipsorcery: ACK b2c3d10. Tree-SHA512: aa7e43b4b53e8b3c9900e4770360504371e62ff6a1765ac7eae612f2c2febc0430359e3d6032ece93b4f818cb6ab7141506ae0b90b44ed378d2eef63ca805178
2 parents 333a418 + b2c3d10 commit 012d33f

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

.cirrus.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ task:
9696
env:
9797
PATH: 'C:\jom;C:\Python39;C:\Python39\Scripts;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin;%PATH%'
9898
PYTHONUTF8: 1
99-
CI_VCPKG_TAG: '2022.02.23'
99+
CI_VCPKG_TAG: '2022.04.12'
100100
VCPKG_DOWNLOADS: 'C:\Users\ContainerAdministrator\AppData\Local\vcpkg\downloads'
101101
VCPKG_DEFAULT_BINARY_CACHE: 'C:\Users\ContainerAdministrator\AppData\Local\vcpkg\archives'
102102
CCACHE_DIR: 'C:\Users\ContainerAdministrator\AppData\Local\ccache'
@@ -106,6 +106,7 @@ task:
106106
QT_SOURCE_DIR: 'C:\qt-everywhere-src-5.15.3'
107107
QTBASEDIR: 'C:\Qt_static'
108108
x64_NATIVE_TOOLS: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvars64.bat"'
109+
QT_CONFIGURE_COMMAND: '..\configure -release -silent -opensource -confirm-license -opengl desktop -static -static-runtime -mp -qt-zlib -qt-pcre -qt-libpng -nomake examples -nomake tests -nomake tools -no-angle -no-dbus -no-gif -no-gtk -no-ico -no-icu -no-libjpeg -no-libudev -no-sql-sqlite -no-sql-odbc -no-sqlite -no-vulkan -skip qt3d -skip qtactiveqt -skip qtandroidextras -skip qtcharts -skip qtconnectivity -skip qtdatavis3d -skip qtdeclarative -skip doc -skip qtdoc -skip qtgamepad -skip qtgraphicaleffects -skip qtimageformats -skip qtlocation -skip qtlottie -skip qtmacextras -skip qtmultimedia -skip qtnetworkauth -skip qtpurchasing -skip qtquick3d -skip qtquickcontrols -skip qtquickcontrols2 -skip qtquicktimeline -skip qtremoteobjects -skip qtscript -skip qtscxml -skip qtsensors -skip qtserialbus -skip qtserialport -skip qtspeech -skip qtsvg -skip qtvirtualkeyboard -skip qtwayland -skip qtwebchannel -skip qtwebengine -skip qtwebglplugin -skip qtwebsockets -skip qtwebview -skip qtx11extras -skip qtxmlpatterns -no-openssl -no-feature-bearermanagement -no-feature-printdialog -no-feature-printer -no-feature-printpreviewdialog -no-feature-printpreviewwidget -no-feature-sql -no-feature-sqlmodel -no-feature-textbrowser -no-feature-textmarkdownwriter -no-feature-textodfwriter -no-feature-xml'
109110
IgnoreWarnIntDirInTempDetected: 'true'
110111
merge_script:
111112
- git config --global user.email "[email protected]"
@@ -120,7 +121,7 @@ task:
120121
folder: "%QTBASEDIR%"
121122
reupload_on_changes: false
122123
fingerprint_script:
123-
- echo %QT_DOWNLOAD_URL%
124+
- echo %QT_DOWNLOAD_URL% %QT_CONFIGURE_COMMAND%
124125
- msbuild -version
125126
populate_script:
126127
- curl -L -o C:\jom.zip http://download.qt.io/official_releases/jom/jom.zip
@@ -132,7 +133,7 @@ task:
132133
- cd %QT_SOURCE_DIR%
133134
- mkdir build
134135
- cd build
135-
- ..\configure -release -silent -opensource -confirm-license -opengl desktop -static -static-runtime -mp -qt-zlib -qt-pcre -qt-libpng -nomake examples -nomake tests -nomake tools -no-angle -no-dbus -no-gif -no-gtk -no-ico -no-icu -no-libjpeg -no-libudev -no-sql-sqlite -no-sql-odbc -no-sqlite -no-vulkan -skip qt3d -skip qtactiveqt -skip qtandroidextras -skip qtcharts -skip qtconnectivity -skip qtdatavis3d -skip qtdeclarative -skip doc -skip qtdoc -skip qtgamepad -skip qtgraphicaleffects -skip qtimageformats -skip qtlocation -skip qtlottie -skip qtmacextras -skip qtmultimedia -skip qtnetworkauth -skip qtpurchasing -skip qtquick3d -skip qtquickcontrols -skip qtquickcontrols2 -skip qtquicktimeline -skip qtremoteobjects -skip qtscript -skip qtscxml -skip qtsensors -skip qtserialbus -skip qtserialport -skip qtspeech -skip qtsvg -skip qtvirtualkeyboard -skip qtwayland -skip qtwebchannel -skip qtwebengine -skip qtwebglplugin -skip qtwebsockets -skip qtwebview -skip qtx11extras -skip qtxmlpatterns -no-openssl -no-feature-bearermanagement -no-feature-printdialog -no-feature-printer -no-feature-printpreviewdialog -no-feature-printpreviewwidget -no-feature-sql -no-feature-sqlmodel -no-feature-textbrowser -no-feature-textmarkdownwriter -no-feature-textodfwriter -no-feature-xml -prefix %QTBASEDIR%
136+
- '%QT_CONFIGURE_COMMAND% -prefix %QTBASEDIR%'
136137
- jom
137138
- jom install
138139
vcpkg_tools_cache:

build_msvc/vcpkg.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,5 @@
1313
"features": ["thread"]
1414
},
1515
"zeromq"
16-
],
17-
"builtin-baseline": "b86c0c35b88e2bf3557ff49dc831689c2f085090",
18-
"overrides": [
19-
{
20-
"name": "zeromq",
21-
"version": "4.3.4",
22-
"port-version": 3
23-
}
2416
]
2517
}

0 commit comments

Comments
 (0)