TraceMachina / nativelink

NativeLink is an open source high-performance build cache and remote execution server, compatible with Bazel, Buck2, Reclient, and other RBE-compatible build systems. It offers drastically faster builds, reduced test flakiness, and specialized hardware.
https://nativelink.com
Apache License 2.0
1.19k stars 117 forks source link

Use an empty instance_name in docker compose example #1486

Open swarren12 opened 3 days ago

swarren12 commented 3 days ago

Description

Previously, the docker compose example used a default instance_name of "main", which meant that --remote_instance_name=main needed to be added to Bazel to get it to work as expected. This can be confusing for people who are just getting started and unfamiliar with all of the available configuration options. Since the value defaults to an empty string if this configuration item isn't provided, using that in the example should make it easier for someone to spin-up.

Fixes #1484

Type of change

How Has This Been Tested?

Manually

Checklist


This change is Reviewable

CLAassistant commented 3 days ago

CLA assistant check
All committers have signed the CLA.