Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[aws] Support building AWS packages on ARM Linux #23278

Merged
merged 1 commit into from
Feb 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/aws-c-auth/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions ports/aws-c-cal/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
{
Expand Down
4 changes: 2 additions & 2 deletions ports/aws-c-common/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
{
Expand Down
4 changes: 2 additions & 2 deletions ports/aws-c-compression/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
{
Expand Down
4 changes: 2 additions & 2 deletions ports/aws-c-event-stream/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions ports/aws-c-http/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions ports/aws-c-io/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions ports/aws-c-mqtt/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions ports/aws-c-s3/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions ports/aws-checksums/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
{
Expand Down
4 changes: 2 additions & 2 deletions ports/aws-crt-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 2 additions & 1 deletion ports/aws-sdk-cpp/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
{
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/aws-c-auth.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cdf9b6cb3b199b8ef1dec2e0d46bcfea7c8f536a",
"version": "0.6.3",
"port-version": 2
},
{
"git-tree": "be9ae25111a5c7104d7c3769fcd581ee9f5dac7a",
"version": "0.6.3",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/aws-c-cal.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a383adb52cab94b360e30cf82c1be79a45a75875",
"version": "0.5.12",
"port-version": 2
},
{
"git-tree": "33e7566ec2dc8cbc5ce91687b8627f946cdf231d",
"version": "0.5.12",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/aws-c-common.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "56b4972c2535a4e8991826b6c595e433b0e80bf9",
"version": "0.6.9",
"port-version": 2
},
{
"git-tree": "20a16524a9cc1079486d4efd5230562c8b9bed8a",
"version": "0.6.9",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/aws-c-compression.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "107778b6c4b3c09105fcc9a08b31b252278538a4",
"version": "0.2.14",
"port-version": 2
},
{
"git-tree": "5892ebc8e23b264d832f03d4f7dfb04856dd8367",
"version": "0.2.14",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/aws-c-event-stream.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6a9e93d6dd8799afe5f56eeeda92793ba888691e",
"version": "0.2.7",
"port-version": 2
},
{
"git-tree": "4d0b2b6a72ae5ea454dc5378f9b3bc78320174ae",
"version": "0.2.7",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/aws-c-http.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "845a574790e6fcd40bfc13cf0c65104d04e29350",
"version": "0.6.5",
"port-version": 2
},
{
"git-tree": "470e20b38e215a550b52c002a7cc8a7f18938bf9",
"version": "0.6.5",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/aws-c-io.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7456b996bdeeeeb59fb39770d797fa2966d0a951",
"version": "0.10.7",
"port-version": 2
},
{
"git-tree": "45b959b56caa21052a67c2b3d0b493a3e401288c",
"version": "0.10.7",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/aws-c-mqtt.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "028932fcffa607cc234348c2e2df454da7c4ccad",
"version": "0.7.6",
"port-version": 3
},
{
"git-tree": "834a199cf4560cbdd8e6dac09074b9b5b1d57d53",
"version": "0.7.6",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/aws-c-s3.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c571d95b22b5f84591bf4a115ca47c522371efce",
"version": "0.1.25",
"port-version": 2
},
{
"git-tree": "620ce24ba09dd971644750eedcbb42a8f1fc2457",
"version": "0.1.25",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/aws-checksums.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "aeda736d7deef9292db2e43dc8702b2ddb5d59b0",
"version": "0.1.11",
"port-version": 3
},
{
"git-tree": "e70b465c6b8ce012ed176b822471dd440f853267",
"version": "0.1.11",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/aws-crt-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e542ffdad6392c75909a3235d33c2a22c939c980",
"version": "0.15.1",
"port-version": 3
},
{
"git-tree": "d96290d0c6d34f9b4129e811e3b8fd2d62a699c7",
"version": "0.15.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/aws-sdk-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e1d4dde6c824e40b0a0dce27f48539dfa4f64eed",
"version": "1.9.160",
"port-version": 1
},
{
"git-tree": "e02908481470143ae86077c24e80d493d609f379",
"version": "1.9.160",
Expand Down
24 changes: 12 additions & 12 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,55 +258,55 @@
},
"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",
"port-version": 1
},
"aws-sdk-cpp": {
"baseline": "1.9.160",
"port-version": 0
"port-version": 1
},
"azmq": {
"baseline": "2020-03-03",
Expand Down