Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use latest compiler trunk packages #31

Open
benmandrew opened this issue Nov 23, 2023 · 0 comments
Open

Use latest compiler trunk packages #31

benmandrew opened this issue Nov 23, 2023 · 0 comments

Comments

@benmandrew
Copy link
Collaborator

Issue from #28 (comment).

The webhook into opam-repository is now working, but this does not necessarily update when the compiler trunk updates.

It is trickier with the first one as development on the compiler repo happens independently of the opam-repo.
AFAICS, the following situations can arise:

  • changes on both repos trigger a cache flush (yay!)
  • changes on neither repos retains a cache entry (fine)
  • changes on opam-repo, but no compiler changes triggers a cache flush (needless, but harmless)
  • changes on compiler repo, but no compiler changes retains a cache entry (we temporarily test a previous version)

This could be fixed by having another webhook into ocaml/ocaml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant