Skip to content
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

Constrain packages not available on ARM64 #11768

Merged
merged 1 commit into from
Apr 13, 2018

Conversation

kit-ty-kate
Copy link
Member

Reported here for core: janestreet/core#110
Reported upstream for ocaml-freestanding: mirage/ocaml-solo5#36

@kit-ty-kate kit-ty-kate force-pushed the arm64-const branch 2 times, most recently from 482ce8d to e2d4846 Compare April 11, 2018 16:17
@camelus
Copy link
Contributor

camelus commented Apr 11, 2018

✅ All lint checks passed dad41b5
  • These packages passed lint tests: core.v0.10.0, core.v0.11.0, core.v0.9.0, core.v0.9.1, core.v0.9.2, core_kernel.v0.9.0, core_kernel.v0.9.1

✅ Installability check (8682 → 8682)

@kit-ty-kate
Copy link
Member Author

Don't merge this PR yet. We are trying to figure out what is supposed to work (see the comment on the ocaml-freestanding issue)

@kit-ty-kate
Copy link
Member Author

cc @AltGr

@@ -20,6 +20,6 @@ conflicts: [
]
available: [
ocaml-version >= "4.02.3" & ocaml-version < "4.07.0" &
((os = "linux" & (arch = "x86_64" | arch = "aarch64")) |
((os = "linux" & (arch = "x86_64" | arch = "arm64")) |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kit-ty-kate Based on the discussion in mirage/ocaml-solo5#36, this doesn't seem right. ocaml-freestanding does work on Linux/aarch64, won't this break users trying to install it with OPAM 1 where arch will be aarch64?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes yes, I haven't made the change yet. I'll do today.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By change I mean "don't change anything"

@kit-ty-kate kit-ty-kate merged commit b0a5919 into ocaml:master Apr 13, 2018
@kit-ty-kate kit-ty-kate deleted the arm64-const branch April 13, 2018 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants