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

This commit is contained in:
Thierry Laurion 2021-04-27 10:32:10 -04:00 committed by Thomas Clarke
parent eb29056461
commit 214703f92d
No known key found for this signature in database
GPG Key ID: 27B829528903C906

View File

@ -14,7 +14,7 @@ commands:
- run:
name: Make Board
command: |
rm -rf build/<<parameters.target>>/* build/log/* && make CPUS=24 V=1 BOARD=<<parameters.target>> || touch ./tmpDir/failed_build
rm -rf build/<<parameters.target>>/* build/log/* && make CPUS=16 V=1 BOARD=<<parameters.target>> || 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 \
#