-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Relax bounds to prepare MirageOS 4 #19754
Conversation
e82435c
to
1dc4b59
Compare
|
And
Is this a missing |
Indeed for |
|
1dc4b59
to
93e439f
Compare
``` ============================================================================== Error: All:3:RSA:3:RSA-OAEP(SHA1)-ENC:2:selftest. File "/home/opam/.opam/4.12/.opam-switch/build/mirage-crypto-pk.0.10.3/_build/default/tests/oUnit-All-builder#00.log", line 2489, characters 1-1: Error: All:3:RSA:3:RSA-OAEP(SHA1)-ENC:2:selftest (in the log). Worker stops running: Killed by signal -22 ------------------------------------------------------------------------------ ============================================================================== Error: All:3:RSA:3:RSA-OAEP(SHA1)-ENC:1:selftest. File "/home/opam/.opam/4.12/.opam-switch/build/mirage-crypto-pk.0.10.3/_build/default/tests/oUnit-All-builder#00.log", line 2385, characters 1-1: Error: All:3:RSA:3:RSA-OAEP(SHA1)-ENC:1:selftest (in the log). Worker stops running: Killed by signal -22 ------------------------------------------------------------------------------ ============================================================================== Error: All:3:RSA:3:RSA-OAEP(SHA1)-ENC:0:selftest. File "/home/opam/.opam/4.12/.opam-switch/build/mirage-crypto-pk.0.10.3/_build/default/tests/oUnit-All-builder#00.log", line 2359, characters 1-1: Error: All:3:RSA:3:RSA-OAEP(SHA1)-ENC:0:selftest (in the log). Worker stops running: Killed by signal -22 ------------------------------------------------------------------------------ Ran: 359 tests in: 8.29 seconds. FAILED: Cases: 359 Tried: 359 Errors: 3 Failures: 0 Skip: 0 Todo: 0 Timeouts: 0. ```
I've disabled |
please don't do that. it has been ported to arm32, there is a CI that works on arm32 in the mirage-crypto repository. why your PR leads to "signal -22" here is really not clear to me, since the last release of mirage-crypto to opam-repository also lead to a successful CI. please revert that change. thanks. |
see #19689 (comment) for another discussion about "error -22". please investigate what the underlying issue is with the CI system in place, and report an issue to the mirage-crypto repository instead of marking it as unavailable on some architectures. mirage-crypto is working on 32 bit platforms fine since 0.7.0. |
Done in #19764 |
As ocaml/opam-repository#19754 has been merged.
The goal is to upstream some of the changes available in https://github.com/mirage/mirage-dev