mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:30:42 +00:00
fix(ci): disable compile cache for cross-os upgrades
This commit is contained in:
@@ -1219,8 +1219,12 @@ export function shouldSkipInstallerDaemonHealthCheck(platform = process.platform
|
||||
}
|
||||
|
||||
export function buildRealUpdateEnv(env) {
|
||||
const updateEnv = { ...env };
|
||||
const updateEnv = {
|
||||
...env,
|
||||
NODE_DISABLE_COMPILE_CACHE: "1",
|
||||
};
|
||||
delete updateEnv.OPENCLAW_DISABLE_BUNDLED_PLUGIN_POSTINSTALL;
|
||||
delete updateEnv.NODE_COMPILE_CACHE;
|
||||
return updateEnv;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user