ofalk / libdnet

libdnet provides a simplified, portable interface to several low-level networking routines.
Other
153 stars 60 forks source link

CMake: BSD: More feature detection fixes #91

Closed klemensn closed 1 year ago

klemensn commented 1 year ago
xakod commented 1 year ago

@klemensn thank you for cmake support! What do you think about github action for bsd?

klemensn commented 1 year ago

@klemensn thank you for cmake support! What do you think about github action for bsd?

I don't know how GitHub actions work and my suspicion is that BSD support is limited (seems to be the general case with CI systems).

xakod commented 1 year ago

@klemensn thank you for cmake support! What do you think about github action for bsd?

I don't know how GitHub actions work and my suspicion is that BSD support is limited (seems to be the general case with CI systems).

Yep, you right. By default, github does not provide any bsd container. But looks like we can use something like this https://github.com/vmactions.

klemensn commented 1 year ago

@klemensn thank you for cmake support! What do you think about github action for bsd?

I don't know how GitHub actions work and my suspicion is that BSD support is limited (seems to be the general case with CI systems).

Yep, you right. By default, github does not provide any bsd container. But looks like we can use something like this https://github.com/vmactions.

Cool if that works, but as per the link OpenBSD support is already one release behind (we're at 7.3).

ofalk commented 1 year ago

Works for me and I'll pull this into devel. If there is really a why to also test this automagically on BSD, that would be amazing, since I haven't touched a (real) BSD box in (many) years.