Skip to content

Commit ce74b40

Browse files
authored
Merge pull request #6676 from rjbou/gha-depext-update
GHA: update depext workflow
2 parents ae86162 + b6851c4 commit ce74b40

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/scripts/depexts/generate-actions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
EOF
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"
2222
ocaml="ocaml ocaml-compiler-libs"
2323

2424
OCAML_CONSTRAINT=''

.github/workflows/depexts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ defaults:
1717
shell: bash
1818

1919
env:
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

master_changes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)