pgsql: ci: Add 32bit build and test

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: ci: Add 32bit build and test
Date: 2022-09-30 04:08:30
Message-ID: E1oe7KA-000EMA-6S@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

ci: Add 32bit build and test

It's easy enough to make changes that break on 32bit platforms and few people
test that locally. Add a test for that to CI. LLVM is disabled on 32bit
because installing it would bloat the image size further.

The debian w/ meson task is fast enough that we can afford to test both.

Use the occasion of a separate run of the tests to run them under LANG=C,
we've recently discovered there's not a lot of testing in the buildfarm for
the case.

Discussion: https://postgr.es/m/4033181.1664395633@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ccf36ea2580f66abbc37f27d8c296861ffaad9bf

Modified Files
--------------
.cirrus.yml | 41 +++++++++++++++++++++++++++++++++++++----
1 file changed, 37 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-09-30 06:58:49 pgsql: Remove useless argument from UnpinBuffer()
Previous Message Tom Lane 2022-09-29 21:28:19 pgsql: Fix bogus behavior of PQsslAttribute(conn, "library").