Re: Building with musl in CI and the build farm
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: walther@technowledgy.de, Andres Freund <andres@anarazel.de>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2024-04-04T13:56:25Z
Lists: pgsql-bugs, pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Allow "make check"-style testing to work with musl C library.
- d82605bcd666 14.12 landed
- 8a92b70c11ba 17.0 landed
- 7651fd387697 16.3 landed
- 7124e7d528a8 12.19 landed
- 3c3f4fd741d0 15.7 landed
- 243e9953281f 13.15 landed
-
Fix compiler warnings on MSYS2
- 8c6d30f21139 13.0 cited
On 31.03.24 15:34, walther@technowledgy.de wrote: >> I'd rather adapt one of the existing tasks, to avoid increasing CI >> costs unduly. > > I looked into this and I think the only task that could be changed is > the SanityCheck. I think SanityCheck should run a simple, "average" environment, like the current Debian one. Otherwise, niche problems with musl or multi-arch or whatever will throw off the entire build pipeline.