From 62923f33447702e5bc4150be7776129f00d28192 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 04d3e1fc24b31..5b993a4fd879f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -494,7 +494,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