Skip to content

Commit 2323d62

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

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
@@ -70,7 +70,7 @@ export async function installUnixSystemPackages() {
7070
break;
7171
}
7272
case "macos": {
73-
await exec("brew", ["install", "darcs", "gpatch", "mercurial"]);
73+
await exec("brew", ["install", "darcs", "mercurial"]);
7474
break;
7575
}
7676
}

packages/setup-ocaml/src/windows.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,12 @@ export async function setupCygwin() {
5757
}
5858
const packages = [
5959
"curl",
60-
"diffutils",
6160
"m4",
6261
"make",
6362
"mingw64-i686-gcc-core",
6463
"mingw64-i686-gcc-g++",
6564
"mingw64-x86_64-gcc-core",
6665
"mingw64-x86_64-gcc-g++",
67-
"patch",
6866
"perl",
6967
"rsync",
7068
"unzip",

0 commit comments

Comments
 (0)