From 0f9d78de633a843d0f9f6e07acdd4721f8cbc969 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Wed, 27 May 2026 18:41:05 -0700 Subject: [PATCH] Use circleci "gen2" image for linux-build step This is our more imporant build step because many others depend on it. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fef28dfe1b890..5e9b565a6f2d9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -570,7 +570,7 @@ jobs: # in about 1/2 the time, so it is not cost-effective (overall it is 2x the # cost for the same work), but given this blocks almost all the other jobs # we want it to finish asap - resource_class: xlarge + resource_class: xlarge.gen2 environment: EMCC_CORES: 16 EMCC_USE_NINJA: 1