From a991fbcfc02e5ebe9b535fe7c910044e7c47e6ee Mon Sep 17 00:00:00 2001 From: Trammell hudson Date: Tue, 7 Jan 2020 22:16:29 +0100 Subject: [PATCH] circleci: add pkg-config, remove V=1 --- .circleci/config.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f414bb5d..642d43fe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,6 +14,7 @@ jobs: uuid-dev \ libdigest-sha-perl \ libelf-dev \ + pkg-config \ bc \ bzip2 \ bison \ @@ -42,7 +43,6 @@ jobs: name: Bootstrap coreboot-gcc command: | ./build/make-4.2.1/make \ - V=1 \ BOARD=qemu-coreboot \ coreboot-gcc @@ -51,7 +51,6 @@ jobs: name: qemu-coreboot command: | ./build/make-4.2.1/make \ - V=1 \ -j4 \ BOARD=qemu-coreboot \ @@ -65,7 +64,6 @@ jobs: name: qemu-linuxboot command: | ./build/make-4.2.1/make \ - V=1 \ -j4 \ BOARD=qemu-linuxboot \ @@ -80,7 +78,6 @@ jobs: command: | ./build/make-4.2.1/make \ -j4 \ - V=1 \ BOARD=x230 \ - store-artifacts: