rust-lang / libc

Raw bindings to platform APIs for Rust
https://docs.rs/libc
Apache License 2.0
2.1k stars 1.04k forks source link

openbsd: skip ATF_* constants in CI #4088

Closed semarie closed 1 week ago

semarie commented 1 week ago

Description

CI is failing on OpenBSD (due to OpenBSD change).

Some constants (ATF_*) were removed in OpenBSD 7.7 by https://github.com/openbsd/src/commit/ff46e7d6ebc305e25e40b31e65a50463cfa5dc30

they were unused since 1991.

Checklist

rustbot commented 1 week ago

r? @JohnTitor

rustbot has assigned @JohnTitor. They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer