Re: Mingw task for Cirrus CI

Поиск
Список
Период
Сортировка
От Melih Mutlu
Тема Re: Mingw task for Cirrus CI
Дата
Msg-id CAGPVpCRLj23LCftUsJVQ1equ0FTbhu8sjL7sckVXS6Wcy5OA1Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Mingw task for Cirrus CI  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Hi,

Andres Freund <andres@anarazel.de>, 19 Eki 2022 Çar, 06:19 tarihinde şunu yazdı:
It's a bit odd to separate the CCACHE_* variables from each other
(e.g. BUILD_DIR is inbetween them)...

Perhaps add a comment explaining that otherwise plpython tests fail? 
 
With this src/tools/ci/cores_backtrace.sh shouldn't need to be modified
anymore afaict?

I'd replace --buildtype debug with -Ddebug=true -Doptimization=g.
 
Seems like this could use %MTEST_ARGS%?
 
All the things you mentioned above are done.

 
> +    CCACHE_SLOPPINESS: pch_defines,time_macros
> +    CCACHE_DEPEND: 1

I experimented a bit and it looks like ccache doesn't yet quite work in CI,
but only because the ccache needs to be larger. Looks like we need about
~400MB.

A fully cached build is ~2min

Then I should increase CCACHE_MAXSIZE, right? Made it 500MB for MinGW.
 
Sharing the updated version of the patch.

Thanks,
Melih
Вложения

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: thinko in basic_archive.c
Следующее
От: Önder Kalacı
Дата:
Сообщение: Re: [Proposal] Add foreign-server health checks infrastructure