Skip to content

Commit

Permalink
CircleCI: passing CPUS=24 to CPUS=16 to try to fix latest problems li…
Browse files Browse the repository at this point in the history
…nked to master not building and linuxboot#977
  • Loading branch information
tlaurion committed Apr 27, 2021
1 parent 4a481d1 commit 7aafac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 \
#
Expand Down

0 comments on commit 7aafac7

Please sign in to comment.