From e7ab1908e5d4f8c0040e745cfc22d145313b927c Mon Sep 17 00:00:00 2001 From: Marko Mikulicic Date: Wed, 30 Mar 2022 11:59:07 +0200 Subject: [PATCH] fix: Use a bigger circleci machine for build_dev (#4171) --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f81ecde6f6..ede65b83d9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -336,7 +336,7 @@ jobs: build_dev: docker: - image: quay.io/influxdb/rust:ci - resource_class: xlarge # use of a smaller executor tends crashes on link + resource_class: 2xlarge # use of a smaller executor tends crashes on link environment: # Disable incremental compilation to avoid overhead. We are not preserving these files anyway. CARGO_INCREMENTAL: "0" @@ -503,7 +503,6 @@ jobs: echo "$QUAY_PASS" | docker login quay.io --username $QUAY_USER --password-stdin ./.circleci/get-deploy-tags.sh "${COMMIT_SHA}" - # Prepare the CI image used for other tasks. # # A nightly job (scheduled below in the `workflows` section) to build the CI