cloudflare / boring

BoringSSL bindings for the Rust programming language.
364 stars 110 forks source link

Enable layout tests on iOS target #222

Closed ldm0 closed 7 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 7 months ago

This needs a rebase.

ldm0 commented 7 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 7 months ago

The clippy fixes are now merged

rushilmehra commented 7 months ago

Merged, thanks!