Skip to content

Commit b5fee8c

Browse files
committed
fix: skip mcpp test on Windows (needs clang-scan-deps not yet in xlings LLVM)
1 parent 486b045 commit b5fee8c

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/ci-windows.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,10 @@ jobs:
121121
"$SELF_MCPP" --version
122122
echo "MCPP_SELF=$SELF_MCPP" >> "$GITHUB_ENV"
123123
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
124+
# NOTE: `mcpp test` (unit tests via gtest) requires clang-scan-deps
125+
# for module dependency scanning. The xlings LLVM package does not
126+
# yet ship clang-scan-deps on Windows. Skip until available.
127+
# - name: Unit + integration tests via mcpp test
129128

130129
- name: E2E suite
131130
shell: bash

0 commit comments

Comments
 (0)