mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
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:
parent
eb29056461
commit
214703f92d
@ -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 \
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user