Skip to content

Commit 4d999ee

Browse files
committed
OCaml 5.4 ci transition (Wip)
- Suggest adding `alpha` repo when needed
1 parent d814111 commit 4d999ee

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
opam-repositories: |
3232
default: https://github.com/ocaml/opam-repository.git
3333
mbarbin: https://github.com/mbarbin/opam-repository.git
34+
# alpha: https://github.com/kit-ty-kate/opam-alpha-repository.git
3435
# janestreet-bleeding: https://github.com/janestreet/opam-repository.git
3536
# janestreet-bleeding-external: https://github.com/janestreet/opam-repository.git#external-packages
3637

.github/workflows/deploy-odoc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ jobs:
2727
opam-repositories: |
2828
default: https://github.com/ocaml/opam-repository.git
2929
mbarbin: https://github.com/mbarbin/opam-repository.git
30-
# janestreet-bleeding: https://github.com/janestreet/opam-repository.git
31-
# janestreet-bleeding-external: https://github.com/janestreet/opam-repository.git#external-packages
30+
# alpha: https://github.com/kit-ty-kate/opam-alpha-repository.git
31+
# janestreet-bleeding: https://github.com/janestreet/opam-repository.git
32+
# janestreet-bleeding-external: https://github.com/janestreet/opam-repository.git#external-packages
3233

3334
- name: Install OCaml Dependencies
3435
run: opam install . --deps-only --with-doc

.github/workflows/more-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
opam-repositories: |
4949
default: https://github.com/ocaml/opam-repository.git
5050
mbarbin: https://github.com/mbarbin/opam-repository.git
51+
# alpha: https://github.com/kit-ty-kate/opam-alpha-repository.git
5152
# janestreet-bleeding: https://github.com/janestreet/opam-repository.git
5253
# janestreet-bleeding-external: https://github.com/janestreet/opam-repository.git#external-packages
5354

0 commit comments

Comments
 (0)