Skip to content

Commit 4d6394b

Browse files
committed
sanatizers and git actions deprecation option
1 parent 94e8d5f commit 4d6394b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ jobs:
386386
- name: Build ${{ env.PACKAGE_NAME }} + consumers
387387
run: |
388388
python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder.pyz')"
389-
python builder.pyz build -p ${{ env.PACKAGE_NAME }}
389+
python builder.pyz build -p ${{ env.PACKAGE_NAME }} --cmake-extra=-DAWS_CRT_DISABLE_DEPRECATION_WARNINGS=ON
390390
- name: Running samples in CI setup
391391
run: |
392392
python3 -m pip install boto3
@@ -604,7 +604,7 @@ jobs:
604604
git clone --recursive https://github.com/aws/aws-iot-device-sdk-cpp-v2.git --branch ${{ env.HEAD_REF || github.ref_name }}
605605
echo "Running builder"
606606
python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder.pyz')"
607-
python builder.pyz build -p ${{ env.PACKAGE_NAME }} --variant ${{ matrix.sanitizer-variants }}
607+
python builder.pyz build -p ${{ env.PACKAGE_NAME }} --variant ${{ matrix.sanitizer-variants }} --cmake-extra=-DAWS_CRT_DISABLE_DEPRECATION_WARNINGS=ON
608608
- name: Running samples in CI setup
609609
run: |
610610
python3 -m pip install boto3

0 commit comments

Comments
 (0)