public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Cygwin: CI: Fix thinko of 'ncores' for 'nproc'
@ 2022-12-23 14:45 Jon Turney
  0 siblings, 0 replies; only message in thread
From: Jon Turney @ 2022-12-23 14:45 UTC (permalink / raw)
  To: cygwin-cvs, newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b5d4245d5f99b61a64e65be45872a2f56fd3e37e

commit b5d4245d5f99b61a64e65be45872a2f56fd3e37e
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Thu Sep 1 14:07:26 2022 +0100

    Cygwin: CI: Fix thinko of 'ncores' for 'nproc'

Diff:
---
 .github/workflows/cygwin.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml
index 7ad5ccf5f..ac167e748 100644
--- a/.github/workflows/cygwin.yml
+++ b/.github/workflows/cygwin.yml
@@ -101,7 +101,7 @@ jobs:
         (cd winsup; ./autogen.sh) &&
         cd build &&
         ../configure --prefix=$(realpath $(pwd)/../install) -v &&
-        export MAKEFLAGS=-j$(ncores) &&
+        export MAKEFLAGS=-j$(nproc) &&
         make &&
         make install &&
         (cd */newlib; make info man) &&

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-23 14:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-23 14:45 [newlib-cygwin] Cygwin: CI: Fix thinko of 'ncores' for 'nproc' Jon Turney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).