pgsql: ci: Configure g++ with 32-bit for 32-bit build - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: ci: Configure g++ with 32-bit for 32-bit build
Date
Msg-id E1ve7Y1-005Rx5-2K@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
ci: Configure g++ with 32-bit for 32-bit build

In future commits, we'll start to make improvements to C++
infrastructure.  This requires that for our 32-bit builds we also
build C++ code for the 32-bit architecture.

Author: Jelte Fennema-Nio <postgres@jeltef.nl>
Discussion: https://www.postgresql.org/message-id/flat/D98JHQF7H2A8.VSE3I4CJBTAB%40partin.io

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/831bbb9bf50561283ffb0bb0af1a0871dc227034

Modified Files
--------------
.cirrus.tasks.yml | 1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Fix possible incorrect column reference in ERROR message
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Decouple C++ support in Meson's PGXS from LLVM enablement