-
-
Notifications
You must be signed in to change notification settings - Fork 423
Compile on freebsd #2116
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
Compile on freebsd #2116
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@ ## master #2116 +/- ## ========================================== + Coverage 34.95% 34.96% +0.01% ========================================== Files 232 232 Lines 20570 20570 ========================================== + Hits 7190 7193 +3 + Misses 12531 12529 -2 + Partials 849 848 -1
Flags with carried forward coverage won't be shown. Click here to find out more. see 1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Luis Colorado <luiscoloradourcola@gmail.com>
11372ba
to
db6d63d
Compare
Please check if the PR fulfills these requirements
See how to contribute
before creating one)
our contributing guidelines
UPGRADING.md
has been updated with a migration guide (for breaking changes)configuration.schema.json
updated if new parameters are added.What kind of change does this PR introduce?
Allows to build the software in freebsd.
What is the current behavior?
On building you get an error on using the default (unimplemented) method for the two new files.
What is the new behavior?
It builds Ok. A link from the linux versions with
_freebsd.go
suffix has been created. Internally the call used in freebsd is the same as the one used in linux.Does this PR introduce a breaking change, and is titled accordingly?
I don't think so.
Other information
N.A.