File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments