We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486b045 commit b5fee8cCopy full SHA for b5fee8c
1 file changed
.github/workflows/ci-windows.yml
@@ -121,11 +121,10 @@ jobs:
121
"$SELF_MCPP" --version
122
echo "MCPP_SELF=$SELF_MCPP" >> "$GITHUB_ENV"
123
124
- - name: Unit + integration tests via mcpp test
125
- shell: bash
126
- run: |
127
- export MCPP_VENDORED_XLINGS=$(cygpath -w "$USERPROFILE/.xlings/subos/default/bin/xlings.exe")
128
- "$MCPP_SELF" test
+ # NOTE: `mcpp test` (unit tests via gtest) requires clang-scan-deps
+ # for module dependency scanning. The xlings LLVM package does not
+ # yet ship clang-scan-deps on Windows. Skip until available.
+ # - name: Unit + integration tests via mcpp test
129
130
- name: E2E suite
131
shell: bash
0 commit comments