pgsql: ci: Remove OpenSSL 3.1 workaround for missing system CA

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: ci: Remove OpenSSL 3.1 workaround for missing system CA
Date: 2023-04-24 09:46:06
Message-ID: E1pqslp-004emd-Fv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

ci: Remove OpenSSL 3.1 workaround for missing system CA

Commit 0b5d1fb36 fixed the SSL test to properly handle the error message
from OpenSSL when the system CA pool is missing of invalid, so with that
we can remove the workaround in Cirrus for when Homebrew clears the cert
from OPENSSLDIR.

Author: Jacob Champion <jchampion(at)timescale(dot)com>
Discussion: https://postgr.es/m/CAAWbhmj3JtKuRcHcMuf1eCJmoZxMXdzLaYpEGmzu9+kgRGpu3A@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
.cirrus.yml | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2023-04-24 13:50:59 pgsql: doc: Update SQL features names
Previous Message Daniel Gustafsson 2023-04-24 09:35:31 pgsql: Remove duplicate lines of code