mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-21 04:16:39 +08:00
Provisioning: Install vcpkg on Windows
- Downloading the vcpkg executable - Cloning an internal mirror of the vcpkg's official repository, and setting the VCPKG_ROOT to its path. The mirror is under my personal namespace in `git.qt.io` and will be replaced by official qt mirror in the future. - Adding an empty `vcpkg.json` for Windows - Adding a `vcpkg-configuration.json` - Setting environment variables for Binary and Asset cache - Run `install-vcpkg.sh` on all active Windows hosts Task-number: QTBUG-115715 Change-Id: I7a8a883a1523f27506ff31757f5aad5221de0698 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
9
coin/provisioning/common/shared/vcpkg-configuration.json
Normal file
9
coin/provisioning/common/shared/vcpkg-configuration.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg-configuration.schema.json",
|
||||
"default-registry": {
|
||||
"kind": "git",
|
||||
"repository": "https://git.qt.io/mrmsdbdl/vcpkg-mirror",
|
||||
"baseline": "8eb57355a4ffb410a2e94c07b4dca2dffbee8e50"
|
||||
},
|
||||
"overlay-triplets": [ "./../../shared/triplets" ]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
https://git.qt.io/mrmsdbdl/vcpkg-mirror.git
|
||||
@@ -0,0 +1 @@
|
||||
vcpkg_tool_release_tag=2023-11-16
|
||||
1
coin/provisioning/common/shared/vcpkg_version.txt
Normal file
1
coin/provisioning/common/shared/vcpkg_version.txt
Normal file
@@ -0,0 +1 @@
|
||||
vcpkg_version=2023.10.19
|
||||
Reference in New Issue
Block a user