mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
parent
28d3b7c89c
commit
c6a82a2464
@ -61,8 +61,9 @@ jobs:
|
||||
|
||||
- run:
|
||||
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 --load 2 \
|
||||
rm -rf build/make-4.2.1/ build/x230-flash/* build/log/* && make --load 2 \
|
||||
V=1 \
|
||||
BOARD=x230-flash \
|
||||
no_output_timeout: 3h
|
||||
@ -152,7 +153,7 @@ jobs:
|
||||
- run:
|
||||
name: qemu-coreboot
|
||||
command: |
|
||||
rm -rf build/make-4.2.1/ build/qemu-coreboot/* build/log/* && make --load 2 \
|
||||
rm -rf build/qemu-coreboot/* build/log/* && make --load 2 \
|
||||
V=1 \
|
||||
BOARD=qemu-coreboot \
|
||||
no_output_timeout: 3h
|
||||
|
Loading…
Reference in New Issue
Block a user