mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-10 03:40:29 +00:00
tweak make output
This commit is contained in:
parent
455b92ca62
commit
66bd1dd279
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -23,7 +23,10 @@ jobs:
|
||||||
- name: support ape bins
|
- name: support ape bins
|
||||||
run: sudo sh -c "echo ':APE:M::MZqFpD::/bin/sh:' >/proc/sys/fs/binfmt_misc/register"
|
run: sudo sh -c "echo ':APE:M::MZqFpD::/bin/sh:' >/proc/sys/fs/binfmt_misc/register"
|
||||||
|
|
||||||
|
- name: temporary, log cpu count for make -j
|
||||||
|
run: lscpu
|
||||||
|
|
||||||
- name: make everything
|
- name: make everything
|
||||||
run: make -j8
|
run: make --silent -j16
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue