We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ccbfe commit ed4dcd1Copy full SHA for ed4dcd1
1 file changed
docs/building-locally.md
@@ -129,8 +129,10 @@ flowchart TB
129
130
## Build Script Reference
131
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`).
+Both scripts live in the repository root and accept command-line flags. Many options can
+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`).
136
137
### `build-base.sh`
138
0 commit comments