From 8d4245a8bb1063bf96821e53bde9ba47202399ae Mon Sep 17 00:00:00 2001 From: Trammell hudson Date: Tue, 7 Jan 2020 19:27:55 +0100 Subject: [PATCH] circleci: try a clean build Signed-off-by: Trammell hudson --- .circleci/config.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c23a19e1..ef8a54dd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 \