From 7aafac778d1b4d941dc0475bee0a6f009e1dd854 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Tue, 27 Apr 2021 10:32:10 -0400 Subject: [PATCH] CircleCI: passing CPUS=24 to CPUS=16 to try to fix latest problems linked to master not building and https://github.com/osresearch/heads/pull/977 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7bb6a216e..5fdbea504 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,7 +14,7 @@ commands: - run: name: Make Board command: | - rm -rf build/<>/* build/log/* && make CPUS=24 V=1 BOARD=<> || touch ./tmpDir/failed_build + rm -rf build/<>/* build/log/* && make CPUS=16 V=1 BOARD=<> || touch ./tmpDir/failed_build no_output_timeout: 3h - run: name: Output build failing logs @@ -333,7 +333,7 @@ workflows: # command: | # ./build/make-4.2.1/make \ # CROSS=/cross/bin/x86_64-linux-musl- \ -# CPUS=24 \ +# CPUS=16 \ # V=1 \ # BOARD=qemu-linuxboot \ #