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

adapt to mirage-unix 5.0.0 #151

Merged
merged 1 commit into from
Feb 14, 2022
Merged

adapt to mirage-unix 5.0.0 #151

merged 1 commit into from
Feb 14, 2022

Conversation

hannesm
Copy link
Member

@hannesm hannesm commented Feb 2, 2022

//cc @dinosaure

@hannesm
Copy link
Member Author

hannesm commented Feb 2, 2022

this results in ocaml-ci being stuck that mirage-runtime > 4.0 is now in the (test) dependency chain which is only available in opam-version >= 2.1. //cc @talex5 any chance we can get ocaml-ci with opam 2.1?

@talex5
Copy link
Contributor

talex5 commented Feb 2, 2022

@samoht merged a PR that was supposed to fix that: ocurrent/ocaml-ci#413

@dinosaure
Copy link
Member

For me it's perfect. We don't need a release of the distribution when the mirage-unix is bring only by testing.

@hannesm
Copy link
Member Author

hannesm commented Feb 2, 2022

@talex5 @samoht thanks, so but according to the CI log this has not been fixed... maybe it makes a difference between an opam file with availability vs a transitive dependency that has this availability?

@talex5
Copy link
Contributor

talex5 commented Feb 3, 2022

I think it's just a bug parsing the string: ocurrent/ocaml-ci#412 (comment)

@hannesm
Copy link
Member Author

hannesm commented Feb 14, 2022

thanks to everyone involved, the ocaml-ci seems to be successful now (also on non-amd64 architectures).

@hannesm hannesm merged commit a842077 into mirage:main Feb 14, 2022
@hannesm hannesm deleted the mirage-unix-5 branch February 14, 2022 17:46
hannesm added a commit to hannesm/opam-repository that referenced this pull request Mar 29, 2022
…age, mirage-crypto-rng-async, mirage-crypto-pk and mirage-crypto-ec (0.10.6)

CHANGES:

- Use _WIN32 instead of __WIN32__, as proposed by @jonahbeckford in mirage/mirage-crypto#137
- PKG_CONFIG_PATH via cygpath on Window (mirage/mirage-crypto#150 @MisterDA)
- ocaml-solo5 (formerly ocaml-freestanding) defines __ocaml_solo5__, use this
  in ifdef (arm only, mirage/mirage-crypto#152 @hannesm)
- mirag-crypto-rng-mirage test: require mirage-unix >= 5.0.0 (mirage/mirage-crypto#151 @hannesm)
- use oUnit2 as dependency, instead of oUnit (mirage/mirage-crypto#149 @MisterDA)
- support mipsel and mips64el compilation (mirage/mirage-crypto#148 @glondu)
- bugfix: define _POSIX_C_SOURCE in entropy_cpu_stubs.c (otherwise clock_gettime
  is not defined - at least on armhf) (mirage/mirage-crypto#148 @glondu)
- bugfix: compilation on kfreebsd-* (adding __FreeBSD_kernel__ to ifdef)
  (mirage/mirage-crypto#148 @glondu)
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.

None yet

3 participants