Skip to content

Commit 829975e

Browse files
committed
OCaml 5.4 ci transition (Wip)
- Suggest adding `alpha` repo when needed
1 parent 2b82d7a commit 829975e

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.github/workflows/ci.yml

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

.github/workflows/deploy-doc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ jobs:
3939
opam-repositories: |
4040
default: https://github.com/ocaml/opam-repository.git
4141
mbarbin: https://github.com/mbarbin/opam-repository.git
42-
# janestreet-bleeding: https://github.com/janestreet/opam-repository.git
43-
# janestreet-bleeding-external: https://github.com/janestreet/opam-repository.git#external-packages
42+
# alpha: https://github.com/kit-ty-kate/opam-alpha-repository.git
43+
# janestreet-bleeding: https://github.com/janestreet/opam-repository.git
44+
# janestreet-bleeding-external: https://github.com/janestreet/opam-repository.git#external-packages
4445

4546
- name: Install OCaml Dependencies
4647
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

.github/workflows/release-artifacts.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
opam-repositories: |
4646
default: https://github.com/ocaml/opam-repository.git
4747
mbarbin: https://github.com/mbarbin/opam-repository.git
48+
# alpha: https://github.com/kit-ty-kate/opam-alpha-repository.git
49+
# janestreet-bleeding: https://github.com/janestreet/opam-repository.git
50+
# janestreet-bleeding-external: https://github.com/janestreet/opam-repository.git#external-packages
4851

4952
- name: Build Artifacts
5053
run: |

.github/workflows/test-deploy-doc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ jobs:
3939
opam-repositories: |
4040
default: https://github.com/ocaml/opam-repository.git
4141
mbarbin: https://github.com/mbarbin/opam-repository.git
42-
# janestreet-bleeding: https://github.com/janestreet/opam-repository.git
43-
# janestreet-bleeding-external: https://github.com/janestreet/opam-repository.git#external-packages
42+
# alpha: https://github.com/kit-ty-kate/opam-alpha-repository.git
43+
# janestreet-bleeding: https://github.com/janestreet/opam-repository.git
44+
# janestreet-bleeding-external: https://github.com/janestreet/opam-repository.git#external-packages
4445

4546
- name: Install OCaml Dependencies
4647
run: opam install . --deps-only --with-doc

0 commit comments

Comments
 (0)