Skip to content

Initial support building the runner on FreeBSD #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ChanTsune
Copy link
Owner

@ChanTsune ChanTsune commented Oct 17, 2024

The dotnet binary for FreeBSD is not available on https://dotnetcli.azureedge.net, so I am using the system's dotnet.

I have adjusted the build process to support FreeBSD, following the examples of other operating systems.
The following steps have been tested and confirmed to pass successfully.

./dev.sh layout Release freebsd-x64
./dev.sh package Release

I have confirmed that ./dev.sh test passes, except for tests that require pre-built binaries such as node.
However, the operation of the runner on FreeBSD is not fully guaranteed, so please note that this is a PR that enables building for FreeBSD.

@ChanTsune ChanTsune force-pushed the initial-support-freebsd branch 2 times, most recently from 9c7688e to d6610dd Compare October 18, 2024 15:49
@ChanTsune ChanTsune force-pushed the initial-support-freebsd branch from acdffda to 8beacf8 Compare October 19, 2024 03:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant