We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd49db commit 5dff558Copy full SHA for 5dff558
1 file changed
.github/workflows/ci.yml
@@ -285,7 +285,8 @@ jobs:
285
run: |
286
python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz', 'builder')"
287
chmod a+x builder
288
- ./builder build -p ${{ env.PACKAGE_NAME }} --spec=downstream
+ ./builder build -p ${{ env.PACKAGE_NAME }} --spec=downstream \
289
+ --cmake-extra=-DAWS_CRT_DISABLE_DEPRECATION_WARNINGS=ON
290
291
linux-github-actions:
292
runs-on: ubuntu-latest
0 commit comments