File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 38
38
# janestreet-bleeding: https://github.com/janestreet/opam-repository.git
39
39
# janestreet-bleeding-external: https://github.com/janestreet/opam-repository.git#external-packages
40
40
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
-
49
41
# We build and run tests for a subset of packages. More tests are run in
50
42
# the development workflow and as part of the main CI job. These are the
51
43
# tests that are checked for every combination of os and ocaml-compiler.
You can’t perform that action at this time.
0 commit comments