Closed semarie closed 1 week ago
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
ATF_*
they were unused since 1991.
libc-test/semver
*LAST
*MAX
cd libc-test && cargo test --target mytarget
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
r?
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/ff46e7d6ebc305e25e40b31e65a50463cfa5dc30they were unused since 1991.
Checklist
libc-test/semver
have been updated*LAST
or*MAX
are included (see #3131)cd libc-test && cargo test --target mytarget
); especially relevant for platforms that may not be checked in CI