circleci: skip linuxboot steps for now

Signed-off-by: Trammell hudson <hudson@trmm.net>
This commit is contained in:
Trammell hudson 2020-01-09 00:07:19 +01:00
parent 31f021e5f7
commit 1e77a72f99
No known key found for this signature in database
GPG Key ID: 0F948052DDECBE68

View File

@ -11,28 +11,30 @@ jobs:
command: |
make -j4 bootstrap
- run:
name: qemu-linuxboot-edk2
command: |
./build/make-4.2.1/make \
CROSS=/cross/bin/x86_64-linux-musl- \
BOARD=qemu-linuxboot \
`/bin/pwd`/build/linuxboot-git/build/qemu/.configured \
# Run first to avoid too many processes
- run:
name: qemu-linuxboot
command: |
./build/make-4.2.1/make \
CROSS=/cross/bin/x86_64-linux-musl- \
--load 2 \
V=1 \
BOARD=qemu-linuxboot \
- store-artifacts:
path: build/qemu-linuxboot/linuxboot.rom
- store-artifacts:
path: build/qemu-linuxboot/hashes.txt
# linuxboot steps need something to pass in the kernel header path
# skipping for now
# - run:
# name: qemu-linuxboot-edk2
# command: |
# ./build/make-4.2.1/make \
# CROSS=/cross/bin/x86_64-linux-musl- \
# BOARD=qemu-linuxboot \
# `/bin/pwd`/build/linuxboot-git/build/qemu/.configured \
# # Run first to avoid too many processes
#
# - run:
# name: qemu-linuxboot
# command: |
# ./build/make-4.2.1/make \
# CROSS=/cross/bin/x86_64-linux-musl- \
# --load 2 \
# V=1 \
# BOARD=qemu-linuxboot \
#
# - store-artifacts:
# path: build/qemu-linuxboot/linuxboot.rom
# - store-artifacts:
# path: build/qemu-linuxboot/hashes.txt
- run: