Hi Dima,

From https://docs.github.com/en/free-pro-team@latest/actions/reference/specifications-for-github-hosted-runners
it says each VM has 2 CPU cores.  And my test shows that "make -j8"
doesn't make it faster.

And thanks for your sage example, I do plan to add additional platform
support later.

- Qian

On 11/23/20 6:50 PM, Dima Pasechnik wrote:
You can actually use something like  `make -j8`, or even `-j12` rather
than `make -j2` - I think their runners are quite beefy.
That's what we do in our (quite elaborate by now) Actions test framework:
https://github.com/sagemath/sage/tree/develop/.github/workflows
(we test on macOS and on Windows (Cygwin, and WSL) too, by the way).

--
You received this message because you are subscribed to the Google Groups "FriCAS - 
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/5b56fd5b-6bbf-8575-e2e1-94f831e52133%40gmail.com.

Reply via email to