On Sun, 2023-01-29 at 17:34 -0500, Matt Hildebrand wrote: > This port is now updated to Bazel 6.0.0. The port is at: > https://github.com/aldersondrive/bazel_openbsd_port > > Bazel is a polyglot build tool. > > Web site: https://bazel.build/ > > In my testing, this port works on amd64. The build fails on i386, > due to C++ code that requires a 64-bit platform. > > Feedback/suggestions are welcome. > > Thank you. >
hi, thanks for your interest into porting bazel to OpenBSD I've been able to compile the port successfully, but if I run it by typing "bazel", I have the following error message: ERROR: couldn't find java at '/usr/local/bin/jdk-17/bin/java' I'm not sure why... I only have jdk-11 installed as a dependency.