google / rust_icu

rust_icu: rust bindings for ICU (International Components for Unicode) library
Apache License 2.0
117 stars 28 forks source link

Add an automated test for buildenv #299

Open filmil opened 8 months ago

filmil commented 8 months ago

Buildenv tends to bitrot silently, as rust crates stop supporting older compiler versions.

Today, I discover it only when needing to re-spin a buildenv, which is a bit surprising. Perhaps there should be a github workflow that tests the buildability of these images.