Permalink
Browse files
BUILDBOT: no unstable engines on PSP2 (memory)
- Loading branch information
Showing
with
4 additions
and
0 deletions.
-
+4
−0
config/master.cfg
|
|
@@ -717,8 +717,12 @@ scumm_env_psp2 = copy.deepcopy(scumm_env) |
|
|
scumm_env_psp2["PATH"] = "%s/vitasdk/bin:%s" % (scumm_root_psp2, DEFAULT_PATH) |
|
|
scumm_env_psp2["VITASDK"] = "%s/vitasdk" % (scumm_root_psp2) |
|
|
|
|
|
# HACK: disable the unstable engines to prevent memory-related crash on startup |
|
|
# that seems related to the size of the executable file, which grows with number |
|
|
# of engines |
|
|
p_master = { |
|
|
"configureargs": [ |
|
|
"--disable-engine=avalanche,bladerunner,chewy,cryo,director,dm,groovie2,lastexpress,macventure,cstime,riven,prince,saga2,sci32,wage,xeen", |
|
|
"--host=psp2" |
|
|
], |
|
|
"env": scumm_env_psp2, |
|
|
|