tikv / minitrace-rust

Extremely fast tracing library for Rust
https://github.com/fast/fastrace
Apache License 2.0
731 stars 47 forks source link

Add ARM workflows #106

Open breezewish opened 2 years ago

breezewish commented 2 years ago

We can have a CI to ensure that everything works in ARM.

breezewish commented 2 years ago

https://circleci.com/docs/2.0/arm-resources/

Maybe CircleCI can help.

breezewish commented 2 years ago

https://docs.travis-ci.com/user/multi-cpu-architectures/

Travis CI is also helpful.

taqtiqa-mark commented 2 years ago

This will likely help keep embedded use cases as first class citizens? See issue #131

We're not in that space, but still do appreciate the performance improvements they squeeze out constrained environments - they tend to watch every byte and cycle ;)