alexcrichton / openssl-src-rs

Source code and logic to build OpenSSL from source
Apache License 2.0
69 stars 114 forks source link

Add aarch64-apple-darwin to CI #77

Closed shepmaster closed 4 years ago

shepmaster commented 4 years ago

Hmm. Any suggested way you want me to change it to do a build-but-not-run test?

    Finished test [unoptimized + debuginfo] target(s) in 1m 00s
     Running `/Users/runner/work/openssl-src-rs/openssl-src-rs/target/aarch64-apple-darwin/debug/deps/testcrate-771f9a4a8d42eef2`
error: test failed, to rerun pass '--lib'

Caused by:
  could not execute process `/Users/runner/work/openssl-src-rs/openssl-src-rs/target/aarch64-apple-darwin/debug/deps/testcrate-771f9a4a8d42eef2` (never executed)
alexcrichton commented 4 years ago

Other builders do this, so perhaps that could work for this target as well?

shepmaster commented 4 years ago

That’s nasty and I love it.

shepmaster commented 4 years ago

Test failure looks unrelated / spurious.

alexcrichton commented 4 years ago

Looks great to me, thanks!