These instructions contain information on how to work with NativeLink for Bazel
users.
If you’re using the Nix flake you’re all set.
If you’re running outside of nix, install bazelisk
manually and make sure you have a recent functional C++ toolchain with LLD as
linker.
The following commands places an executable in ./bazel-bin/nativelink
and
starts the service:
For optimized builds:
To run tests with Bazel: