diff options
| author | winsoft666 <46803815+winsoft666@users.noreply.github.com> | 2020-10-14 04:18:33 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-13 13:18:33 -0700 |
| commit | ea3c975edb2c2bdf645083a1484c88d13d91ace9 (patch) | |
| tree | 6cb89bbbb999af3ddf8aae4620dbaa75e2248da1 | |
| parent | 75bd2efe0dce862dfa025209b8cecc61a00a1852 (diff) | |
| download | vcpkg-ea3c975edb2c2bdf645083a1484c88d13d91ace9.tar.gz vcpkg-ea3c975edb2c2bdf645083a1484c88d13d91ace9.zip | |
[akali] Update to v1.42 (#14005)
* teemo
* 1. move header files to teemo folder.
2. add Cancel Event.
3. create directories automatically.
* update teemo to v2.1
* update teemo code ref
* remvoe cpprestsdk dependency
* Update to v1.42
* [akali] Add supports and update ci.baseline.txt
* Update portfile.cmake
Co-authored-by: wangli28 <wangli28@beyondsoft.com>
Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
| -rw-r--r-- | ports/akali/CONTROL | 4 | ||||
| -rw-r--r-- | ports/akali/portfile.cmake | 5 | ||||
| -rw-r--r-- | scripts/ci.baseline.txt | 3 |
3 files changed, 4 insertions, 8 deletions
diff --git a/ports/akali/CONTROL b/ports/akali/CONTROL index 35f86f28c..5ccbed60d 100644 --- a/ports/akali/CONTROL +++ b/ports/akali/CONTROL @@ -1,5 +1,5 @@ Source: akali -Version: 1.41 -Port-Version: 1 +Version: 1.42 Description: C++ Common Library. Homepage: https://github.com/winsoft666/akali +Supports: !(arm|arm64|uwp)
\ No newline at end of file diff --git a/ports/akali/portfile.cmake b/ports/akali/portfile.cmake index aa59b0389..6a2658d5f 100644 --- a/ports/akali/portfile.cmake +++ b/ports/akali/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "UWP") vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO winsoft666/akali - REF aa0ee3b82cef325ca582fce30bf3bf177ed81e9b - SHA512 0d523191219b19bcf2becb2c9e78b32b50fbbd5a052dd5330e315a6310c0d5c322639434f710a37c6d98e23510506d294b52978f8487227d4461d29d4a6bb502 + REF 57fea619dea42aa116679b22340f56fc94eb83a9 + SHA512 b80f7e72396032e8b24464e159f4a6c24663d671bcbe9ffa46f68e5bc0398fd0caf3ac918f8ccb8d304be4d5a3fade2821f87f7270e02ec8aae722e2faeab0f3 HEAD_REF master ) @@ -12,7 +12,6 @@ string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" AKALI_STATIC) vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} - DISABLE_PARALLEL_CONFIGURE PREFER_NINJA OPTIONS -DAKALI_STATIC:BOOL=${AKALI_STATIC} diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index 2684d4eb4..f39868985 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -38,9 +38,6 @@ 3fd:x86-windows=fail activemq-cpp:x64-linux=fail activemq-cpp:x64-osx=fail -akali:x64-uwp=fail -akali:arm-uwp=fail -akali:arm64-windows=fail alac:arm-uwp=fail alac:x64-uwp=fail aliyun-oss-c-sdk:x64-linux=fail |
