Skip to content

Commit

Permalink
Add curl to the list of required cygwin packages to avoid issues with…
Browse files Browse the repository at this point in the history
… Windows' curl
  • Loading branch information
kit-ty-kate committed Aug 7, 2024
1 parent 73a686a commit 489ddc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions master_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ users)

## Init
* Suppress all the Windows menus when running with `opam init -ya` [#6034 @dra27]
* Add curl to the list of required cygwin packages to avoid issues with Windows' curl [#6142 @kit-ty-kate - fix #6120]

## Config report
* Always list all the repositories regardless of whether or not a switch is currently set [#6116 @kit-ty-kate]
Expand Down
1 change: 1 addition & 0 deletions src/client/opamInitDefaults.ml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ let required_packages_for_cygwin =
"tar";
"unzip";
"rsync";
"curl";
] |> List.map OpamSysPkg.of_string

let init_scripts () = [
Expand Down

0 comments on commit 489ddc5

Please sign in to comment.