Skip to content

Commit 6e84ab4

Browse files
committed
Use secitem
1 parent e42a447 commit 6e84ab4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ jobs:
324324
run: |
325325
python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder')"
326326
chmod a+x builder
327-
./builder build -p ${{ env.PACKAGE_NAME }} --spec=downstream
327+
./builder build -p ${{ env.PACKAGE_NAME }} --spec=downstream --cmake-extra=-DAWS_USE_SECITEM=ON
328328
329329
macos-x64:
330330
runs-on: macos-14-large # latest
@@ -337,7 +337,7 @@ jobs:
337337
run: |
338338
python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder')"
339339
chmod a+x builder
340-
./builder build -p ${{ env.PACKAGE_NAME }} --spec=downstream
340+
./builder build -p ${{ env.PACKAGE_NAME }} --spec=downstream --cmake-extra=-DAWS_USE_SECITEM=ON
341341
342342
# cross-compile for iOS
343343
# Skip signing the code on iOS.

crt/aws-c-io

0 commit comments

Comments
 (0)