Environment Variables¶
Environment variables will override values in the clickable.json and can be overridden by command line arguments.
In contrast to the environment variables described here that configure Clickable, there are environment variables set by Clickable to be used during build.
CLICKABLE_ARCH
¶
Restricts build commands (build
, build-libs
, desktop
) to the specified architecture. Architecture agnostic builds (all
) are not affected. Useful in container mode.
CLICKABLE_QT_VERSION
¶
Overrides the clickable.json’s qt_version.
CARGO_HOME
¶
Overrides the clickable.json’s cargo_home.
CLICKABLE_DOCKER_IMAGE
¶
Overrides the clickable.json’s docker_image.
CLICKABLE_BUILD_ARGS
¶
Overrides the clickable.json’s build_args.
OPENSTORE_API_KEY
¶
Your api key for publishing to the OpenStore.
CLICKABLE_CONTAINER_MODE
¶
Same as –container-mode.
CLICKABLE_SERIAL_NUMBER
¶
Same as –serial-number.
CLICKABLE_OUTPUT
¶
Override the output directory for the resulting click file
CLICKABLE_NO_NVIDIA
¶
Same as –no-nvidia.
CLICKABLE_NON_INTERACTIVE
¶
Same as --non-interactive
CLICKABLE_DEBUG_BUILD
¶
Same as --debug
CLICKABLE_DARK_MODE
¶
Same as --dark-mode