We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1dcbb commit 77b7651Copy full SHA for 77b7651
.github/workflows/main.yml
@@ -212,7 +212,7 @@ jobs:
212
if: matrix.test_everything != ''
213
- run: echo "STDARCH_DISABLE_ASSERT_INSTR=1" >> $GITHUB_ENV
214
shell: bash
215
- if: matrix.disable_assert_instr != ''
+ if: matrix.disable_assert_instr != '' || endsWith(matrix.target.tuple, 'msvc')
216
- run: echo "NOSTD=1" >> $GITHUB_ENV
217
218
if: startsWith(matrix.target.tuple, 'thumb') || matrix.target.tuple == 'nvptx64-nvidia-cuda'
0 commit comments