diff options
| author | Oliver John Hitchcock <ojhitchcock@gmail.com> | 2020-02-04 22:10:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-04 14:10:03 -0800 |
| commit | ed863b163c1909bdc33587174f6bb8e9cb170310 (patch) | |
| tree | 8ad801e7d5d7d4509a6803c0a8f813e069c6b5a5 /scripts | |
| parent | 0591528cbfde14ccfd3900c3fb19aba382c05349 (diff) | |
| download | vcpkg-ed863b163c1909bdc33587174f6bb8e9cb170310.tar.gz vcpkg-ed863b163c1909bdc33587174f6bb8e9cb170310.zip | |
[EAThread][EASTL] Added EAThread and modified EASTL (#8861)
* [EAThread][EASTL] Added EAThread and modified EASTL
EABase has now also been seperated from EASTL.
EASTL now copies CommonCppFlags.cmake as it is used by EAThread.
* Fix EABase
* Fix EABASE include for EASTL
* Improve EASTL
Still need to fix
The /debug/lib/cmake folder should be merged with /lib/cmake into /share/eastl
Found 3 error(s). Please correct the portfile:
E:\vcpkg\ports\eastl\portfile.cmake
-- Performing post-build validation done
Error: Building package eastl:x64-windows-static failed with: POST_BUILD_CHECKS_FAILED
Please ensure you're using the latest portfiles with `.\vcpkg update`, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
Package: eastl:x64-windows-static
Vcpkg version: 2019.09.12-nohash
* Base pass one Thread
* Fix config errors and add `vcpkg_fixup_cmake_targets`
* Add required changes for fails
* x86-windows should also fail
* Revert adding `vcpkg_fail_port_install(ON_TARGET "Windows" ...)`
* Remove `eastl:arm64-windows=fail` from ci.baseline.txt
* Merge CONTROL descriptions into one line
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/ci.baseline.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index 99f9bceb0..640808d70 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -380,7 +380,6 @@ dxut:arm-uwp=fail dxut:x64-linux=fail
dxut:x64-osx=fail
dxut:x64-windows-static=fail
-eastl:arm64-windows=fail
eastl:arm-uwp=fail
easyhook:arm64-windows=fail
easyhook:arm-uwp=fail
@@ -390,6 +389,10 @@ easyhook:x64-uwp=fail easyhook:x64-windows-static=fail
easyloggingpp:arm-uwp=fail
easyloggingpp:x64-uwp=fail
+eathread:arm64-windows=fail
+eathread:arm-uwp=fail
+eathread:x64-uwp=fail
+eathread:x86-windows=fail
ebml:arm-uwp=fail
ebml:x64-uwp=fail
ecm:arm64-windows = skip
|
