diff options
| author | autoantwort <41973254+autoantwort@users.noreply.github.com> | 2021-05-01 20:16:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-01 11:16:52 -0700 |
| commit | 4b6289b936c71bbdb8f5c65973249132c0946235 (patch) | |
| tree | b61fd25d572808a838dd81a92330c674def6cc53 /versions | |
| parent | da9defc3bddbba39edd9c7e04d4f2bc4bca3f6d4 (diff) | |
| download | vcpkg-4b6289b936c71bbdb8f5c65973249132c0946235.tar.gz vcpkg-4b6289b936c71bbdb8f5c65973249132c0946235.zip | |
[icu] add host depedency (#16577)
* [icu] introduce host dependency
* add version files
* [icu] host dependency windows, update ci baseline
* add version files
* [icu] add debug messages
* [icu] do not depend on buildtree, install required files instead
* [icu] set env variable for dynamic libs
* [icu] find dlls for windows
* [icu] copy dlls
* [icu] cleanup, fix apple arm targets
* add version files
* [icu] no for-cross-compile subfolder
* add version files
* [icu] use instead of
* add version files
* [icu] convert to vcpkg_configure_make
* [icu] also build on arm
* [icu] add DESTINATION param to vcpkg_copy_tools and use it
* [icu] use foreach in macOS build
* [icu] fix of copy tool dependencies on windows
* [icu] delete more folders on windows
* [icu] copy tool dependencies manually
* [icu] don't copy non existing pdb files
* add version files
* [icu] bring vcpkg_copy_pdbs() back
* add version files
* [icu] add comment
* add version files
* [icu] use BUILD_TRIPLET instead of VCPKG_MAKE_BUILD_TRIPLET
* add version files
* [icu] simply logic for build on mac
* add version files
* Trigger Build
* add version files
* Trigger Build
* Trigger Build
* Apply suggestions from code review
* Apply suggestions from code review
* Trigger Build
Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/i-/icu.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 87efce787..1f18cd128 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2510,7 +2510,7 @@ }, "icu": { "baseline": "69.1", - "port-version": 8 + "port-version": 9 }, "ideviceinstaller": { "baseline": "1.1.2.23-1", diff --git a/versions/i-/icu.json b/versions/i-/icu.json index d519ccf77..7bb611f53 100644 --- a/versions/i-/icu.json +++ b/versions/i-/icu.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "5c039f72ee659cc0522524889b9219615f28263a", + "version": "69.1", + "port-version": 9 + }, + { "git-tree": "c918e5cfffd2c55c740dd69ef3f5eb36c1e17806", "version-string": "69.1", "port-version": 8 |
