-
Notifications
You must be signed in to change notification settings - Fork 368
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
opam2 built-in os detection sets os
to macos
instead of darwin
#3148
Comments
+1 for |
This was discussed in #3058 I think You could argue to have |
I'm ok with using |
The rewriting should have accounted for that change, it seems like a bug. |
Ok, the rewriting was done properly for |
Now fixed in the 2.0.0 branch of the repo. Note that we don't handle the cases where the |
opam1 set the
os
variable in constraints todarwin
(this is used in various opam packages for osx-specific config)opam2 sets it to
macos
, which in turn causes build failures due to the package repository testing foros = "darwin"
.We should reconcile this to be consistent between opam1 and 2
The text was updated successfully, but these errors were encountered: