Skip to content

Commit 94e8d5f

Browse files
committed
try to add deprecation option to linux-smoke-tests
1 parent 9e08fd5 commit 94e8d5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ jobs:
446446
git clone --recursive https://github.com/aws/aws-iot-device-sdk-cpp-v2.git --branch ${{ env.HEAD_REF || github.ref_name }}
447447
echo "Running builder"
448448
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 }}
449+
python builder.pyz build -p ${{ env.PACKAGE_NAME }} --cmake-extra=-DAWS_CRT_DISABLE_DEPRECATION_WARNINGS=ON
450450
- name: Running samples in CI setup
451451
run: |
452452
python3 -m pip install boto3

0 commit comments

Comments
 (0)