-
-
Notifications
You must be signed in to change notification settings - Fork 311
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
Improve support for NetBSD #631
Comments
It is possible, just that it'll take time. The first step will be to have a NetBSD CI set up. |
@GuillaumeGomez Just so it doesn't fall into oblivion, I'm trying to get some help with this. |
@GuillaumeGomez Long time, I know. I might have found something that could work, https://github.com/vmactions/netbsd-vm What do you say? |
It'd be very slow to run because it is a VM inside a VM. I did the same for freebsd at first and I stopped when it broke for a few months and switched to cirrus ci. Much faster without one VM layer. |
😢 ok, I get that. |
Thanks for asking around! |
@GuillaumeGomez I've just asked myself on this issue, cirruslabs/cirrus-ci-docs#970 |
@GuillaumeGomez Is this approach any better? I'll keep looking. Also, |
It's the same I originally used for freebsd a while ago which I then discarded because of the number of bugs and the slowness. |
I see :( Thanks anyway. |
@GuillaumeGomez Maybe now it's possible. Apparently, both NetBSD and OpenBSD have been added to cirrus-ci, https://cirrus-ci.com/build/6221284932583424 Are you still willing to do this? Regards |
Oh nice! I should really speed up my current code rework so development can resume... In any case, you can always try to add support for one. I expect that NetBSD/OpenBSD will be more or less the same as FreeBSD. |
@GuillaumeGomez I'm on holidays until the 1st of August but, I'll look into it when I'm back home 👍 I don't really have enough knowledge to implement support on my own but, I'll try to go through the FreeBSD implementation and find my way around 😄 |
No hurry. I think taking a look is a good idea but I really need to finish the rework so you can work without problem. ^^' |
Some improvement. |
As expressed in #625, would it be possible to improve support for NetBSD?
I'm willing to help as much as possible to get this rolling.
Cheers!
The text was updated successfully, but these errors were encountered: