Skip to content

Fix aws-sdk-cpp and OpenSSL cross-platform builds#20289

Merged
BillyONeal merged 107 commits intomicrosoft:masterfrom
ahmedyarub:ay/aws_sdk
Nov 22, 2021
Merged

Fix aws-sdk-cpp and OpenSSL cross-platform builds#20289
BillyONeal merged 107 commits intomicrosoft:masterfrom
ahmedyarub:ay/aws_sdk

Conversation

@ahmedyarub
Copy link
Copy Markdown

@ahmedyarub ahmedyarub commented Sep 22, 2021

This PR borrows from #20277

1- Do not build tests for any of the SDKs' dependencies. This makes the build faster and avoids some errors related to binaries that do not exist when cross-compiling.
2- Remove unused flags

Tested against Windows, Android, MacOS, and iOS

  • Which triplets are supported/not supported? Have you updated the CI baseline?

    all, Yes

  • Does your PR follow the maintainer guide?

    Yes

  • If you have added/updated a port: Have you run ./vcpkg x-add-version --all and committed the result?

    Yes

If you are still working on the PR, open it as a Draft: https://github.blog/2019-02-14-introducing-draft-pull-requests/

Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have modified or added at least one portfile where deprecated functions are used.

Details

If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake -> vcpkg_cmake_install (from port vcpkg-cmake)
vcpkg_build_cmake -> vcpkg_cmake_build (from port vcpkg-cmake)
vcpkg_configure_cmake -> vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake)
vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup (from port vcpkg-cmake-config)

In the ports that use the new function, you have to add the corresponding dependencies:

{
  "name": "vcpkg-cmake",
  "host": true
},
{
  "name": "vcpkg-cmake-config",
  "host": true
}

The following files are affected:

  • ports/openssl/unix/portfile.cmake

Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 47d2378c8181ece05ffc51acd2ed60d97e3c9a64 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/a-/aws-sdk-cpp.json b/versions/a-/aws-sdk-cpp.json
index 84cee4a..9e39fba 100644
--- a/versions/a-/aws-sdk-cpp.json
+++ b/versions/a-/aws-sdk-cpp.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "f2409b8bd75690844084d7e05b0da3f534c04e79",
+      "git-tree": "1f59dd0e97b41cbc4d20a69947824d5b83cd7b68",
       "version": "1.9.96",
       "port-version": 3
     },

You have modified or added at least one portfile where deprecated functions are used.

Details

If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake -> vcpkg_cmake_install (from port vcpkg-cmake)
vcpkg_build_cmake -> vcpkg_cmake_build (from port vcpkg-cmake)
vcpkg_configure_cmake -> vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake)
vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup (from port vcpkg-cmake-config)

In the ports that use the new function, you have to add the corresponding dependencies:

{
  "name": "vcpkg-cmake",
  "host": true
},
{
  "name": "vcpkg-cmake-config",
  "host": true
}

The following files are affected:

  • ports/openssl/unix/portfile.cmake

Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 47d2378c8181ece05ffc51acd2ed60d97e3c9a64 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/a-/aws-c-auth.json b/versions/a-/aws-c-auth.json
index 16b618e..b155e8e 100644
--- a/versions/a-/aws-c-auth.json
+++ b/versions/a-/aws-c-auth.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "9b9e7940ee3db93d24f6f09dff18ef48849a6be5",
+      "git-tree": "c2755bae37150aedce908ab3cd0785f950793fce",
       "version": "0.6.3",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-cal.json b/versions/a-/aws-c-cal.json
index b284507..d3da45d 100644
--- a/versions/a-/aws-c-cal.json
+++ b/versions/a-/aws-c-cal.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "85d623e62b05a7bfb1c52f070a621900674e2591",
+      "git-tree": "7926d6cb35ba29f4de03811d16315405349d6568",
       "version": "0.5.11",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-common.json b/versions/a-/aws-c-common.json
index e4e34a9..0126e48 100644
--- a/versions/a-/aws-c-common.json
+++ b/versions/a-/aws-c-common.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "cd372c89b7f670cee4970b20175ffa4c47370b47",
+      "git-tree": "20a16524a9cc1079486d4efd5230562c8b9bed8a",
       "version": "0.6.9",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-compression.json b/versions/a-/aws-c-compression.json
index 08c5eb2..c7473e8 100644
--- a/versions/a-/aws-c-compression.json
+++ b/versions/a-/aws-c-compression.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "7ee525dce214ef1da97632558129ba46fbc88685",
+      "git-tree": "88e5bb3d73448accd0866e329376b6c67684dbaa",
       "version": "0.2.14",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-event-stream.json b/versions/a-/aws-c-event-stream.json
index bb1da70..3894e5c 100644
--- a/versions/a-/aws-c-event-stream.json
+++ b/versions/a-/aws-c-event-stream.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "0c57585d9e106b33560f7b88aa96aee5f797513b",
+      "git-tree": "e34717fb6e74aadeba09bdeecdf1c343c0441863",
       "version": "0.2.7",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-http.json b/versions/a-/aws-c-http.json
index 4e68654..c0a488d 100644
--- a/versions/a-/aws-c-http.json
+++ b/versions/a-/aws-c-http.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "eca83ccfd9ed78736a92cbaaafe70bd80f560470",
+      "git-tree": "106b338de6a37782817c9abe53316ad41eb14804",
       "version": "0.6.5",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-io.json b/versions/a-/aws-c-io.json
index f04df95..763de5d 100644
--- a/versions/a-/aws-c-io.json
+++ b/versions/a-/aws-c-io.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "122038a3e7b13d56caa2033d890a8db2890d1724",
+      "git-tree": "df9c326ee996762580fa169284c2906d83464517",
       "version": "0.10.7",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-mqtt.json b/versions/a-/aws-c-mqtt.json
index 1e2361d..c026a15 100644
--- a/versions/a-/aws-c-mqtt.json
+++ b/versions/a-/aws-c-mqtt.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "4a0cbe4cf991b4a20a4b681d8aef6ed61cb231e7",
+      "git-tree": "05f2f45c80d7bd3988773d91ce1350ba53a1de3d",
       "version": "0.7.6",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-s3.json b/versions/a-/aws-c-s3.json
index fee1e18..8c6fd36 100644
--- a/versions/a-/aws-c-s3.json
+++ b/versions/a-/aws-c-s3.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "94e4235fa295c3f3329ec1bc762646dc5d7b9609",
+      "git-tree": "899f94819eca0648a3ff20f6785557717704bcce",
       "version": "0.1.25",
       "port-version": 1
     },
diff --git a/versions/a-/aws-checksums.json b/versions/a-/aws-checksums.json
index 72a9094..cf8c069 100644
--- a/versions/a-/aws-checksums.json
+++ b/versions/a-/aws-checksums.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "2b4f3fbbb0046175699dd893e304acffe1d0e39a",
+      "git-tree": "143ab5e209eb4e96b643b4dfc2f0067e69c4073a",
       "version": "0.1.11",
       "port-version": 1
     },
diff --git a/versions/a-/aws-sdk-cpp.json b/versions/a-/aws-sdk-cpp.json
index 84cee4a..9e39fba 100644
--- a/versions/a-/aws-sdk-cpp.json
+++ b/versions/a-/aws-sdk-cpp.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "f2409b8bd75690844084d7e05b0da3f534c04e79",
+      "git-tree": "1f59dd0e97b41cbc4d20a69947824d5b83cd7b68",
       "version": "1.9.96",
       "port-version": 3
     },
diff --git a/versions/o-/openssl.json b/versions/o-/openssl.json
index a719db0..83a48aa 100644
--- a/versions/o-/openssl.json
+++ b/versions/o-/openssl.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "ebe6d94cd56b7fc0c49bc561ed4c0bee1249f709",
+      "git-tree": "b56f0d6736873eeebd70a0595b98cf1ec65cb95f",
       "version-string": "1.1.1l",
       "port-version": 2
     },

You have modified or added at least one portfile where deprecated functions are used.

Details

If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake -> vcpkg_cmake_install (from port vcpkg-cmake)
vcpkg_build_cmake -> vcpkg_cmake_build (from port vcpkg-cmake)
vcpkg_configure_cmake -> vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake)
vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup (from port vcpkg-cmake-config)

In the ports that use the new function, you have to add the corresponding dependencies:

{
  "name": "vcpkg-cmake",
  "host": true
},
{
  "name": "vcpkg-cmake-config",
  "host": true
}

The following files are affected:

  • ports/openssl/unix/portfile.cmake

…ws_sdk

� Conflicts:
�	ports/kubernetes/portfile.cmake
�	ports/kubernetes/vcpkg.json
Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 9d892ff9270f2d2fe3b8e490471f0a7dfa78981e -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/a-/aws-c-auth.json b/versions/a-/aws-c-auth.json
index 16b618e..b155e8e 100644
--- a/versions/a-/aws-c-auth.json
+++ b/versions/a-/aws-c-auth.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "9b9e7940ee3db93d24f6f09dff18ef48849a6be5",
+      "git-tree": "c2755bae37150aedce908ab3cd0785f950793fce",
       "version": "0.6.3",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-cal.json b/versions/a-/aws-c-cal.json
index b284507..d3da45d 100644
--- a/versions/a-/aws-c-cal.json
+++ b/versions/a-/aws-c-cal.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "85d623e62b05a7bfb1c52f070a621900674e2591",
+      "git-tree": "7926d6cb35ba29f4de03811d16315405349d6568",
       "version": "0.5.11",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-common.json b/versions/a-/aws-c-common.json
index e4e34a9..0126e48 100644
--- a/versions/a-/aws-c-common.json
+++ b/versions/a-/aws-c-common.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "cd372c89b7f670cee4970b20175ffa4c47370b47",
+      "git-tree": "20a16524a9cc1079486d4efd5230562c8b9bed8a",
       "version": "0.6.9",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-compression.json b/versions/a-/aws-c-compression.json
index 08c5eb2..c7473e8 100644
--- a/versions/a-/aws-c-compression.json
+++ b/versions/a-/aws-c-compression.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "7ee525dce214ef1da97632558129ba46fbc88685",
+      "git-tree": "88e5bb3d73448accd0866e329376b6c67684dbaa",
       "version": "0.2.14",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-event-stream.json b/versions/a-/aws-c-event-stream.json
index bb1da70..3894e5c 100644
--- a/versions/a-/aws-c-event-stream.json
+++ b/versions/a-/aws-c-event-stream.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "0c57585d9e106b33560f7b88aa96aee5f797513b",
+      "git-tree": "e34717fb6e74aadeba09bdeecdf1c343c0441863",
       "version": "0.2.7",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-http.json b/versions/a-/aws-c-http.json
index 4e68654..c0a488d 100644
--- a/versions/a-/aws-c-http.json
+++ b/versions/a-/aws-c-http.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "eca83ccfd9ed78736a92cbaaafe70bd80f560470",
+      "git-tree": "106b338de6a37782817c9abe53316ad41eb14804",
       "version": "0.6.5",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-io.json b/versions/a-/aws-c-io.json
index f04df95..763de5d 100644
--- a/versions/a-/aws-c-io.json
+++ b/versions/a-/aws-c-io.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "122038a3e7b13d56caa2033d890a8db2890d1724",
+      "git-tree": "df9c326ee996762580fa169284c2906d83464517",
       "version": "0.10.7",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-mqtt.json b/versions/a-/aws-c-mqtt.json
index 1e2361d..c026a15 100644
--- a/versions/a-/aws-c-mqtt.json
+++ b/versions/a-/aws-c-mqtt.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "4a0cbe4cf991b4a20a4b681d8aef6ed61cb231e7",
+      "git-tree": "05f2f45c80d7bd3988773d91ce1350ba53a1de3d",
       "version": "0.7.6",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-s3.json b/versions/a-/aws-c-s3.json
index fee1e18..8c6fd36 100644
--- a/versions/a-/aws-c-s3.json
+++ b/versions/a-/aws-c-s3.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "94e4235fa295c3f3329ec1bc762646dc5d7b9609",
+      "git-tree": "899f94819eca0648a3ff20f6785557717704bcce",
       "version": "0.1.25",
       "port-version": 1
     },
diff --git a/versions/a-/aws-checksums.json b/versions/a-/aws-checksums.json
index 72a9094..cf8c069 100644
--- a/versions/a-/aws-checksums.json
+++ b/versions/a-/aws-checksums.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "2b4f3fbbb0046175699dd893e304acffe1d0e39a",
+      "git-tree": "143ab5e209eb4e96b643b4dfc2f0067e69c4073a",
       "version": "0.1.11",
       "port-version": 1
     },
diff --git a/versions/a-/aws-sdk-cpp.json b/versions/a-/aws-sdk-cpp.json
index 84cee4a..9e39fba 100644
--- a/versions/a-/aws-sdk-cpp.json
+++ b/versions/a-/aws-sdk-cpp.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "f2409b8bd75690844084d7e05b0da3f534c04e79",
+      "git-tree": "1f59dd0e97b41cbc4d20a69947824d5b83cd7b68",
       "version": "1.9.96",
       "port-version": 3
     },
diff --git a/versions/o-/openssl.json b/versions/o-/openssl.json
index a719db0..83a48aa 100644
--- a/versions/o-/openssl.json
+++ b/versions/o-/openssl.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "ebe6d94cd56b7fc0c49bc561ed4c0bee1249f709",
+      "git-tree": "b56f0d6736873eeebd70a0595b98cf1ec65cb95f",
       "version-string": "1.1.1l",
       "port-version": 2
     },

You have modified or added at least one portfile where deprecated functions are used.

Details

If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake -> vcpkg_cmake_install (from port vcpkg-cmake)
vcpkg_build_cmake -> vcpkg_cmake_build (from port vcpkg-cmake)
vcpkg_configure_cmake -> vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake)
vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup (from port vcpkg-cmake-config)

In the ports that use the new function, you have to add the corresponding dependencies:

{
  "name": "vcpkg-cmake",
  "host": true
},
{
  "name": "vcpkg-cmake-config",
  "host": true
}

The following files are affected:

  • ports/openssl/unix/portfile.cmake

@NancyLi1013 NancyLi1013 added the category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist label Sep 23, 2021
Comment thread ports/openssl/unix/portfile.cmake
Comment thread ports/aws-c-auth/portfile.cmake Outdated
Comment thread ports/aws-c-cal/002-no-exe-no-tests.patch Outdated
Comment thread ports/aws-c-cal/002-no-exe-no-tests.patch Outdated
Comment thread ports/aws-c-cal/portfile.cmake Outdated
Comment thread ports/aws-c-cal/portfile.cmake Outdated
Comment thread ports/aws-c-s3/portfile.cmake Outdated
Comment thread ports/aws-checksums/portfile.cmake Outdated
Comment thread ports/aws-crt-cpp/portfile.cmake Outdated
Comment thread ports/aws-crt-cpp/portfile.cmake
Comment thread ports/openssl/unix/portfile.cmake
Ahmed Yarub Hani Al Nuaimi and others added 4 commits September 23, 2021 10:08
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 9d892ff9270f2d2fe3b8e490471f0a7dfa78981e -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/a-/aws-c-auth.json b/versions/a-/aws-c-auth.json
index 16b618e..01789e1 100644
--- a/versions/a-/aws-c-auth.json
+++ b/versions/a-/aws-c-auth.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "9b9e7940ee3db93d24f6f09dff18ef48849a6be5",
+      "git-tree": "cb944bf228d2297c89b620a819b72754aff09ea2",
       "version": "0.6.3",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-cal.json b/versions/a-/aws-c-cal.json
index b284507..b872f8b 100644
--- a/versions/a-/aws-c-cal.json
+++ b/versions/a-/aws-c-cal.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "85d623e62b05a7bfb1c52f070a621900674e2591",
+      "git-tree": "cb1b7eb6923239583da8f6242f4f48877d0eb391",
       "version": "0.5.11",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-common.json b/versions/a-/aws-c-common.json
index e4e34a9..0126e48 100644
--- a/versions/a-/aws-c-common.json
+++ b/versions/a-/aws-c-common.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "cd372c89b7f670cee4970b20175ffa4c47370b47",
+      "git-tree": "20a16524a9cc1079486d4efd5230562c8b9bed8a",
       "version": "0.6.9",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-compression.json b/versions/a-/aws-c-compression.json
index 08c5eb2..c7473e8 100644
--- a/versions/a-/aws-c-compression.json
+++ b/versions/a-/aws-c-compression.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "7ee525dce214ef1da97632558129ba46fbc88685",
+      "git-tree": "88e5bb3d73448accd0866e329376b6c67684dbaa",
       "version": "0.2.14",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-event-stream.json b/versions/a-/aws-c-event-stream.json
index bb1da70..3894e5c 100644
--- a/versions/a-/aws-c-event-stream.json
+++ b/versions/a-/aws-c-event-stream.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "0c57585d9e106b33560f7b88aa96aee5f797513b",
+      "git-tree": "e34717fb6e74aadeba09bdeecdf1c343c0441863",
       "version": "0.2.7",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-http.json b/versions/a-/aws-c-http.json
index 4e68654..c0a488d 100644
--- a/versions/a-/aws-c-http.json
+++ b/versions/a-/aws-c-http.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "eca83ccfd9ed78736a92cbaaafe70bd80f560470",
+      "git-tree": "106b338de6a37782817c9abe53316ad41eb14804",
       "version": "0.6.5",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-io.json b/versions/a-/aws-c-io.json
index f04df95..763de5d 100644
--- a/versions/a-/aws-c-io.json
+++ b/versions/a-/aws-c-io.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "122038a3e7b13d56caa2033d890a8db2890d1724",
+      "git-tree": "df9c326ee996762580fa169284c2906d83464517",
       "version": "0.10.7",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-mqtt.json b/versions/a-/aws-c-mqtt.json
index 1e2361d..c026a15 100644
--- a/versions/a-/aws-c-mqtt.json
+++ b/versions/a-/aws-c-mqtt.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "4a0cbe4cf991b4a20a4b681d8aef6ed61cb231e7",
+      "git-tree": "05f2f45c80d7bd3988773d91ce1350ba53a1de3d",
       "version": "0.7.6",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-s3.json b/versions/a-/aws-c-s3.json
index fee1e18..8c6fd36 100644
--- a/versions/a-/aws-c-s3.json
+++ b/versions/a-/aws-c-s3.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "94e4235fa295c3f3329ec1bc762646dc5d7b9609",
+      "git-tree": "899f94819eca0648a3ff20f6785557717704bcce",
       "version": "0.1.25",
       "port-version": 1
     },
diff --git a/versions/a-/aws-checksums.json b/versions/a-/aws-checksums.json
index 72a9094..cf8c069 100644
--- a/versions/a-/aws-checksums.json
+++ b/versions/a-/aws-checksums.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "2b4f3fbbb0046175699dd893e304acffe1d0e39a",
+      "git-tree": "143ab5e209eb4e96b643b4dfc2f0067e69c4073a",
       "version": "0.1.11",
       "port-version": 1
     },
diff --git a/versions/a-/aws-sdk-cpp.json b/versions/a-/aws-sdk-cpp.json
index 84cee4a..9e39fba 100644
--- a/versions/a-/aws-sdk-cpp.json
+++ b/versions/a-/aws-sdk-cpp.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "f2409b8bd75690844084d7e05b0da3f534c04e79",
+      "git-tree": "1f59dd0e97b41cbc4d20a69947824d5b83cd7b68",
       "version": "1.9.96",
       "port-version": 3
     },
diff --git a/versions/o-/openssl.json b/versions/o-/openssl.json
index a719db0..83a48aa 100644
--- a/versions/o-/openssl.json
+++ b/versions/o-/openssl.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "ebe6d94cd56b7fc0c49bc561ed4c0bee1249f709",
+      "git-tree": "b56f0d6736873eeebd70a0595b98cf1ec65cb95f",
       "version-string": "1.1.1l",
       "port-version": 2
     },

You have modified or added at least one portfile where deprecated functions are used.

Details

If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake -> vcpkg_cmake_install (from port vcpkg-cmake)
vcpkg_build_cmake -> vcpkg_cmake_build (from port vcpkg-cmake)
vcpkg_configure_cmake -> vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake)
vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup (from port vcpkg-cmake-config)

In the ports that use the new function, you have to add the corresponding dependencies:

{
  "name": "vcpkg-cmake",
  "host": true
},
{
  "name": "vcpkg-cmake-config",
  "host": true
}

The following files are affected:

  • ports/openssl/unix/portfile.cmake

Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 9d892ff9270f2d2fe3b8e490471f0a7dfa78981e -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/a-/aws-c-auth.json b/versions/a-/aws-c-auth.json
index 16b618e..01789e1 100644
--- a/versions/a-/aws-c-auth.json
+++ b/versions/a-/aws-c-auth.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "9b9e7940ee3db93d24f6f09dff18ef48849a6be5",
+      "git-tree": "cb944bf228d2297c89b620a819b72754aff09ea2",
       "version": "0.6.3",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-cal.json b/versions/a-/aws-c-cal.json
index b284507..d3da45d 100644
--- a/versions/a-/aws-c-cal.json
+++ b/versions/a-/aws-c-cal.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "85d623e62b05a7bfb1c52f070a621900674e2591",
+      "git-tree": "7926d6cb35ba29f4de03811d16315405349d6568",
       "version": "0.5.11",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-common.json b/versions/a-/aws-c-common.json
index e4e34a9..0126e48 100644
--- a/versions/a-/aws-c-common.json
+++ b/versions/a-/aws-c-common.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "cd372c89b7f670cee4970b20175ffa4c47370b47",
+      "git-tree": "20a16524a9cc1079486d4efd5230562c8b9bed8a",
       "version": "0.6.9",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-compression.json b/versions/a-/aws-c-compression.json
index 08c5eb2..c7473e8 100644
--- a/versions/a-/aws-c-compression.json
+++ b/versions/a-/aws-c-compression.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "7ee525dce214ef1da97632558129ba46fbc88685",
+      "git-tree": "88e5bb3d73448accd0866e329376b6c67684dbaa",
       "version": "0.2.14",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-event-stream.json b/versions/a-/aws-c-event-stream.json
index bb1da70..3894e5c 100644
--- a/versions/a-/aws-c-event-stream.json
+++ b/versions/a-/aws-c-event-stream.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "0c57585d9e106b33560f7b88aa96aee5f797513b",
+      "git-tree": "e34717fb6e74aadeba09bdeecdf1c343c0441863",
       "version": "0.2.7",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-http.json b/versions/a-/aws-c-http.json
index 4e68654..c0a488d 100644
--- a/versions/a-/aws-c-http.json
+++ b/versions/a-/aws-c-http.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "eca83ccfd9ed78736a92cbaaafe70bd80f560470",
+      "git-tree": "106b338de6a37782817c9abe53316ad41eb14804",
       "version": "0.6.5",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-io.json b/versions/a-/aws-c-io.json
index f04df95..763de5d 100644
--- a/versions/a-/aws-c-io.json
+++ b/versions/a-/aws-c-io.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "122038a3e7b13d56caa2033d890a8db2890d1724",
+      "git-tree": "df9c326ee996762580fa169284c2906d83464517",
       "version": "0.10.7",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-mqtt.json b/versions/a-/aws-c-mqtt.json
index 1e2361d..c026a15 100644
--- a/versions/a-/aws-c-mqtt.json
+++ b/versions/a-/aws-c-mqtt.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "4a0cbe4cf991b4a20a4b681d8aef6ed61cb231e7",
+      "git-tree": "05f2f45c80d7bd3988773d91ce1350ba53a1de3d",
       "version": "0.7.6",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-s3.json b/versions/a-/aws-c-s3.json
index fee1e18..8c6fd36 100644
--- a/versions/a-/aws-c-s3.json
+++ b/versions/a-/aws-c-s3.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "94e4235fa295c3f3329ec1bc762646dc5d7b9609",
+      "git-tree": "899f94819eca0648a3ff20f6785557717704bcce",
       "version": "0.1.25",
       "port-version": 1
     },
diff --git a/versions/a-/aws-checksums.json b/versions/a-/aws-checksums.json
index 72a9094..cf8c069 100644
--- a/versions/a-/aws-checksums.json
+++ b/versions/a-/aws-checksums.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "2b4f3fbbb0046175699dd893e304acffe1d0e39a",
+      "git-tree": "143ab5e209eb4e96b643b4dfc2f0067e69c4073a",
       "version": "0.1.11",
       "port-version": 1
     },
diff --git a/versions/a-/aws-sdk-cpp.json b/versions/a-/aws-sdk-cpp.json
index 84cee4a..9e39fba 100644
--- a/versions/a-/aws-sdk-cpp.json
+++ b/versions/a-/aws-sdk-cpp.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "f2409b8bd75690844084d7e05b0da3f534c04e79",
+      "git-tree": "1f59dd0e97b41cbc4d20a69947824d5b83cd7b68",
       "version": "1.9.96",
       "port-version": 3
     },
diff --git a/versions/o-/openssl.json b/versions/o-/openssl.json
index a719db0..83a48aa 100644
--- a/versions/o-/openssl.json
+++ b/versions/o-/openssl.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "ebe6d94cd56b7fc0c49bc561ed4c0bee1249f709",
+      "git-tree": "b56f0d6736873eeebd70a0595b98cf1ec65cb95f",
       "version-string": "1.1.1l",
       "port-version": 2
     },

You have modified or added at least one portfile where deprecated functions are used.

Details

If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake -> vcpkg_cmake_install (from port vcpkg-cmake)
vcpkg_build_cmake -> vcpkg_cmake_build (from port vcpkg-cmake)
vcpkg_configure_cmake -> vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake)
vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup (from port vcpkg-cmake-config)

In the ports that use the new function, you have to add the corresponding dependencies:

{
  "name": "vcpkg-cmake",
  "host": true
},
{
  "name": "vcpkg-cmake-config",
  "host": true
}

The following files are affected:

  • ports/openssl/unix/portfile.cmake

Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 9d892ff9270f2d2fe3b8e490471f0a7dfa78981e -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/a-/aws-c-auth.json b/versions/a-/aws-c-auth.json
index 16b618e..01789e1 100644
--- a/versions/a-/aws-c-auth.json
+++ b/versions/a-/aws-c-auth.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "9b9e7940ee3db93d24f6f09dff18ef48849a6be5",
+      "git-tree": "cb944bf228d2297c89b620a819b72754aff09ea2",
       "version": "0.6.3",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-cal.json b/versions/a-/aws-c-cal.json
index b284507..d022733 100644
--- a/versions/a-/aws-c-cal.json
+++ b/versions/a-/aws-c-cal.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "85d623e62b05a7bfb1c52f070a621900674e2591",
+      "git-tree": "780a30517bbcbc295e61a7981f4cce6c7328959d",
       "version": "0.5.11",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-common.json b/versions/a-/aws-c-common.json
index e4e34a9..0126e48 100644
--- a/versions/a-/aws-c-common.json
+++ b/versions/a-/aws-c-common.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "cd372c89b7f670cee4970b20175ffa4c47370b47",
+      "git-tree": "20a16524a9cc1079486d4efd5230562c8b9bed8a",
       "version": "0.6.9",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-compression.json b/versions/a-/aws-c-compression.json
index 08c5eb2..c7473e8 100644
--- a/versions/a-/aws-c-compression.json
+++ b/versions/a-/aws-c-compression.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "7ee525dce214ef1da97632558129ba46fbc88685",
+      "git-tree": "88e5bb3d73448accd0866e329376b6c67684dbaa",
       "version": "0.2.14",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-event-stream.json b/versions/a-/aws-c-event-stream.json
index bb1da70..3894e5c 100644
--- a/versions/a-/aws-c-event-stream.json
+++ b/versions/a-/aws-c-event-stream.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "0c57585d9e106b33560f7b88aa96aee5f797513b",
+      "git-tree": "e34717fb6e74aadeba09bdeecdf1c343c0441863",
       "version": "0.2.7",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-http.json b/versions/a-/aws-c-http.json
index 4e68654..c0a488d 100644
--- a/versions/a-/aws-c-http.json
+++ b/versions/a-/aws-c-http.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "eca83ccfd9ed78736a92cbaaafe70bd80f560470",
+      "git-tree": "106b338de6a37782817c9abe53316ad41eb14804",
       "version": "0.6.5",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-io.json b/versions/a-/aws-c-io.json
index f04df95..763de5d 100644
--- a/versions/a-/aws-c-io.json
+++ b/versions/a-/aws-c-io.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "122038a3e7b13d56caa2033d890a8db2890d1724",
+      "git-tree": "df9c326ee996762580fa169284c2906d83464517",
       "version": "0.10.7",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-mqtt.json b/versions/a-/aws-c-mqtt.json
index 1e2361d..c026a15 100644
--- a/versions/a-/aws-c-mqtt.json
+++ b/versions/a-/aws-c-mqtt.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "4a0cbe4cf991b4a20a4b681d8aef6ed61cb231e7",
+      "git-tree": "05f2f45c80d7bd3988773d91ce1350ba53a1de3d",
       "version": "0.7.6",
       "port-version": 1
     },
diff --git a/versions/a-/aws-c-s3.json b/versions/a-/aws-c-s3.json
index fee1e18..8c6fd36 100644
--- a/versions/a-/aws-c-s3.json
+++ b/versions/a-/aws-c-s3.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "94e4235fa295c3f3329ec1bc762646dc5d7b9609",
+      "git-tree": "899f94819eca0648a3ff20f6785557717704bcce",
       "version": "0.1.25",
       "port-version": 1
     },
diff --git a/versions/a-/aws-checksums.json b/versions/a-/aws-checksums.json
index 72a9094..cf8c069 100644
--- a/versions/a-/aws-checksums.json
+++ b/versions/a-/aws-checksums.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "2b4f3fbbb0046175699dd893e304acffe1d0e39a",
+      "git-tree": "143ab5e209eb4e96b643b4dfc2f0067e69c4073a",
       "version": "0.1.11",
       "port-version": 1
     },
diff --git a/versions/a-/aws-sdk-cpp.json b/versions/a-/aws-sdk-cpp.json
index 84cee4a..9e39fba 100644
--- a/versions/a-/aws-sdk-cpp.json
+++ b/versions/a-/aws-sdk-cpp.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "f2409b8bd75690844084d7e05b0da3f534c04e79",
+      "git-tree": "1f59dd0e97b41cbc4d20a69947824d5b83cd7b68",
       "version": "1.9.96",
       "port-version": 3
     },
diff --git a/versions/o-/openssl.json b/versions/o-/openssl.json
index a719db0..83a48aa 100644
--- a/versions/o-/openssl.json
+++ b/versions/o-/openssl.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "ebe6d94cd56b7fc0c49bc561ed4c0bee1249f709",
+      "git-tree": "b56f0d6736873eeebd70a0595b98cf1ec65cb95f",
       "version-string": "1.1.1l",
       "port-version": 2
     },

You have modified or added at least one portfile where deprecated functions are used.

Details

If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake -> vcpkg_cmake_install (from port vcpkg-cmake)
vcpkg_build_cmake -> vcpkg_cmake_build (from port vcpkg-cmake)
vcpkg_configure_cmake -> vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake)
vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup (from port vcpkg-cmake-config)

In the ports that use the new function, you have to add the corresponding dependencies:

{
  "name": "vcpkg-cmake",
  "host": true
},
{
  "name": "vcpkg-cmake-config",
  "host": true
}

The following files are affected:

  • ports/openssl/unix/portfile.cmake

Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

Error: Local changes detected for aws-c-cal but no changes to version or port version.
-- Version: 0.5.12
-- Old SHA: 6f3ed6a5199c30560f46d1be38cee72e3a77d62a
-- New SHA: 47f4ede1cc1066b70776eb7da81ac2eb4f9caebf
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 711db4012d436d0fdaa3dac08d7a21273c997302 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/a-/aws-c-cal.json b/versions/a-/aws-c-cal.json
index 7c9a39e..bdddc41 100644
--- a/versions/a-/aws-c-cal.json
+++ b/versions/a-/aws-c-cal.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "47f4ede1cc1066b70776eb7da81ac2eb4f9caebf",
+      "git-tree": "6f3ed6a5199c30560f46d1be38cee72e3a77d62a",
       "version": "0.5.12",
       "port-version": 0
     },
diff --git a/versions/o-/openssl.json b/versions/o-/openssl.json
index 464d22e..a7dd4f8 100644
--- a/versions/o-/openssl.json
+++ b/versions/o-/openssl.json
@@ -6,7 +6,7 @@
       "port-version": 4
     },
     {
-      "git-tree": "310ec7093728f638464d6566dbd4575fcf9bcc4b",
+      "git-tree": "83369bdefab234d8570ac2c0f3b616b0c4ab6cdf",
       "version-string": "1.1.1l",
       "port-version": 3
     },

@NancyLi1013
Copy link
Copy Markdown
Contributor

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

Comment thread versions/o-/openssl.json Outdated
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

PRs must add only one version and must not modify any published versions

When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.

Error: Local changes detected for aws-c-cal but no changes to version or port version.
-- Version: 0.5.12
-- Old SHA: 6f3ed6a5199c30560f46d1be38cee72e3a77d62a
-- New SHA: 47f4ede1cc1066b70776eb7da81ac2eb4f9caebf
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 711db4012d436d0fdaa3dac08d7a21273c997302 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/a-/aws-c-cal.json b/versions/a-/aws-c-cal.json
index 7c9a39e..bdddc41 100644
--- a/versions/a-/aws-c-cal.json
+++ b/versions/a-/aws-c-cal.json
@@ -1,7 +1,7 @@
 {
   "versions": [
     {
-      "git-tree": "47f4ede1cc1066b70776eb7da81ac2eb4f9caebf",
+      "git-tree": "6f3ed6a5199c30560f46d1be38cee72e3a77d62a",
       "version": "0.5.12",
       "port-version": 0
     },

@NancyLi1013 NancyLi1013 added info:needs-maintainer-attention Lets the current 'on rotation' vcpkg maintainer know they need to look at this. and removed requires:author-response labels Nov 19, 2021
@NancyLi1013
Copy link
Copy Markdown
Contributor

LGTM, thanks for your PR @ahmedyarub

@vicroms
Copy link
Copy Markdown
Member

vicroms commented Nov 20, 2021

Need to update version files, otherwise LGTM.

Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!

After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 709e9ec32e27319636c047a38744e1ce0e229ae4 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/a-/aws-c-cal.json b/versions/a-/aws-c-cal.json
index 7821a32..1340831 100644
--- a/versions/a-/aws-c-cal.json
+++ b/versions/a-/aws-c-cal.json
@@ -6,7 +6,7 @@
       "port-version": 1
     },
     {
-      "git-tree": "47f4ede1cc1066b70776eb7da81ac2eb4f9caebf",
+      "git-tree": "6f3ed6a5199c30560f46d1be38cee72e3a77d62a",
       "version": "0.5.12",
       "port-version": 0
     },

@PhoebeHui PhoebeHui assigned JackBoosY and unassigned NancyLi1013 Nov 22, 2021
@BillyONeal BillyONeal merged commit 8b4ff54 into microsoft:master Nov 22, 2021
@BillyONeal
Copy link
Copy Markdown
Member

Thanks for the fixes!

@ahmedyarub ahmedyarub deleted the ay/aws_sdk branch November 22, 2021 23:10
@AenBleidd AenBleidd mentioned this pull request Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist info:needs-maintainer-attention Lets the current 'on rotation' vcpkg maintainer know they need to look at this.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants