Please add freebsd support. Bazel works fine when installed using the package manager.
Hi!
I get this when running bazelisk on GhostBSD 20.08.04
2020/08/15 17:29:49 could not download Bazel: could not determine filename to use for Bazel binar: unsupported operating system "freebsd", must be Linux, macOS or Windows
Could you please add support for FreeBSD as well?
Hi @yesudeep,
we can add support to Bazelisk, but Bazel currently does not build official release binaries for FreeBSD. Would this still be useful for you (e.g. by using a private mirror that has these binaries)?
Otherwise we'd have to add support to Bazel's CI for FreeBSD again.
Did Bazel CI have support for FreeBSD before? I'm okay with the official Bazel package that comes with FreeBSD.
Actually, having tried to build multiple libraries on FreeBSD/OpenBSD, I'd highly recommend adding support for them because it's helped me catch several subtle errors that occur on those systems. Bazel support for these OS's would allow packages to adopt Bazel as a build system faster too and would make porting software easier.
Actually, having tried to build multiple libraries on FreeBSD/OpenBSD, I'd highly recommend adding support for them because it's helped me catch several subtle errors that occur on those systems. Bazel support for these OS's would allow packages to adopt Bazel as a build system faster too and would make porting software easier.
How did you install bazel on freebsd?
@rajhlinux I used the bazel package on FreeBSD.
Would love to see this. @philwo
+1 for FreeBSD support - can't get libtensorflow to run without it :/
I'm closing this issue since we cannot do anything here before Bazel publishes binaries for FreeBSD (which seems unlikely in the near future).