Skip to content

Commit 3303d91

Browse files
committed
fix: remove debug output from CI
1 parent 78529c9 commit 3303d91

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/ci-windows.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,6 @@ jobs:
7676
export MCPP_VENDORED_XLINGS="$XLINGS_BIN"
7777
7878
"$MCPP" build || {
79-
echo "=== Debug: mcpp sandbox ==="
80-
find "$USERPROFILE/.mcpp" -name "*.exe" -o -name "xpkgs" -type d 2>/dev/null | head -20
81-
echo "=== Debug: xlings global data ==="
82-
find "$USERPROFILE/.xlings" -path "*/xim-x-llvm*" 2>/dev/null | head -10
83-
echo "=== Debug: mcpp registry subos data ==="
84-
find "$USERPROFILE/.mcpp/registry/subos" -path "*/xpkgs*" 2>/dev/null | head -10
85-
find "$USERPROFILE/.mcpp/registry/subos" -path "*/xim-x-llvm*" 2>/dev/null | head -10
86-
echo "=== Debug: mcpp registry data ==="
87-
ls -la "$USERPROFILE/.mcpp/registry/data/" 2>/dev/null || echo "no data dir"
88-
ls -la "$USERPROFILE/.mcpp/registry/data/xpkgs/" 2>/dev/null || echo "no xpkgs dir"
8979
exit 1
9080
}
9181

0 commit comments

Comments
 (0)