godot/.github/actions
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
..
godot-build SCons: Default num_jobs to max CPUs minus 1 if not specified 2022-07-17 12:38:41 +02:00
godot-cache CI: Update to actions/cache@v3, increase cache limit to 10 GiB 2022-03-23 08:10:43 +01:00
godot-deps [CI] Refactor CI actions, use sub-actions, matrices. 2021-09-14 12:46:16 +02:00
upload-artifact [CI] Refactor CI actions, use sub-actions, matrices. 2021-09-14 12:46:16 +02:00