omniosorg / omnios-extra

Packages for OmniOS extra
https://omnios.org
Other
26 stars 58 forks source link

Add bazel 6.3.2 #1384

Closed citrus-it closed 8 months ago

citrus-it commented 8 months ago

This change adds a new package - ooce/developer/bazel based on the work by @siepkes in https://github.com/siepkes/bazel-smartos

I have run through Bazel's getting started guide using this package and that was successful:

build% bazel build //main:hello-world
Starting local Bazel server and connecting to it...
INFO: Analyzed target //main:hello-world (38 packages loaded, 157 targets configured).
INFO: Found 1 target...
Target //main:hello-world up-to-date:
  bazel-bin/main/hello-world
INFO: Elapsed time: 10.333s, Critical Path: 0.67s
INFO: 5 processes: 3 internal, 2 processwrapper-sandbox.
INFO: Build completed successfully, 5 total actions
build% ./bazel-bin/main/hello-world
Hello world
Wed Jan  3 19:41:53 2024