Skip to content

Commit fb5a46b

Browse files
committed
GNU patch and diff command are no longer runtime dependencies
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 0e30c62 commit fb5a46b

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

dist/index.cjs

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/setup-ocaml/src/unix.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export async function installUnixSystemPackages() {
5656
break;
5757
}
5858
case "macos": {
59-
await exec("brew", ["install", "darcs", "gpatch", "mercurial"]);
59+
await exec("brew", ["install", "darcs", "mercurial"]);
6060
break;
6161
}
6262
}

packages/setup-ocaml/src/windows.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,12 @@ export async function setupCygwin() {
5555
}
5656
const packages = [
5757
"curl",
58-
"diffutils",
5958
"m4",
6059
"make",
6160
"mingw64-i686-gcc-core",
6261
"mingw64-i686-gcc-g++",
6362
"mingw64-x86_64-gcc-core",
6463
"mingw64-x86_64-gcc-g++",
65-
"patch",
6664
"perl",
6765
"rsync",
6866
"unzip",

0 commit comments

Comments
 (0)