We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75ab3f6 commit 9e08fd5Copy full SHA for 9e08fd5
1 file changed
.github/workflows/ci.yml
@@ -344,7 +344,8 @@ jobs:
344
run: |
345
python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz', 'builder')"
346
chmod a+x builder
347
- ./builder build -p ${{ env.PACKAGE_NAME }} --spec=downstream
+ ./builder build -p ${{ env.PACKAGE_NAME }} --spec=downstream \
348
+ --cmake-extra=-DAWS_CRT_DISABLE_DEPRECATION_WARNINGS=ON
349
- name: Running samples in CI setup
350
351
python3 -m venv .venv
0 commit comments