mirror of
https://github.com/richfelker/musl-cross-make.git
synced 2025-04-19 23:44:58 +02:00
multi-process make
This commit is contained in:
parent
83aef81d3d
commit
ae9f717180
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
|||||||
build/
|
build/
|
||||||
|
|
||||||
- name: Build MUSL
|
- name: Build MUSL
|
||||||
run: TARGET=${{ matrix.target }} make
|
run: TARGET=${{ matrix.target }} make -j
|
||||||
|
|
||||||
- name: Package outputs
|
- name: Package outputs
|
||||||
run: tar -cf musl-${{ matrix.os }}-${{ matrix.target }}.tgz -C build/local ${{matrix.target}}
|
run: tar -cf musl-${{ matrix.os }}-${{ matrix.target }}.tgz -C build/local ${{matrix.target}}
|
||||||
|
Loading…
Reference in New Issue
Block a user