Closed mtelvers closed 2 months ago
5.3.0~alpha1+options
failed to build. This is because the beta repo is not included in the Dockerfile.
The decision to include the beta repository is made with this logic:
Since 5.3.0~alpha1+options
is not included int the list of unreleased_betas
, the repository is not added. Only 5.3.0~alpha1
is included.
The patch treats all +options
varients as if they were included in the unreleased_betas
list.
There is a larger question of whether we should build the variants of the development versions and unreleased betas. Dating back to 2019, we have always built the options of the development versions. Thus, this was continued in the update from earlier this year to build the unreleased_betas.
Add base images for OCaml 5.3~alpha1 and 5.4