Open
Description
Describe the bug
On the latest release we canno longer build the ARVM android build: https://github.com/input-output-hk/jormungandr/runs/536061370?check_suite_focus=true
The issue is:
error[E0432]: unresolved import `platform`
##[error] --> /cargo/registry/src/github.jpy.wang-1ecc6299db9ec823/rustls-native-certs-0.1.0/src/lib.rs:22:9
|
22 | pub use platform::load_native_certs;
| ^^^^^^^^ use of undeclared type or module `platform`
Mandatory Information
jcli --full-version
: v0.8.16;jormungandr --full-version
v0.8.16;
To Reproduce
Steps are described here: https://github.com/input-output-hk/jormungandr/runs/536061370?check_suite_focus=true
Expected behavior
To compile
Additional context
recent change introduced from #1961