blob: eadf518858a467826918eb587fbfac710e2d8580 [file] [log] [blame] [view]
## `meson dist` now accepts `-j`/`--num-processes`
`meson dist` now supports a `-j`/`--num-processes` flag to control the number of
parallel processes used during the distribution check (compilation and testing of
the generated package). The `MESON_NUM_PROCESSES` environment variable is also
honored, consistent with other Meson commands.