-
Notifications
You must be signed in to change notification settings - Fork 2.6k
chore: add xBSD pipelines #3160
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
Conversation
8ce2847 to
f2e7601
Compare
|
tests fail |
6c6bb6c to
17a424d
Compare
9edc87b to
c265b6d
Compare
Signed-off-by: Pranshu Srivastava <[email protected]>
c265b6d to
9b8328c
Compare
|
Good for reviews. I've also added Solaris and Darwin. I believe this completes support for all BSD platforms we target in this repository. |
Signed-off-by: Pranshu Srivastava <[email protected]>
|
Beside that, this looks really great! |
Signed-off-by: Pranshu Srivastava <[email protected]>
51db885 to
5afb253
Compare
|
Dropped the changes for I'll pull the changes from upstream once they are merged there, but we can safely proceed independent of them. |
|
Ping. |
|
Going to merge but @SuperQ please still take a look to be aware etc |
|
Hey folks, would you please cleanup the git history before merging changes? Or use the GitHub "squash and merge" function when merging? It's not great when looking at git changes and seeing a bunch of "fixup fixup fixup" commits. It makes following feature changes difficult (git blame, git show, etc). |
|
I did a squash merg for forgot to edit the commit message. Sorry about that. |
Signed-off-by: Mikel Olasagasti Uranga <[email protected]>
Signed-off-by: Mikel Olasagasti Uranga <[email protected]>
Signed-off-by: Mikel Olasagasti Uranga <[email protected]> Signed-off-by: IbraAoad <[email protected]>
Signed-off-by: Mikel Olasagasti Uranga <[email protected]> Signed-off-by: IbraAoad <[email protected]>
Run tests on the following
GOOS, in addition to Linux:The patch also makes changes to the testing scripts and introduces a
toolsbinary to facilitate accommodating for variousGOOSOOTB.Fixes #2883.