We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e08fd5 commit 94e8d5fCopy full SHA for 94e8d5f
1 file changed
.github/workflows/ci.yml
@@ -446,7 +446,7 @@ jobs:
446
git clone --recursive https://github.com/aws/aws-iot-device-sdk-cpp-v2.git --branch ${{ env.HEAD_REF || github.ref_name }}
447
echo "Running builder"
448
python -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder.pyz')"
449
- python builder.pyz build -p ${{ env.PACKAGE_NAME }}
+ python builder.pyz build -p ${{ env.PACKAGE_NAME }} --cmake-extra=-DAWS_CRT_DISABLE_DEPRECATION_WARNINGS=ON
450
- name: Running samples in CI setup
451
run: |
452
python3 -m pip install boto3
0 commit comments