File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments