From 0d36b7f9022907c8a351208f237e4df42857ee31 Mon Sep 17 00:00:00 2001 From: Le Philousophe Date: Sun, 21 Dec 2025 09:07:02 +0000 Subject: [PATCH] DEBIAN: Only do a partial build for null backend --- buildbot-config/platforms.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildbot-config/platforms.py b/buildbot-config/platforms.py index 27367a4..f8e7ae4 100644 --- a/buildbot-config/platforms.py +++ b/buildbot-config/platforms.py @@ -374,7 +374,7 @@ debian("x86-64", "x86_64", "x86_64-linux-gnu", description="Debian (64\xa0bits)" debian("x86-64-nullbackend", "x86_64", "x86_64-linux-gnu", package=False, tools=False, run_tests=False, buildconfigureargs = { - builds.ScummVMBuild: [ "--backend=null", "--enable-opl2lpt", "--enable-text-console" ], + builds.ScummVMBuild: [ "--backend=null", "--enable-opl2lpt", "--enable-text-console", "--disable-all-engines", "--enable-engine=testbed" ], }) debian("x86-64-clang", "x86_64-clang", "x86_64-linux-gnu", package=False, tools=False, run_tests=False, build_devtools=True) @@ -391,7 +391,7 @@ debian("x86-64-dynamic-detection", "x86_64", "x86_64-linux-gnu", package=False, debian("x86-64-sdl1.2", "x86_64", "x86_64-linux-gnu", package=False, tools=False, run_tests=False, buildconfigureargs = { - builds.ScummVMBuild: [ "--disable-all-engines", "--enable-engine=testbed",], + builds.ScummVMBuild: [ "--disable-all-engines", "--enable-engine=testbed" ], }, env = { 'SDL_CONFIG':'sdl-config',