create freebsd package framework and git action job #89
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This needs to be retested once the freebsd compile adjustments have been merged.
The job does take some time since virtual machines are nested i.e. ubuntu launching kvm freebsd.
gmake -j4 or any use of nproc on freebsd seem fragile.
While the build and run from sources functions as documented an outstanding issue is locating the package offering libstdc++ without fishing through package gcc for the pkg install use case.
This is a sample job from a functioning branch
https://github.com/cosmicpsyop/strfry/actions/runs/7205794196
Documenting working branch and how it was built locally
https://github.com/hoytech/strfry/compare/master...cosmicpsyop:strfry:feature/freebsd-support-four?expand=1#diff-6f2adbfa3a8863a041c5953f37db9c434866c90dd11b5b866c23c1c5a87f3e5cR31