Skip to content

Commit 0faa87f

Browse files
x86 worker pool for foundry
1 parent 8720bdc commit 0faa87f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

master-migration/master.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,10 @@ FOUNDRY_WORKERS_BY_ARCH = {
481481
arch="aarch64", names=["bg-arm-rasmus-5"]
482482
),
483483
}
484+
# No dedicated x86 workers -- 32-bit foundry builds run on the amd64 pool
485+
# (see _ARCH_PLATFORM in foundry/builders.py for the --platform pull that
486+
# gets the 32-bit image on that worker).
487+
FOUNDRY_WORKERS_BY_ARCH["x86"] = FOUNDRY_WORKERS_BY_ARCH["amd64"]
484488

485489
c["builders"].append(
486490
foundry_builders.DISPATCHER_BUILDER.get_config(

0 commit comments

Comments
 (0)