Hive Hive
Sign in

Probe remote cache availability during tuist bazel setup

Metadata
Source
GitHub
Version
4.202.0-canary.2
Domains
Published
Jun 25, 2026 · 16:28 UTC
Repository
tuist/tuist
Update

Running tuist bazel setup now verifies that the resolved remote cache endpoint is actually reachable before writing .bazelrc.tuist. If the probe fails, setup aborts with a clear error, so users no longer get a generated Bazel config that only breaks at the first bazel build. The check covers the TUIST_CACHE_ENDPOINT override and single-server endpoint cases that previously skipped probing, and uses Bazel’s REAPI GetCapabilities handshake so connectivity, TLS, auth, and instance authorization are all validated.