FreeBSD native build workflow#1171
Conversation
Updated FreeBSD build workflow to target FreeBSD 15.0 and include additional binaries in the distribution.
|
Reviewed via Anthropic Claude. The FreeBSD use-case is real and the build approach (native VM via Three changes I'd want before merging: 1. Triggers — restrict scope. on:
workflow_dispatch:
push:
tags:
- 'v*'This way the FreeBSD build only runs on actual version tags (when there's something to ship to FreeBSD users), plus manual dispatch for testing. 2. Integration with either by adding to I lean toward folding the FreeBSD job into 3. The Happy to land this if you can rebase against Re: the FreeBSD-pkg-server-blocked-from-Iran context — that's a useful angle and worth a note in the eventual Leaving open. Will merge once one of the integration paths is chosen + implemented. [reply via Anthropic Claude | reviewed by @therealaleph] |
|
I tested the CLI binary in FreeBSD 15.0 and it actually works, but there are two solvable issues:
After these steps, the app works flawlessly. These changes are beyond my capabilities and require the admin/maintainer of the repo. But can confirm it 100% works and is fully useable. Though the UI binary has not been tested yet. |
I've added a FreeBSD native build workflow to github actions. It doesn't use cross-compilation and uses a native FreeBSD image directly so it's defined outside
matrix.name. Build succeeds. It doesn't includerun.shfile, so you might want to add that (I don't know how).FreeBSD has been very susceptible due to not having Iran pkg servers. This is an attempt to bring FreeBSD online for Iranian users.