From 31b75ef7b232c3ae2fd70680b460c8ae3fa53a5c Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Thu, 2 Nov 2023 16:24:04 -0700 Subject: [PATCH] [ci] Stop using ninja to build system libraries on build-linux builder. NFC Since #20577 it should be quicker without. --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dcb4ef4f7e4d..dd65e7c6c4b3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -436,9 +436,6 @@ jobs: # cost for the same work), but given this blocks almost all the other jobs # we want it to finish asap resource_class: xlarge - environment: - EMCC_CORES: 16 - EMCC_USE_NINJA: 1 steps: - checkout - run: