rattler-build debug run#
Re-run the build script in an existing debug environment
Usage#
Options#
-
--work-dir <WORK_DIR>- Work directory to use (reads from last build in rattler-build-log.txt if not specified)
-
--trace- Enable shell tracing (bash -x) for verbose build output
-
--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#
Re-run the build script in an existing debug environment.
Sources build_env.sh and executes conda_build.sh (or .bat on Windows). Use --trace to enable bash -x for verbose output. The exit code of the build script is propagated.