Skip to content

Commit 9e08fd5

Browse files
committed
try to add the deprecation option to macos in ci
1 parent 75ab3f6 commit 9e08fd5

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
@@ -344,7 +344,8 @@ jobs:
344344
run: |
345345
python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz', 'builder')"
346346
chmod a+x builder
347-
./builder build -p ${{ env.PACKAGE_NAME }} --spec=downstream
347+
./builder build -p ${{ env.PACKAGE_NAME }} --spec=downstream \
348+
--cmake-extra=-DAWS_CRT_DISABLE_DEPRECATION_WARNINGS=ON
348349
- name: Running samples in CI setup
349350
run: |
350351
python3 -m venv .venv

0 commit comments

Comments
 (0)