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:
|
- run:
|
||||||
name: Bootstrap make
|
name: Bootstrap make
|
||||||
command: |
|
command: |
|
||||||
make `pwd`/build/make-4.2/make
|
make `pwd`/build/make-4.2.1/make
|
||||||
- run:
|
- run:
|
||||||
name: Bootstrap musl
|
name: Bootstrap musl
|
||||||
command: |
|
command: |
|
||||||
./build/make-4.2/make -j4 musl-cross V=1
|
./build/make-4.2.1/make -j4 musl-cross V=1
|
||||||
- run:
|
- run:
|
||||||
name: qemu-coreboot
|
name: qemu-coreboot
|
||||||
command: |
|
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:
|
- run:
|
||||||
name: qemu-linuxboot
|
name: qemu-linuxboot
|
||||||
command: |
|
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:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
build_and_test:
|
build_and_test:
|
||||||
|
Loading…
Reference in New Issue
Block a user