circleci: try a clean build

Signed-off-by: Trammell hudson <hudson@trmm.net>
This commit is contained in:
Trammell hudson 2020-01-07 19:27:55 +01:00
parent 8af849cadc
commit 8d4245a8bb
No known key found for this signature in database
GPG Key ID: 0F948052DDECBE68

View File

@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: osresearch/heads-ubuntu:16.04
- image: osresearch/ubuntu:18.04
steps:
- run:
name: Install dependencies
@ -42,7 +42,6 @@ jobs:
name: Bootstrap coreboot-gcc
command: |
./build/make-4.2.1/make \
TOOLCHAIN=/home/builder/heads \
V=1 \
BOARD=qemu-coreboot \
coreboot-gcc
@ -52,7 +51,6 @@ jobs:
name: qemu-coreboot
command: |
./build/make-4.2.1/make \
TOOLCHAIN=/home/builder/heads \
V=1 \
-j4 \
BOARD=qemu-coreboot \
@ -67,7 +65,6 @@ jobs:
name: qemu-linuxboot
command: |
./build/make-4.2.1/make \
TOOLCHAIN=/home/builder/heads \
V=1 \
-j4 \
BOARD=qemu-linuxboot \
@ -82,7 +79,6 @@ jobs:
name: x230
command: |
./build/make-4.2.1/make \
TOOLCHAIN=/home/builder/heads \
-j4 \
V=1 \
BOARD=x230 \