cloudflare / boring

BoringSSL bindings for the Rust programming language.
367 stars 114 forks source link

Enable layout tests on iOS target #222

Closed ldm0 closed 8 months ago

ldm0 commented 9 months ago

Warnings of layout tests were already fixed in bindgen 0.60: https://github.com/rust-lang/rust-bindgen/issues/1651.

nox commented 8 months ago

This needs a rebase.

ldm0 commented 8 months ago

Seems to be some unrelated clippy failure which can be fixed by https://github.com/cloudflare/boring/pull/228. Currently blocked

rushilmehra commented 8 months ago

The clippy fixes are now merged

rushilmehra commented 8 months ago

Merged, thanks!