Skip to content

Commit ed4dcd1

Browse files
wdconincCopilot
andauthored
docs: clarify argument and env var mismatch allowed
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 46ccbfe commit ed4dcd1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/building-locally.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,10 @@ flowchart TB
129129

130130
## Build Script Reference
131131

132-
Both scripts live in the repository root and accept command-line flags. All flags can also
133-
be set via environment variables of the same name (e.g. `JOBS=8 bash build-base.sh`).
132+
Both scripts live in the repository root and accept command-line flags. Many options can
133+
also be set via environment variables, but the variable names are script-specific and do
134+
not always exactly match the flag names (for example, `JOBS=8 bash build-base.sh`,
135+
`LOCAL_TAG=local bash build-eic.sh`, or `LOCAL_BASE_TAG=local bash build-eic.sh`).
134136

135137
### `build-base.sh`
136138

0 commit comments

Comments
 (0)