rattler-build debug setup#
Set up a debug environment from a recipe
Usage#
Options#
-
--recipe (-r) <RECIPE>- Recipe file or directory to debug
default:.
-
--target-platform <TARGET_PLATFORM>- The target platform to build for
-
--host-platform <HOST_PLATFORM>- The host platform to build for (defaults to target_platform)
-
--build-platform <BUILD_PLATFORM>- The build platform to build for (defaults to current platform)
-
--channel (-c) <CHANNELS>- Channels to use when building
May be provided more than once.
-
--output-name <OUTPUT_NAME>- Name of the specific output to debug (only required when a recipe has multiple outputs)
-
--experimental- Enable experimental features
env:RATTLER_BUILD_EXPERIMENTAL
-
--allow-insecure-host <ALLOW_INSECURE_HOST>- List of hosts for which SSL certificate verification should be skipped
May be provided more than once.
-
--channel-priority <CHANNEL_PRIORITY>- Channel priority to use when solving
Modifying result#
-
--output-dir <OUTPUT_DIR>- Output directory for build artifacts.
env:CONDA_BLD_PATH
Description#
Set up a debug environment from a recipe.
Resolves dependencies, downloads sources, applies patches, installs build/host environments, and creates the build script — then stops. Use debug shell or debug run afterwards to work in the environment.