-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add initial support for opam 2.2 on Windows #794
Conversation
You can compile by running |
Could you rebase to the latest master? |
done
that does not work. Do you have a list of command to run for javascript beginners? I have yarn installed but (after having to modify package.json to get the right yarn version or something), it's complaining about ncc. |
Note from @dra27: this should be part of |
@kit-ty-kate, do you have some CI testing this GH action ? |
@hhugo I do in kit-ty-kate/mirage-torrent#2 but while the setup-ocaml succeeds, the builds fails while building dune:
|
I'm also testing this PR in https://github.com/hhugo/ocamlbuild/pull/7 and see the same error. |
The following can probably be removed as well
|
777f230
to
12d77b3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to special case WIndows in the test matrix any more 😎
b930661
to
d73c4bc
Compare
faf1ee6
to
42d6dde
Compare
3ef016c
to
a9e1cf9
Compare
e4e7436
to
50d4e6d
Compare
When can we expect a release with this PR ? |
I'm planning to release as follows, but do you all have any objections? @dra27 @hhugo @kit-ty-kate
|
Sounds reasonable to me |
lgtm |
fc8859a
to
b386864
Compare
Co-authored-by: Kate <[email protected]> Co-authored-by: Sora Morimoto <[email protected]> Co-authored-by: David Allsopp <[email protected]>
Closes #733
Closes #793
Joint work with @hhugo @smorimoto @dra27.