haplo / rust-bch

A Rust library for working with Bitcoin Cash
MIT License
3 stars 1 forks source link

Fix MacOS X build #9

Open haplo opened 4 years ago

haplo commented 4 years ago

https://travis-ci.org/github/haplo/rust-bch/jobs/697559766

Fails because cross command is not present:

+cross build --target x86_64-apple-darwin
ci/script.sh: line 30: cross: command not found

This is probably some problem with the install.sh script, which comes from trust.

Once the build works enable it in .travis.yml.