mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
circleci: skip linuxboot steps for now
Signed-off-by: Trammell hudson <hudson@trmm.net>
This commit is contained in:
parent
31f021e5f7
commit
1e77a72f99
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user