Skip to content

[stable] CI: Fix verification on FreeBSD by switching to the same FreeBSD version#741

Merged
ibuclaw merged 1 commit intodlang:stablefrom
kinke:fix_freebsd_verify
Mar 4, 2026
Merged

[stable] CI: Fix verification on FreeBSD by switching to the same FreeBSD version#741
ibuclaw merged 1 commit intodlang:stablefrom
kinke:fix_freebsd_verify

Conversation

@kinke
Copy link
Contributor

@kinke kinke commented Mar 4, 2026

v13.2, as used for the build:

This should fix this error (https://github.com/dlang/installer/actions/runs/22625401992/job/65562732407#step:5:101):

/home/runner/work/installer/installer/installer/test/release/generated/dmd2/freebsd/bin64/dmd --version
ld-elf.so.1: /lib/libc.so.7: version FBSD_1.7 required by /home/runner/work/installer/installer/installer/test/release/generated/dmd2/freebsd/bin64/dmd not found

FreeBSD 13 is the oldest still supported version ('legacy'): https://www.freebsd.org/releases/

@dlang-bot
Copy link
Contributor

Thanks for your pull request and interest in making D better, @kinke! We are looking forward to reviewing it, and you should be hearing from a maintainer soon.
Please verify that your PR follows this checklist:

  • My PR is fully covered with tests (you can see the coverage diff by visiting the details link of the codecov check)
  • My PR is as minimal as possible (smaller, focused PRs are easier to review than big ones)
  • I have provided a detailed rationale explaining my changes
  • New or modified functions have Ddoc comments (with Params: and Returns:)

Please see CONTRIBUTING.md for more information.


If you have addressed all reviews or aren't sure how to proceed, don't hesitate to ping us with a simple comment.

Bugzilla references

Your PR doesn't reference any Bugzilla issue.

If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog.

@kinke kinke requested a review from ibuclaw March 4, 2026 01:30
@kinke kinke changed the base branch from master to stable March 4, 2026 01:30
v13.2, as used for the build. This should fix this error:
```
/home/runner/work/installer/installer/installer/test/release/generated/dmd2/freebsd/bin64/dmd --version
ld-elf.so.1: /lib/libc.so.7: version FBSD_1.7 required by /home/runner/work/installer/installer/installer/test/release/generated/dmd2/freebsd/bin64/dmd not found
```

FreeBSD 13 is the oldest still supported version ('legacy').
@kinke kinke force-pushed the fix_freebsd_verify branch from 3358aee to 921a5f5 Compare March 4, 2026 01:32
@ibuclaw ibuclaw added auto-merge-squash Like auto-merge, but squash all the commits into one FreeBSD labels Mar 4, 2026
@ibuclaw ibuclaw merged commit c7aac90 into dlang:stable Mar 4, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge-squash Like auto-merge, but squash all the commits into one FreeBSD

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants