Re: controlling meson's parallelism (and some whining)

Поиск
Список
Период
Сортировка
От Tristan Partin
Тема Re: controlling meson's parallelism (and some whining)
Дата
Msg-id CWDELFRBB2X1.1P1X1L6LCTDCZ@neon.tech
обсуждение исходный текст
Ответ на controlling meson's parallelism (and some whining)  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: controlling meson's parallelism (and some whining)  ("Tristan Partin" <tristan@neon.tech>)
Список pgsql-hackers
On Thu Oct 19, 2023 at 12:44 PM CDT, Robert Haas wrote:
> The obvious fix to this is to just tell 'meson test' how many
> processes I'd like it to run. I thought maybe I could just do 'meson
> -j8 test' but that does not work, because the option is
> --num-processes and has no short version. Even typing -j8 every time
> would be kind of annoying; typing --num-processes 8 every time is
> ridiculously verbose.

I submitted a patch[0] to Meson to add -j.

[0]: https://github.com/mesonbuild/meson/pull/12403

--
Tristan Partin
Neon (https://neon.tech)



В списке pgsql-hackers по дате отправления:

Предыдущее
От: David Steele
Дата:
Сообщение: Re: trying again to get incremental backup
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: Is this a problem in GenericXLogFinish()?