mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-29 15:44:07 +00:00
CircleCI: we pass CPUS=2 to CPUS=4 since the logic calculation for threads/memory is 1/1024Mb, CircleCI supposedly reserving 4Gb for medium (free). Build time will increase, unfortunately, when compared to nproc returning 32 cores.
This commit is contained in:
parent
c74564086c
commit
c47425709f
@ -50,7 +50,7 @@ jobs:
|
||||
# command: |
|
||||
# ./build/make-4.2.1/make \
|
||||
# CROSS=/cross/bin/x86_64-linux-musl- \
|
||||
# CPUS=2 \
|
||||
# CPUS=4 \
|
||||
# V=1 \
|
||||
# BOARD=qemu-linuxboot \
|
||||
#
|
||||
@ -63,7 +63,7 @@ jobs:
|
||||
name: x230-flash
|
||||
#We delete build/make-4.2.1/ directory until issue #799 is fixed.
|
||||
command: |
|
||||
rm -rf build/x230-flash/* build/log/* && make CPUS=2 \
|
||||
rm -rf build/x230-flash/* build/log/* && make CPUS=4 \
|
||||
V=1 \
|
||||
BOARD=x230-flash || (find ./build/ -name "*.log" -type f -mmin -1|while read log; do echo ""; echo '==>' "$log" '<=='; echo ""; cat $log;done; exit 1) \
|
||||
no_output_timeout: 3h
|
||||
@ -81,7 +81,7 @@ jobs:
|
||||
- run:
|
||||
name: t430-flash
|
||||
command: |
|
||||
rm -rf build/t430-flash/* build/log/* && make CPUS=2 \
|
||||
rm -rf build/t430-flash/* build/log/* && make CPUS=4 \
|
||||
V=1 \
|
||||
BOARD=t430-flash || (find ./build/ -name "*.log" -type f -mmin -1|while read log; do echo ""; echo '==>' "$log" '<=='; echo ""; cat $log;done; exit 1) \
|
||||
no_output_timeout: 3h
|
||||
@ -99,7 +99,7 @@ jobs:
|
||||
- run:
|
||||
name: t430
|
||||
command: |
|
||||
rm -rf build/t430/* build/log/* && make CPUS=2 \
|
||||
rm -rf build/t430/* build/log/* && make CPUS=4 \
|
||||
V=1 \
|
||||
BOARD=t430 || (find ./build/ -name "*.log" -type f -mmin -1|while read log; do echo ""; echo '==>' "$log" '<=='; echo ""; cat $log;done; exit 1) \
|
||||
no_output_timeout: 3h
|
||||
@ -117,7 +117,7 @@ jobs:
|
||||
- run:
|
||||
name: x230
|
||||
command: |
|
||||
rm -rf build/x230/* build/log/* && make CPUS=2 \
|
||||
rm -rf build/x230/* build/log/* && make CPUS=4 \
|
||||
V=1 \
|
||||
BOARD=x230 || (find ./build/ -name "*.log" -type f -mmin -1|while read log; do echo ""; echo '==>' "$log" '<=='; echo ""; cat $log;done; exit 1) \
|
||||
no_output_timeout: 3h
|
||||
@ -135,7 +135,7 @@ jobs:
|
||||
- run:
|
||||
name: x230-hotp-verification
|
||||
command: |
|
||||
rm -rf build/x230-hotp-verification/* build/log/* && make CPUS=2 \
|
||||
rm -rf build/x230-hotp-verification/* build/log/* && make CPUS=4 \
|
||||
V=1 \
|
||||
BOARD=x230-hotp-verification || (find ./build/ -name "*.log" -type f -mmin -1|while read log; do echo ""; echo '==>' "$log" '<=='; echo ""; cat $log;done; exit 1) \
|
||||
no_output_timeout: 3h
|
||||
@ -153,7 +153,7 @@ jobs:
|
||||
- run:
|
||||
name: librem_mini-NoTPM
|
||||
command: |
|
||||
rm -rf build/librem_mini-NoTPM/* build/log/* && make CPUS=2 \
|
||||
rm -rf build/librem_mini-NoTPM/* build/log/* && make CPUS=4 \
|
||||
V=1 \
|
||||
BOARD=librem_mini-NoTPM || (find ./build/ -name "*.log" -type f -mmin -1|while read log; do echo ""; echo '==>' "$log" '<=='; echo ""; cat $log;done; exit 1) \
|
||||
no_output_timeout: 3h
|
||||
@ -171,7 +171,7 @@ jobs:
|
||||
- run:
|
||||
name: qemu-coreboot
|
||||
command: |
|
||||
rm -rf build/qemu-coreboot/* build/log/* && make CPUS=2 \
|
||||
rm -rf build/qemu-coreboot/* build/log/* && make CPUS=4 \
|
||||
V=1 \
|
||||
BOARD=qemu-coreboot || (find ./build/ -name "*.log" -type f -mmin -1|while read log; do echo ""; echo '==>' "$log" '<=='; echo ""; cat $log;done; exit 1) \
|
||||
no_output_timeout: 3h
|
||||
|
Loading…
x
Reference in New Issue
Block a user