Re: CI failure
Bruno Haible via Bug reports for the GNU Internet utilities <[email protected]> Mon, 21 Jul 2025 22:11:59 +0200
| Newsgroups | gmane.comp.gnu.inetutils.bugs |
|---|---|
| Organization | GNU |
| Message-ID | <2308884.2U7a3VyTpS@nimes> |
Collin Funk wrote:
> I would assume that this shouldn't happen since bootstrap.conf uses
> GNULIB_REVISION to specify a Gnulib commit to use.
The CI intentionally ignores GNULIB_REVISION or a gnulib submodule
and instead always uses the newest gnulib from its 'master' branch,
so that
- we detect breakages early,
- the package maintainers don't accumulate technical debt regarding gnulib,
that at some point would deter from upgrading to a newer gnulib _ever_
again.
Bruno