Skip to content

Commit e20fdc3

Browse files
committed
DO NOT MERGE
- experiment with OCaml 4 and `(implicit_transitive_deps false)`.
1 parent cb9f8ab commit e20fdc3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ocaml-4-ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,6 @@ jobs:
3838
# janestreet-bleeding: https://github.com/janestreet/opam-repository.git
3939
# janestreet-bleeding-external: https://github.com/janestreet/opam-repository.git#external-packages
4040

41-
# This construct is not well supported by older OCaml versions. Given that
42-
# we already check the build with this option in the main CI job, we
43-
# disable it here unconditionally for simplicity.
44-
- name: Edit dune-project
45-
shell: pwsh
46-
run: |
47-
(Get-Content dune-project) -notmatch '\(implicit_transitive_deps false\)' | Set-Content dune-project
48-
4941
# We build and run tests for a subset of packages. More tests are run in
5042
# the development workflow and as part of the main CI job. These are the
5143
# tests that are checked for every combination of os and ocaml-compiler.

0 commit comments

Comments
 (0)