From 6e84ab401562f4ea9609f43376961911e11b47e3 Mon Sep 17 00:00:00 2001 From: Igor Abdrakhimov Date: Fri, 31 Oct 2025 15:48:25 -0700 Subject: [PATCH 1/4] Use secitem --- .github/workflows/ci.yml | 4 ++-- crt/aws-c-io | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5b19777d..cc01b68fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -324,7 +324,7 @@ jobs: run: | python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder')" chmod a+x builder - ./builder build -p ${{ env.PACKAGE_NAME }} --spec=downstream + ./builder build -p ${{ env.PACKAGE_NAME }} --spec=downstream --cmake-extra=-DAWS_USE_SECITEM=ON macos-x64: runs-on: macos-14-large # latest @@ -337,7 +337,7 @@ jobs: run: | python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder')" chmod a+x builder - ./builder build -p ${{ env.PACKAGE_NAME }} --spec=downstream + ./builder build -p ${{ env.PACKAGE_NAME }} --spec=downstream --cmake-extra=-DAWS_USE_SECITEM=ON # cross-compile for iOS # Skip signing the code on iOS. diff --git a/crt/aws-c-io b/crt/aws-c-io index 1af325b54..cb8814454 160000 --- a/crt/aws-c-io +++ b/crt/aws-c-io @@ -1 +1 @@ -Subproject commit 1af325b54bba2e95a640a5be5ffe0b27e4ead79c +Subproject commit cb8814454d91fc15e058b0f45ec13bdbc92cff38 From a3ab6c15fc8d9b616eee29cd521df5cd6e184cd0 Mon Sep 17 00:00:00 2001 From: Igor Abdrakhimov Date: Wed, 12 Nov 2025 16:01:49 -0800 Subject: [PATCH 2/4] Use latest c-io --- .github/workflows/ci.yml | 4 ++-- crt/aws-c-io | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc01b68fe..e5b19777d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -324,7 +324,7 @@ jobs: run: | python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder')" chmod a+x builder - ./builder build -p ${{ env.PACKAGE_NAME }} --spec=downstream --cmake-extra=-DAWS_USE_SECITEM=ON + ./builder build -p ${{ env.PACKAGE_NAME }} --spec=downstream macos-x64: runs-on: macos-14-large # latest @@ -337,7 +337,7 @@ jobs: run: | python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder')" chmod a+x builder - ./builder build -p ${{ env.PACKAGE_NAME }} --spec=downstream --cmake-extra=-DAWS_USE_SECITEM=ON + ./builder build -p ${{ env.PACKAGE_NAME }} --spec=downstream # cross-compile for iOS # Skip signing the code on iOS. diff --git a/crt/aws-c-io b/crt/aws-c-io index cb8814454..a17f423f0 160000 --- a/crt/aws-c-io +++ b/crt/aws-c-io @@ -1 +1 @@ -Subproject commit cb8814454d91fc15e058b0f45ec13bdbc92cff38 +Subproject commit a17f423f01feb4f55f7d8b8c0ecf1c35ae93bf8a From 63fed946f7d4c70a0f624e6105ae7fcf24b6e299 Mon Sep 17 00:00:00 2001 From: Igor Abdrakhimov Date: Thu, 13 Nov 2025 11:56:59 -0800 Subject: [PATCH 3/4] Update aws-c-io --- crt/aws-c-io | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crt/aws-c-io b/crt/aws-c-io index a17f423f0..8c7b9d74f 160000 --- a/crt/aws-c-io +++ b/crt/aws-c-io @@ -1 +1 @@ -Subproject commit a17f423f01feb4f55f7d8b8c0ecf1c35ae93bf8a +Subproject commit 8c7b9d74f0416190a482f65a9c3fa55d2f6f42f0 From 755c9f1d9ceba80f7fce27d17f99fe32ef9c5a01 Mon Sep 17 00:00:00 2001 From: Igor Abdrakhimov Date: Thu, 13 Nov 2025 13:14:53 -0800 Subject: [PATCH 4/4] Update aws-c-io --- crt/aws-c-io | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crt/aws-c-io b/crt/aws-c-io index 8c7b9d74f..473a73238 160000 --- a/crt/aws-c-io +++ b/crt/aws-c-io @@ -1 +1 @@ -Subproject commit 8c7b9d74f0416190a482f65a9c3fa55d2f6f42f0 +Subproject commit 473a732382359ab52f03ddcb40535fd6eb8148ac