Skip to content

Commit f898f9f

Browse files
authored
Merge pull request #384 from dra27/cygwin-setup
2 parents 2e737a1 + ee51ee8 commit f898f9f

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ and this project adheres to
1212

1313
- Fallback to the version in which the assets exist if no assets exist in the
1414
latest opam release.
15+
- Instruct Cygwin setup to use "sys" symlinks during setup (partial workaround
16+
for bug with native symlinks in Cygwin setup - some depexts may still be
17+
affected)
1518

1619
## [2.0.0-beta11]
1720

dist/index.js

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

dist/post/index.js

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

src/setup-ocaml/opam.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ async function setupCygwin() {
202202
site,
203203
"--packages",
204204
packages,
205+
"--symlink-type=sys",
205206
]);
206207
const setupExePath = await io.which("setup-x86_64.exe");
207208
await io.cp(setupExePath, CYGWIN_ROOT);

0 commit comments

Comments
 (0)