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