Update mimalloc (#10408)

* Update mimalloc

* Update runner.node.mjs
This commit is contained in:
Jarred Sumner
2024-04-20 20:48:55 -07:00
committed by GitHub
parent df1e9290ae
commit 707fd7f1ea
2 changed files with 2 additions and 1 deletions

View File

@@ -239,6 +239,7 @@ Starting "${testFileName}"
GITHUB_ACTIONS: process.env.GITHUB_ACTIONS ?? "true",
BUN_DEBUG_QUIET_LOGS: "1",
BUN_INSTALL_CACHE_DIR: join(TMPDIR, ".bun-install-cache"),
BUN_ENABLE_CRASH_REPORTING: "1",
[windows ? "TEMP" : "TMPDIR"]: TMPDIR,
},
});