github: enable CI for for 8.3 and 8.4 lcm branch#753
Merged
lindig merged 5 commits intoxapi-project:6.99-lcmfrom Jan 19, 2026
Merged
github: enable CI for for 8.3 and 8.4 lcm branch#753lindig merged 5 commits intoxapi-project:6.99-lcmfrom
lindig merged 5 commits intoxapi-project:6.99-lcmfrom
Conversation
oxenstored was never packaged for 8.3 / 8.4, so it has to be removed to avoid causing compilation problems when its development goes forward. It was the only package depending on dune-site and dune-private-libs, so remove them. This means that the next xs-opam release in the branch will be smaller. Signed-off-by: Pau Ruiz Safont <pau.safont@vates.tech>
7e8c0fe to
b57d0f7
Compare
lindig
approved these changes
Jan 16, 2026
Collaborator
|
b57d0f7 to
9d6ae77
Compare
The only exception is ocaml-xapi-plugin which hasn't had code changes since 2019 Signed-off-by: Pau Ruiz Safont <pau.safont@vates.tech>
Signed-off-by: Pau Ruiz Safont <pau.safont@vates.tech>
Signed-off-by: Pau Ruiz Safont <pau.safont@vates.tech>
Signed-off-by: Pau Ruiz Safont <pau.safont@vates.tech>
9d6ae77 to
32ebc92
Compare
last-genius
approved these changes
Jan 19, 2026
lindig
approved these changes
Jan 19, 2026
Collaborator
|
I merged this such that we have an xs-opam for 8.4 and back ports don't pile up. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The PR fixes the toolstack packages to the LTS branch for 8.3 and 8.4, and changes the CI to use this.
This enables users to be able to create opam switches for the LTS branch, with CI for both xs-opam and xen-api.
The PR removes 2 packages from the tarball: dune-site, and dune-private-libs.
Similarly to the removal of oxenstored, the ocaml5 packages could be removed, as well as everything that depended on them. This might not be trivial, so I prefer to get a running CI with this PR