Skip to content

Commit 5dff558

Browse files
committed
disable deprecation warnings on macos ci job
1 parent ccd49db commit 5dff558

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,8 @@ jobs:
285285
run: |
286286
python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz', 'builder')"
287287
chmod a+x builder
288-
./builder build -p ${{ env.PACKAGE_NAME }} --spec=downstream
288+
./builder build -p ${{ env.PACKAGE_NAME }} --spec=downstream \
289+
--cmake-extra=-DAWS_CRT_DISABLE_DEPRECATION_WARNINGS=ON
289290
290291
linux-github-actions:
291292
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)