mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 04:57:55 +00:00
circleci: add pkg-config, remove V=1
This commit is contained in:
parent
b8dd8381b0
commit
a991fbcfc0
@ -14,6 +14,7 @@ jobs:
|
|||||||
uuid-dev \
|
uuid-dev \
|
||||||
libdigest-sha-perl \
|
libdigest-sha-perl \
|
||||||
libelf-dev \
|
libelf-dev \
|
||||||
|
pkg-config \
|
||||||
bc \
|
bc \
|
||||||
bzip2 \
|
bzip2 \
|
||||||
bison \
|
bison \
|
||||||
@ -42,7 +43,6 @@ jobs:
|
|||||||
name: Bootstrap coreboot-gcc
|
name: Bootstrap coreboot-gcc
|
||||||
command: |
|
command: |
|
||||||
./build/make-4.2.1/make \
|
./build/make-4.2.1/make \
|
||||||
V=1 \
|
|
||||||
BOARD=qemu-coreboot \
|
BOARD=qemu-coreboot \
|
||||||
coreboot-gcc
|
coreboot-gcc
|
||||||
|
|
||||||
@ -51,7 +51,6 @@ jobs:
|
|||||||
name: qemu-coreboot
|
name: qemu-coreboot
|
||||||
command: |
|
command: |
|
||||||
./build/make-4.2.1/make \
|
./build/make-4.2.1/make \
|
||||||
V=1 \
|
|
||||||
-j4 \
|
-j4 \
|
||||||
BOARD=qemu-coreboot \
|
BOARD=qemu-coreboot \
|
||||||
|
|
||||||
@ -65,7 +64,6 @@ jobs:
|
|||||||
name: qemu-linuxboot
|
name: qemu-linuxboot
|
||||||
command: |
|
command: |
|
||||||
./build/make-4.2.1/make \
|
./build/make-4.2.1/make \
|
||||||
V=1 \
|
|
||||||
-j4 \
|
-j4 \
|
||||||
BOARD=qemu-linuxboot \
|
BOARD=qemu-linuxboot \
|
||||||
|
|
||||||
@ -80,7 +78,6 @@ jobs:
|
|||||||
command: |
|
command: |
|
||||||
./build/make-4.2.1/make \
|
./build/make-4.2.1/make \
|
||||||
-j4 \
|
-j4 \
|
||||||
V=1 \
|
|
||||||
BOARD=x230 \
|
BOARD=x230 \
|
||||||
|
|
||||||
- store-artifacts:
|
- store-artifacts:
|
||||||
|
Loading…
Reference in New Issue
Block a user