Skip to content

Commit 6e4739f

Browse files
committed
debug: expanded search for where LLVM payload lands
1 parent f04ba3a commit 6e4739f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci-windows.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,11 @@ jobs:
7878
"$MCPP" build || {
7979
echo "=== Debug: mcpp sandbox ==="
8080
find "$USERPROFILE/.mcpp" -name "*.exe" -o -name "xpkgs" -type d 2>/dev/null | head -20
81-
echo "=== Debug: xlings home ==="
82-
find "$USERPROFILE/.xlings" -path "*/xim-x-llvm*" -type d 2>/dev/null | head -10
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
8386
echo "=== Debug: mcpp registry data ==="
8487
ls -la "$USERPROFILE/.mcpp/registry/data/" 2>/dev/null || echo "no data dir"
8588
ls -la "$USERPROFILE/.mcpp/registry/data/xpkgs/" 2>/dev/null || echo "no xpkgs dir"

0 commit comments

Comments
 (0)