File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1818EOF
1919
2020# ## Generate the Dockerfile
21- mainlibs=" m4 git rsync patch tar unzip bzip2 make wget"
21+ mainlibs=" m4 git rsync tar unzip bzip2 make wget"
2222ocaml=" ocaml ocaml-compiler-libs"
2323
2424OCAML_CONSTRAINT=' '
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ defaults:
1717 shell : bash
1818
1919env :
20- OPAMVERSION : 2.4.0-alpha2
20+ OPAMVERSION : 2.4.1
2121 OPAM_REPO : https://github.com/ocaml/opam-repository.git
2222 OPAM_REPO_SHA : 3dab8c734b15bf2b5c1d8b99bb134f51361a6bee
2323
Original file line number Diff line number Diff line change @@ -137,6 +137,8 @@ users)
137137 * Improve the revdeps test by ignoring non-released packages [ #6657 @kit-ty-kate ]
138138 * Avoid re-testing already tested repositories when testing the revdeps [ #6657 @kit-ty-kate ]
139139 * Fix duplication logic in revdeps script [ #6666 @arozovyk ]
140+ * Remove patch dependency in depext actions [ #6676 @rjbou ]
141+ * Bump opam binary used in depexts actions to 2.4.1 [ #6676 @rjbou ]
140142
141143## Doc
142144 * Update the installation documentation with the release of opam 2.4.1 [ #6620 @kit-ty-kate ]
You can’t perform that action at this time.
0 commit comments