Skip to content

Conversation

asomers
Copy link
Contributor

@asomers asomers commented Sep 7, 2025

Description

Raise the ABI used by libc on FreeBSD to FreeBSD 12, rather than 11. That includes significant changes, such as 64-bit inodes, and support for the riscv64 GENERIC kernel. This is a backport of #2406 .

Checklist

  • Relevant tests in libc-test/semver have been updated
  • No placeholder or unstable values like *LAST or *MAX are
    included (see #3131)
  • Tested locally (cd libc-test && cargo test --target mytarget);
    especially relevant for platforms that may not be checked in CI

FreeBSD 11 was EoL on 30-Sept-2021.  Update libc's ABI to 12.  That
version includes significant changes, such as 64-bit inodes.

(backport <rust-lang#2406>)
(cherry picked from commit 4bafe6b)
@rustbot
Copy link
Collaborator

rustbot commented Sep 7, 2025

⚠️ Warning ⚠️

  • Pull requests are usually filed against the main branch for this repo, but this one is against libc-0.2. Please double check that you specified the right target!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants