Argyle-Software / kyber

A rust implementation of the Kyber post-quantum KEM
https://docs.rs/pqc_kyber/
Apache License 2.0
171 stars 40 forks source link

Determine MSRV for MacOS #34

Closed mberry closed 1 year ago

mberry commented 1 year ago

Tests on rust 1.47.0 are now failing on Mac, stable works fine.

Need to find the min version and update CI runners and the readme.

https://github.com/Argyle-Software/kyber/actions/runs/3476592582/jobs/5811960048

mberry commented 1 year ago

Having tested this, the MSRV for MacOS is 1.47.

This looks like a problem with the apple hardware CI runners, which can be quite unreliable.

For now will keep the MSRV check out of the tests for and only test stable on mac.