Sxnan commented on code in PR #567:
URL: https://github.com/apache/flink-agents/pull/567#discussion_r2944951327
##########
docs/content/docs/get-started/installation.md:
##########
@@ -170,6 +170,15 @@ After building:
- The Python package is installed and ready to use
- The distribution JAR is located at:
`dist/flink-${FLINK_VERSION%.*}/target/flink-agents-dist-*.jar`
+### Build Environment Variables
+
+The following environment variables can be used to control how JARs are
resolved during `pip install flink-agents` (from sdist) or `python -m build`:
+
+| Variable | Description |
+|----------|-------------|
+| `FLINK_AGENTS_SKIP_JAR_DOWNLOAD` | Set to `1`, `true`, `yes`, or `on` to
skip downloading JARs from Maven Central. Useful when building from source with
`tools/build.sh`, which copies JARs from the local Maven build. |
Review Comment:
These values are case-insensitive. So TRUE, True, true, 1, etc., all work
correctly.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]