Cygwin: CI: Fix thinko of 'ncores' for 'nproc'
This commit is contained in:
parent
8a003605c1
commit
b5d4245d5f
|
@ -101,7 +101,7 @@ jobs:
|
||||||
(cd winsup; ./autogen.sh) &&
|
(cd winsup; ./autogen.sh) &&
|
||||||
cd build &&
|
cd build &&
|
||||||
../configure --prefix=$(realpath $(pwd)/../install) -v &&
|
../configure --prefix=$(realpath $(pwd)/../install) -v &&
|
||||||
export MAKEFLAGS=-j$(ncores) &&
|
export MAKEFLAGS=-j$(nproc) &&
|
||||||
make &&
|
make &&
|
||||||
make install &&
|
make install &&
|
||||||
(cd */newlib; make info man) &&
|
(cd */newlib; make info man) &&
|
||||||
|
|
Loading…
Reference in New Issue