continuous-integration icon indicating copy to clipboard operation
continuous-integration copied to clipboard

Add OpenBSD CI tests

Open aldersondrive opened this issue 4 years ago • 2 comments

Porting Bazel to OpenBSD is underway in https://github.com/bazelbuild/bazel/issues/10250. Ideally, once the port is complete, the continuous integration tests would run for OpenBSD as well, to help ensure that the OpenBSD port remains functional.

@hlopko suggested that I file an issue on this topic in this repository.

@philwo FYI

aldersondrive avatar Nov 27 '19 18:11 aldersondrive

I'll look into this when I do the next round of work on our CI. :)

Things we have to find out:

  • [ ] How to run OpenBSD VMs on GCE?
  • [ ] Does Buildkite Agent work well on OpenBSD? They do provide release binaries for that platform, so I guess it's fine.

philwo avatar Nov 28 '19 11:11 philwo

Recognizing that CI for OpenBSD probably has low priority: It could have prevented the breakage caused by https://github.com/bazelbuild/bazel/commit/314cd3353b018420598188cf54c3f97358baa2e3, which broke the build on FreeBSD & OpenBSD.

aldersondrive avatar Feb 08 '20 09:02 aldersondrive