diff options
| author | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-05-27 07:26:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-26 22:26:41 -0700 |
| commit | 9c04c2ec5938538aff7559de9d7c610b8d792170 (patch) | |
| tree | a28fc66ee7c5ce5c2f2382df041f4579741a8c9a /scripts | |
| parent | 9dde75b92a95f100b9eb58844a44294d1be2797d (diff) | |
| download | vcpkg-9c04c2ec5938538aff7559de9d7c610b8d792170.tar.gz vcpkg-9c04c2ec5938538aff7559de9d7c610b8d792170.zip | |
[ace] Add patch to fix Visual Studio 2019 16.5 internal compiler error (#11369)
* [ace] Update to 6.5.8
* Address review comments
* ports/ace/portfile.cmake:
* Put back copy step
* ports/ace/portfile.cmake:
* Fixed error
* ports/ace/portfile.cmake:
* ARM should work, let us try it
* ports/ace/portfile.cmake:
* ARM doesn't work yet, so disable it again
* ports/ace/portfile.cmake:
* Add support for vcpkg of ace on MacOSX
* ports/ace/portfile.cmake:
* [ace] Add patch to fix Visual Studio 2019 internal compiler error
* ports/ace/process_manager.patch:
Added.
* ports/ace/CONTROL:
* ports/ace/portfile.cmake:
* Attempt to fix apply patches
* ports/ace/portfile.cmake:
* [ace] Updated baseline for ace, 4 configurations work again with the applied patch
* scripts/ci.baseline.txt:
* Address review comments
* ports/ace/portfile.cmake:
* Revised patch for ACE
* ports/ace/process_manager.patch:
* Update ports/ace/portfile.cmake
add comment about why the patch is needed
Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/ci.baseline.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index b606084f1..ce54d585e 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -45,13 +45,8 @@ 7zip:x64-osx=fail
7zip:x64-uwp=fail
abseil:arm-uwp=fail
-# ace is failing because the port's attempt to make yasm available is not succeeding
ace:arm-uwp=fail
-ace:arm64-windows=fail
ace:x64-uwp=fail
-ace:x64-windows-static=fail
-ace:x64-windows=fail
-ace:x86-windows=fail
activemq-cpp:x64-windows-static=fail
activemq-cpp:x64-linux=fail
activemq-cpp:x64-osx=fail
|
