File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ TMP=$(mktemp -d)
1010trap " rm -rf $TMP " EXIT
1111
1212export MCPP_HOME=" $TMP /mcpp-home"
13+ " $MCPP " self config --mirror " ${MCPP_E2E_TOOLCHAIN_MIRROR:- GLOBAL} " > /dev/null
1314
1415# ── 1. Create a fake local index directory ──────────────────────────────
1516INDEX_DIR=" $TMP /my-local-index"
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ TMP=$(mktemp -d)
99trap " rm -rf $TMP " EXIT
1010
1111export MCPP_HOME=" $TMP /mcpp-home"
12+ " $MCPP " self config --mirror " ${MCPP_E2E_TOOLCHAIN_MIRROR:- GLOBAL} " > /dev/null
1213
1314# ── 1. Create a fake local index directory ──────────────────────────────
1415INDEX_DIR=" $TMP /my-local-index"
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ trap "rm -rf $TMP" EXIT
1212
1313export MCPP_HOME=" $TMP /mcpp-home"
1414export MCPP_NO_AUTO_INSTALL=1
15+ " $MCPP " self config --mirror " ${MCPP_E2E_TOOLCHAIN_MIRROR:- GLOBAL} " > /dev/null
1516
1617# ── 1. Local path index with real xpkg.lua ────────────────────────────
1718INDEX_DIR=" $TMP /my-local-index"
You can’t perform that action at this time.
0 commit comments