mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 20:00:12 +01:00
In particular, bazel builds would previously fail in `workspace_status.py` if you didn't have a `.git` with this error: > ``` > ERROR: <builtin>: BazelWorkspaceStatusAction stable-status.txt failed: Failed to determine workspace status: Process exited with status 1 > fatal: not a git repository (or any of the parent directories): .git > ``` Assisted-by: Google Antigravity --------- Co-authored-by: Josh L <josh11b@users.noreply.github.com> Co-authored-by: Chandler Carruth <chandlerc@gmail.com>