Skip to content

Commit

Permalink
CircleCI: mitigate issue #799 (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlaurion authored Aug 12, 2020
1 parent 28d3b7c commit c6a82a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c6a82a2

Please sign in to comment.