mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 05:28:01 +08:00
[aws] Support building AWS packages on ARM Linux (#23278)
This commit is contained in:
parent
d41ce5f401
commit
3ad158e956
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "aws-c-auth",
|
||||
"version": "0.6.3",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "C99 library implementation of AWS client-side authentication: standard credentials providers and signing.",
|
||||
"homepage": "https://github.com/awslabs/aws-c-auth",
|
||||
"supports": "!arm & !uwp",
|
||||
"supports": "!(windows & arm) & !uwp",
|
||||
"dependencies": [
|
||||
"aws-c-common",
|
||||
"aws-c-http",
|
||||
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "aws-c-cal",
|
||||
"version": "0.5.12",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "C99 wrapper for cryptography primitives.",
|
||||
"homepage": "https://github.com/awslabs/aws-c-cal",
|
||||
"supports": "!arm & !uwp",
|
||||
"supports": "!(windows & arm) & !uwp",
|
||||
"dependencies": [
|
||||
"aws-c-common",
|
||||
{
|
||||
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "aws-c-common",
|
||||
"version": "0.6.9",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "AWS common library for C",
|
||||
"homepage": "https://github.com/awslabs/aws-c-common",
|
||||
"supports": "!arm & !uwp",
|
||||
"supports": "!(windows & arm) & !uwp",
|
||||
"dependencies": [
|
||||
"openssl",
|
||||
{
|
||||
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "aws-c-compression",
|
||||
"version": "0.2.14",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "C99 implementation of huffman encoding/decoding",
|
||||
"homepage": "https://github.com/awslabs/aws-c-compression",
|
||||
"supports": "!arm & !uwp",
|
||||
"supports": "!(windows & arm) & !uwp",
|
||||
"dependencies": [
|
||||
"aws-c-common",
|
||||
{
|
||||
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "aws-c-event-stream",
|
||||
"version": "0.2.7",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "C99 implementation of the vnd.amazon.event-stream content-type.",
|
||||
"homepage": "https://github.com/awslabs/aws-c-event-stream",
|
||||
"supports": "!arm & !uwp",
|
||||
"supports": "!(windows & arm) & !uwp",
|
||||
"dependencies": [
|
||||
"aws-c-cal",
|
||||
"aws-c-common",
|
||||
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "aws-c-http",
|
||||
"version": "0.6.5",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "C99 implementation of the HTTP/1.1 and HTTP/2 specifications",
|
||||
"homepage": "https://github.com/awslabs/aws-c-http",
|
||||
"supports": "!arm & !uwp",
|
||||
"supports": "!(windows & arm) & !uwp",
|
||||
"dependencies": [
|
||||
"aws-c-cal",
|
||||
"aws-c-common",
|
||||
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "aws-c-io",
|
||||
"version": "0.10.7",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "Handles all IO and TLS work for application protocols.",
|
||||
"homepage": "https://github.com/awslabs/aws-c-io",
|
||||
"supports": "!arm & !uwp",
|
||||
"supports": "!(windows & arm) & !uwp",
|
||||
"dependencies": [
|
||||
"aws-c-cal",
|
||||
"aws-c-common",
|
||||
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "aws-c-mqtt",
|
||||
"version": "0.7.6",
|
||||
"port-version": 2,
|
||||
"port-version": 3,
|
||||
"description": "C99 implementation of the MQTT 3.1.1 specification.",
|
||||
"homepage": "https://github.com/awslabs/aws-c-mqtt",
|
||||
"supports": "!arm & !uwp",
|
||||
"supports": "!(windows & arm) & !uwp",
|
||||
"dependencies": [
|
||||
"aws-c-common",
|
||||
"aws-c-http",
|
||||
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "aws-c-s3",
|
||||
"version": "0.1.25",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "C99 library implementation for communicating with the S3 service, designed for maximizing throughput on high bandwidth EC2 instances.",
|
||||
"homepage": "https://github.com/awslabs/aws-c-s3",
|
||||
"supports": "!arm & !uwp",
|
||||
"supports": "!(windows & arm) & !uwp",
|
||||
"dependencies": [
|
||||
"aws-c-auth",
|
||||
"aws-c-cal",
|
||||
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "aws-checksums",
|
||||
"version": "0.1.11",
|
||||
"port-version": 2,
|
||||
"port-version": 3,
|
||||
"description": "Cross-Platform HW accelerated CRC32c and CRC32 with fallback to efficient SW implementations.",
|
||||
"homepage": "https://github.com/awslabs/aws-checksums",
|
||||
"supports": "!arm",
|
||||
"supports": "!(windows & arm)",
|
||||
"dependencies": [
|
||||
"aws-c-common",
|
||||
{
|
||||
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "aws-crt-cpp",
|
||||
"version": "0.15.1",
|
||||
"port-version": 2,
|
||||
"port-version": 3,
|
||||
"description": "Cross-Platform HW accelerated CRC32c and CRC32 with fallback to efficient SW implementations.",
|
||||
"homepage": "https://github.com/awslabs/aws-crt-cpp",
|
||||
"supports": "!arm & !uwp",
|
||||
"supports": "!(windows & arm) & !uwp",
|
||||
"dependencies": [
|
||||
"aws-c-auth",
|
||||
"aws-c-cal",
|
||||
|
@ -2,9 +2,10 @@
|
||||
"$note": "Automatically generated by generateFeatures.ps1",
|
||||
"name": "aws-sdk-cpp",
|
||||
"version": "1.9.160",
|
||||
"port-version": 1,
|
||||
"description": "AWS SDK for C++",
|
||||
"homepage": "https://github.com/aws/aws-sdk-cpp",
|
||||
"supports": "!arm & !uwp",
|
||||
"supports": "!(windows & arm) & !uwp",
|
||||
"dependencies": [
|
||||
"aws-crt-cpp",
|
||||
{
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "cdf9b6cb3b199b8ef1dec2e0d46bcfea7c8f536a",
|
||||
"version": "0.6.3",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "be9ae25111a5c7104d7c3769fcd581ee9f5dac7a",
|
||||
"version": "0.6.3",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a383adb52cab94b360e30cf82c1be79a45a75875",
|
||||
"version": "0.5.12",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "33e7566ec2dc8cbc5ce91687b8627f946cdf231d",
|
||||
"version": "0.5.12",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "56b4972c2535a4e8991826b6c595e433b0e80bf9",
|
||||
"version": "0.6.9",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "20a16524a9cc1079486d4efd5230562c8b9bed8a",
|
||||
"version": "0.6.9",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "107778b6c4b3c09105fcc9a08b31b252278538a4",
|
||||
"version": "0.2.14",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "5892ebc8e23b264d832f03d4f7dfb04856dd8367",
|
||||
"version": "0.2.14",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "6a9e93d6dd8799afe5f56eeeda92793ba888691e",
|
||||
"version": "0.2.7",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "4d0b2b6a72ae5ea454dc5378f9b3bc78320174ae",
|
||||
"version": "0.2.7",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "845a574790e6fcd40bfc13cf0c65104d04e29350",
|
||||
"version": "0.6.5",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "470e20b38e215a550b52c002a7cc8a7f18938bf9",
|
||||
"version": "0.6.5",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7456b996bdeeeeb59fb39770d797fa2966d0a951",
|
||||
"version": "0.10.7",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "45b959b56caa21052a67c2b3d0b493a3e401288c",
|
||||
"version": "0.10.7",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "028932fcffa607cc234348c2e2df454da7c4ccad",
|
||||
"version": "0.7.6",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "834a199cf4560cbdd8e6dac09074b9b5b1d57d53",
|
||||
"version": "0.7.6",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c571d95b22b5f84591bf4a115ca47c522371efce",
|
||||
"version": "0.1.25",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "620ce24ba09dd971644750eedcbb42a8f1fc2457",
|
||||
"version": "0.1.25",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "aeda736d7deef9292db2e43dc8702b2ddb5d59b0",
|
||||
"version": "0.1.11",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "e70b465c6b8ce012ed176b822471dd440f853267",
|
||||
"version": "0.1.11",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e542ffdad6392c75909a3235d33c2a22c939c980",
|
||||
"version": "0.15.1",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "d96290d0c6d34f9b4129e811e3b8fd2d62a699c7",
|
||||
"version": "0.15.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e1d4dde6c824e40b0a0dce27f48539dfa4f64eed",
|
||||
"version": "1.9.160",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "e02908481470143ae86077c24e80d493d609f379",
|
||||
"version": "1.9.160",
|
||||
|
@ -258,47 +258,47 @@
|
||||
},
|
||||
"aws-c-auth": {
|
||||
"baseline": "0.6.3",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"aws-c-cal": {
|
||||
"baseline": "0.5.12",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"aws-c-common": {
|
||||
"baseline": "0.6.9",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"aws-c-compression": {
|
||||
"baseline": "0.2.14",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"aws-c-event-stream": {
|
||||
"baseline": "0.2.7",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"aws-c-http": {
|
||||
"baseline": "0.6.5",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"aws-c-io": {
|
||||
"baseline": "0.10.7",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"aws-c-mqtt": {
|
||||
"baseline": "0.7.6",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"aws-c-s3": {
|
||||
"baseline": "0.1.25",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"aws-checksums": {
|
||||
"baseline": "0.1.11",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"aws-crt-cpp": {
|
||||
"baseline": "0.15.1",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"aws-lambda-cpp": {
|
||||
"baseline": "0.2.7",
|
||||
@ -306,7 +306,7 @@
|
||||
},
|
||||
"aws-sdk-cpp": {
|
||||
"baseline": "1.9.160",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"azmq": {
|
||||
"baseline": "2020-03-03",
|
||||
|
Loading…
x
Reference in New Issue
Block a user