Nazir Bilal Yavuz
Nazir Bilal Yavuz
> Can you send this to the postgres list? [Discussion link](https://www.postgresql.org/message-id/flat/CAN55FZ2R%2BXufuVgJ8ew_yDBk48PgXEBvyKNvnNdTTVyczbQj0g%40mail.gmail.com) Should we remove kerberos test from macOS CI until the fix is applied or wait until the fix?
> Likely just as part of our normal testsuite. Did you mean adding these tests to the current testsuite implementation or adding these tests to '.cirrus.yml' as a 'script'?
I did some refactoring and added pgbouncer. Some of the tests' of pgbouncer fail, they also fail on my local except `test_password_server`, which passes on my local. (I didn't try...
> > Some of the tests' of pgbouncer fail, they also fail on my local except test_password_server, which passes on my local. > > (I didn't try pgbouncer with autoconf)...
> > While building hll, it fails with: > > Does it work against an autoconf build? No, it seems `utils/int8.h` no longer exist in postgres. > > > Almost...
I re-enabled 'pg_partman' since https://github.com/pgpartman/pg_partman/issues/464 is fixed. postgis is working now, it seems that both 'proj' and 'proj-devel' need to be installed on OpenSUSE Tumbleweed. 'proj-devel' is enough to build...
I updated branch to use debian instead of openSUSE. building orafce fails with: ``` parse_keyword.c:5:10: fatal error: parser/gramparse.h: No such file or directory 5 | #include "parser/gramparse.h" | ^~~~~~~~~~~~~~~~~~~~ compilation...
> > 2 - Should packages required to build extensions be installed while creating the debian image or during the task itself? > > What packages are we talking about...
Updated based on comments. However, now debian-meson 32bit fails with: ```shell [12:25:26.296] 117/245 postgresql / pkg_conf_extensions FAIL 1.97s (exit status 2) [12:25:26.296] [12:25:26.296] --- command --- [12:25:26.296] 12:24:17 /usr/bin/python3 /tmp/cirrus-ci-build/src/tools/ci/test_pkg_conf...
I implemented something like this: 5808e628b04dec8460ce3df6dda11d94897c7085. [CI run ](https://cirrus-ci.com/build/5360575576801280)shows it uses latest meson. You can override 'MESON_REPO' and 'MESON_BRANCH' variables from Cirrus CI repository settings page to set different repos...