virtualx-engine/.github/workflows
Rémi Verschelde ea21122575 SCons: Default num_jobs to max CPUs minus 1 if not specified
This doesn't change the behavior when `--jobs`/`-j` is specified as a
command-line argument or in `SCONSFLAGS`.

The SCons hack used to know if `num_jobs` was set by the user is derived
from the MongoDB setup.

We use `os.cpu_count()` for portability (available since Python 3.4).

With 4 CPUs or less, we use the max. With more than 4 we use max - 1 to
preserve some bandwidth for the user's other programs.
2022-07-17 12:38:41 +02:00
..
android_builds.yml CI: Update to actions/cache@v3, increase cache limit to 10 GiB 2022-03-23 08:10:43 +01:00
ios_builds.yml CI: Update to actions/cache@v3, increase cache limit to 10 GiB 2022-03-23 08:10:43 +01:00
javascript_builds.yml CI: Update Emscripten to 3.1.10 2022-05-10 13:03:13 +02:00
linux_builds.yml SCons: Default num_jobs to max CPUs minus 1 if not specified 2022-07-17 12:38:41 +02:00
macos_builds.yml [macOS] Use statically linked MoltenVK by default, automatically detect MoltenVK SDK install (only in the default location). 2022-07-03 17:11:18 +03:00
static_checks.yml makerst: Print colored output for easier visual grepping 2022-06-11 00:19:36 +02:00
windows_builds.yml Fix exit code of --help and --version, and test them in CI 2022-07-02 01:17:35 +02:00