rust-lang / cc-rs

Rust library for build scripts to compile C/C++ code into a Rust library
https://docs.rs/cc
Apache License 2.0
1.82k stars 441 forks source link

Make CI adhere to platform support versions #1041

Open workingjubilee opened 5 months ago

workingjubilee commented 5 months ago

See our platform support page.

Especially for Linux, we should be testing against the appropriate kernel and libc versions, not later ones. We may be able to get away with fudging it occasionally on "not the most common OS for builds to run on", but otherwise...

workingjubilee commented 5 months ago

This would have prevented this issue: