azure-sdk-for-c
azure-sdk-for-c copied to clipboard
[FEATURE REQ] CI should build and test on Free BSD.
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like A clear and concise description of what you want to happen.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.
Information Checklist Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
- [ ] Description Added
- [ ] Expected solution specified
An initial discussion suggested that it was possible to do this with FreeBSD 12 but the steps needed to do this would take engineering time:
- Get .NET CLI running (.NET CLI is not officially supported in FreeBSD, we'd have to build it)
- Build the Azure DevOps Agent (to ensure it works we'd need to sync code from the latest agent and merge changes in from another branch that added FreeBSD support)
It is possible to short circuit some of these steps with the DevOps agent but we aren't confident that the agent will function properly if we do so.
Nope