Hello Niels,
Niels Möller nisse@lysator.liu.se writes:
Niels Möller nisse@lysator.liu.se writes:
Changes to drop the digest size is now on branch delete-digest_func-size (https://git.lysator.liu.se/nettle/nettle/-/tree/delete-digest_func-size). Unsurprisingly breaks the gnutls build, see https://gitlab.com/gnutls/nettle/-/jobs/9379366785.
I've now merged this branch. I think I will have to disable the gnutls ci job, or mark as "allow_failure", for the time being, but it will be nice when there's a gnutls update (or development branch) that works with these changes; then I'll be happy to reenable that job test.
Thank you for the heads-up; I will try to create a patch to accommodate those changes. Although "allow_failure" would work, would it be possible to have a branch in the nettle repository, so the gnutls CI can pin the nettle checkout to a specific revision right before the breaking change, with something like "git clone --depth=1 --branch release-3.10-fixes"?
Regards,