Hi,
Continuing Andrew's work on refreshing containers in GitLab CI. With
Fedora 40, there was a build failure in the ocaml builds. It is due
to an unused variable in an ocaml macro when building with "-Werror" .
Patch 2 solves the build failure, but I'm unsure if it is the best
approach. Ideas welcome.
Andrew Cooper (1):
CI: Refresh and upgrade the Fedora container
Javi Merino (2):
automation: Fix URL to the gitlab container registry documentation
ocaml/libs: Fill build failure due to unused variable in ocaml macro
automation/build/README.md | 2 +-
automation/build/fedora/29.dockerfile | 46 -----------
automation/build/fedora/40-x86_64.dockerfile | 77 +++++++++++++++++++
automation/gitlab-ci/build.yaml | 8 +-
automation/scripts/containerize | 2 +-
.../domain_getinfo_stubs_v1.c | 3 +
6 files changed, 86 insertions(+), 52 deletions(-)
delete mode 100644 automation/build/fedora/29.dockerfile
create mode 100644 automation/build/fedora/40-x86_64.dockerfile
--
2.46.1