Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDBF-883 - CentOS 7 bintar compatibility with old buildbot
As part of the MDBF, I am preparing several (manual) changes to the centos-7-bintar container image, one of which will bump GnuTLS version to 3.7.x, as in buildbot.mariadb.net GNUTLS_NO_SIGNAL flag was introduced in GnuTLS 3.4.x so there's no need to disable the macro anymore. (the flag is not present in buildbot.mariadb.net) More on that, from my tests (10.11), disabling the macro will cause the compilation to fail when using the newer GnuTLS (static library). <command-line>:0:18: error: expected identifier before numeric constant. Important notes: This code change should only be deployed in Production when the updated centos7-bintar is published in quay, in this order: - deploy code changes - stop master-docker-nonstandard (where the builder is defined) - update image on quay - start master-docker-nonstandard I will probably deploy this change manually because there are some pending other changes which need to be tested and given the BLOCKER status of the MDBF, it should be deployed ASAP.
- Loading branch information