Skip to content

Commit

Permalink
[vcpkg baseline] Clean up baseline, use Keyword Supports Part 1 (#14245)
Browse files Browse the repository at this point in the history
* [vcpkg baseline] Clean up baseline, use Keyword Supports

* Update ports/arrow/CONTROL
  • Loading branch information
JackBoosY authored Nov 13, 2020
1 parent d9b179f commit 1d8755c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 27 deletions.
2 changes: 1 addition & 1 deletion ports/aliyun-oss-c-sdk/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Source: aliyun-oss-c-sdk
Version: 3.10.0
Description: Alibaba Cloud Object Storage Service (OSS) is a cloud storage service provided by Alibaba Cloud, featuring massive capacity, security, a low cost, and high reliability.
Build-Depends: curl, apr-util
Supports: !uwp
Supports: !(uwp|linux|osx)
2 changes: 1 addition & 1 deletion ports/ampl-mp/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Version: 2020-11-11
Homepage: https://github.com/ampl/mp
Description: An open-source library for mathematical programming
Build-Depends: ampl-asl
Supports: !uwp
Supports: !uwp
1 change: 1 addition & 0 deletions ports/angelscript/CONTROL
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Source: angelscript
Version: 2.34.0
Description: The AngelCode Scripting Library, or AngelScript as it is also known, is an extremely flexible cross-platform scripting library designed to allow applications to extend their functionality through external scripts. It has been designed from the beginning to be an easy to use component, both for the application programmer and the script writer.
Supports: !arm

Feature: addons
Description: Installs all addons for use in compiling scripts addons
1 change: 1 addition & 0 deletions ports/argtable2/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ Version: 2.13
Port-Version: 8
Homepage: http://argtable.sourceforge.net
Description: Argtable is an ANSI C library for parsing GNU style command line options with a minimum of fuss.
Supports: !uwp
2 changes: 1 addition & 1 deletion ports/arrow/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Port-Version: 2
Build-Depends: boost-system, boost-filesystem, boost-multiprecision, boost-algorithm, flatbuffers, rapidjson, zlib, lz4, brotli, bzip2, zstd, snappy, gflags, thrift, double-conversion, glog, uriparser, openssl, utf8proc
Homepage: https://github.com/apache/arrow
Description: Apache Arrow is a columnar in-memory analytics layer designed to accelerate big data. It houses a set of canonical in-memory representations of flat and hierarchical data along with multiple language-bindings for structure manipulation. It also provides IPC and common algorithm implementations.
Supports: x64
Supports: x64&!arm
Default-Features: csv, json, parquet, filesystem

Feature: csv
Expand Down
1 change: 1 addition & 0 deletions ports/asiosdk/CONTROL
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ Source: asiosdk
Version: 2.3.3-1
Homepage: https://www.steinberg.net/en/company/developers.html
Description: ASIO is a low latency audio API from Steinberg.
Supports: windows&!(arm|uwp)
1 change: 1 addition & 0 deletions ports/asyncplusplus/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Source: asyncplusplus
Version: 1.1
Description: Async++ is a lightweight concurrency framework for C++11
Supports: !uwp
25 changes: 1 addition & 24 deletions scripts/ci.baseline.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,32 +28,9 @@


# Add new items alphabetically

activemq-cpp:x64-linux=fail
activemq-cpp:x64-osx=fail
alac:arm-uwp=fail
alac:x64-uwp=fail
aliyun-oss-c-sdk:x64-linux=fail
aliyun-oss-c-sdk:x64-osx=fail
amqpcpp:arm-uwp=fail
amqpcpp:x64-uwp=fail
angelscript:arm64-windows=fail
angelscript:arm-uwp=fail
apr:arm-uwp=fail
apr:x64-uwp=fail
# Cross compiling CI machine cannot run gen_test_char to generate apr_escape_test_char.h
apr:arm64-windows=fail
argtable2:arm-uwp=fail
argtable2:x64-uwp=fail
arrow:arm64-windows=fail
arrow:x86-windows=fail
asiosdk:x64-linux=fail
asiosdk:x64-osx=fail
asiosdk:x64-uwp=fail
asiosdk:arm64-windows=fail
asiosdk:arm-uwp=fail
asyncplusplus:arm-uwp=fail
asyncplusplus:x64-uwp=fail

atk:x64-osx=fail
atk:arm64-windows=fail
atlmfc:x64-linux=fail
Expand Down

0 comments on commit 1d8755c

Please sign in to comment.