This repository was archived by the owner on Oct 23, 2022. It is now read-only.
This repository was archived by the owner on Oct 23, 2022. It is now read-only.
Partial builds on CI cross targets #96
Open
Description
During #95 I excluded building rust-http-ipfs
on cross targets (incl. android). Fixing this probably isn't anything else than to find/add the prebuilt openssl-sys
friendly packages for the cross targets. Could also be that the env variable just needed to be set, as mentioned by openssl-sys
build script.
See https://github.com/ipfs-rust/rust-ipfs/runs/503319261 where the android builds failed and macos cross builds were not actually run because I fumbled --target xyz
away from the build command by mistake.
The logs are not loading as of writing this so hopefully they'll work later on.