circleci needs to use the new 4.2.1 make

This commit is contained in:
Trammell hudson 2018-09-18 06:55:16 -04:00
parent 292a8bec81
commit 5555e9e8ac
Failed to extract signature

View File

@ -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: