mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-18 02:39:59 +00:00
circleci needs to use the new 4.2.1 make
This commit is contained in:
parent
292a8bec81
commit
5555e9e8ac
@ -35,19 +35,19 @@ jobs:
|
||||
- run:
|
||||
name: Bootstrap make
|
||||
command: |
|
||||
make `pwd`/build/make-4.2/make
|
||||
make `pwd`/build/make-4.2.1/make
|
||||
- run:
|
||||
name: Bootstrap musl
|
||||
command: |
|
||||
./build/make-4.2/make -j4 musl-cross V=1
|
||||
./build/make-4.2.1/make -j4 musl-cross V=1
|
||||
- run:
|
||||
name: qemu-coreboot
|
||||
command: |
|
||||
./build/make-4.2/make -j4 BOARD=qemu-coreboot V=1
|
||||
./build/make-4.2.1/make -j4 BOARD=qemu-coreboot V=1
|
||||
- run:
|
||||
name: qemu-linuxboot
|
||||
command: |
|
||||
./build/make-4.2/make -j4 BOARD=qemu-linuxboot V=1
|
||||
./build/make-4.2.1/make -j4 BOARD=qemu-linuxboot V=1
|
||||
workflows:
|
||||
version: 2
|
||||
build_and_test:
|
||||
|
Loading…
Reference in New Issue
Block a user