rattler-build rebuild#
Rebuild a package from a package file instead of a recipe
Usage#
Options#
-
--package-file (-p) <PACKAGE_FILE>- The package file to rebuild (can be a local path or URL)
required:true
-
--compression-threads <COMPRESSION_THREADS>- The number of threads to use for compression
env:RATTLER_COMPRESSION_THREADS
-
--io-concurrency-limit <IO_CONCURRENCY_LIMIT>- The number of threads to use for I/O operations when installing packages
env:RATTLER_IO_CONCURRENCY_LIMIT
-
--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#
-
--test <TEST>- The strategy to use for running tests
options:skip,native,native-and-emulated
-
--output-dir <OUTPUT_DIR>- Output directory for build artifacts.
env:CONDA_BLD_PATH