rust-random / getrandom

A small cross-platform library for retrieving random data from (operating) system source
Apache License 2.0
264 stars 166 forks source link

CI: Build for `x86_64-unknown-linux-gnux32`. #464

Closed briansmith closed 3 weeks ago

briansmith commented 3 weeks ago

We cannot run the tests on the Ubuntu runners but we can build for the target.

josephlr commented 3 weeks ago

I like this idea, but we should also link on this target, as it's only running which poses a problem. Closing as part of #466 (which also simplifies some of our Linux cross-compilation).