mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-06 19:19:10 +00:00
circleci: try a clean build
Signed-off-by: Trammell hudson <hudson@trmm.net>
This commit is contained in:
parent
8af849cadc
commit
8d4245a8bb
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user