File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,30 +34,26 @@ jobs:
3434 # If precedent fails. Restore cache for musl-cross module checksum validated to be exactly the same as in github current commit
3535 - heads-cross-musl-{{ checksum "/tmp/musl-cross_module_and_patches.sha256sums" }}{{ .Environment.CACHE_VERSION }}
3636
37- # linuxboot steps need something to pass in the kernel header path
38- # skipping for now
39- # - run:
40- # name: qemu-linuxboot-edk2
41- # command: |
42- # ./build/make-4.2.1/make \
43- # CROSS=/cross/bin/x86_64-linux-musl- \
44- # BOARD=qemu-linuxboot \
45- # `/bin/pwd`/build/linuxboot-git/build/qemu/.configured \
46- # # Run first to avoid too many processes
47- #
48- # - run:
49- # name: qemu-linuxboot
50- # command: |
51- # ./build/make-4.2.1/make \
52- # CROSS=/cross/bin/x86_64-linux-musl- \
53- # CPUS=4 \
54- # V=1 \
55- # BOARD=qemu-linuxboot \
56- #
57- # - store-artifacts:
58- # path: build/qemu-linuxboot/linuxboot.rom
59- # - store-artifacts:
60- # path: build/qemu-linuxboot/hashes.txt
37+ - run :
38+ name : qemu-linuxboot-edk2
39+ command : |
40+ make \
41+ BOARD=qemu-linuxboot \
42+ `/bin/pwd`/build/linuxboot-git/build/qemu/.configured \
43+ # Run first to avoid too many processes
44+
45+ - run :
46+ name : qemu-linuxboot
47+ command : |
48+ make \
49+ CPUS=4 \
50+ V=1 \
51+ BOARD=qemu-linuxboot \
52+
53+ - store-artifacts :
54+ path : build/qemu-linuxboot/linuxboot.rom
55+ - store-artifacts :
56+ path : build/qemu-linuxboot/hashes.txt
6157
6258 - run :
6359 name : librem_mini-NoTPM
You can’t perform that action at this time.
0 commit comments