This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
Replies: 1 comment
-
Indeed. This will speed up the scons build. But keep in mind that this also uses more resources on the host. I always run in errors within github actions, if I use all the available cores. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i would suggest when compiling in the sdk to replace ./scons with ./scons -j$(nproc) to harness all cores, it takes a really long time to compile swift otherwise
Beta Was this translation helpful? Give feedback.
All reactions