mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-06 11:10:46 +00:00
circleci: pre-build edk2 for linuxboot
Signed-off-by: Trammell hudson <hudson@trmm.net>
This commit is contained in:
parent
fed0858126
commit
35ddd3e065
@ -11,6 +11,29 @@ jobs:
|
|||||||
command: |
|
command: |
|
||||||
make -j4 bootstrap
|
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- \
|
||||||
|
-j4 \
|
||||||
|
BOARD=qemu-linuxboot \
|
||||||
|
|
||||||
|
- store-artifacts:
|
||||||
|
path: build/qemu-linuxboot/linuxboot.rom
|
||||||
|
- store-artifacts:
|
||||||
|
path: build/qemu-linuxboot/hashes.txt
|
||||||
|
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: qemu-coreboot
|
name: qemu-coreboot
|
||||||
command: |
|
command: |
|
||||||
@ -24,29 +47,12 @@ jobs:
|
|||||||
- store-artifacts:
|
- store-artifacts:
|
||||||
path: build/qemu-coreboot/hashes.txt
|
path: build/qemu-coreboot/hashes.txt
|
||||||
|
|
||||||
|
|
||||||
- run:
|
|
||||||
name: qemu-linuxboot
|
|
||||||
command: |
|
|
||||||
./build/make-4.2.1/make \
|
|
||||||
CROSS=/cross/bin/x86_64-linux-musl- \
|
|
||||||
V=1 \
|
|
||||||
-j4 \
|
|
||||||
BOARD=qemu-linuxboot \
|
|
||||||
|
|
||||||
- store-artifacts:
|
|
||||||
path: build/qemu-linuxboot/linuxboot.rom
|
|
||||||
- store-artifacts:
|
|
||||||
path: build/qemu-linuxboot/hashes.txt
|
|
||||||
|
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: x230
|
name: x230
|
||||||
command: |
|
command: |
|
||||||
./build/make-4.2.1/make \
|
./build/make-4.2.1/make \
|
||||||
CROSS=/cross/bin/x86_64-linux-musl- \
|
CROSS=/cross/bin/x86_64-linux-musl- \
|
||||||
-j4 \
|
-j4 \
|
||||||
V=1 \
|
|
||||||
BOARD=x230 \
|
BOARD=x230 \
|
||||||
|
|
||||||
- store-artifacts:
|
- store-artifacts:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user