From b3c50cca6069cf32837558be18d4ef51c28000f2 Mon Sep 17 00:00:00 2001 From: jakirkham Date: Tue, 27 Aug 2024 17:23:02 -0700 Subject: [PATCH] Enable `conda-build` to produce `.conda` packages Switch from `.tar.bz2` packages to `.conda` packages. This will allow the metadata of packages to be read without decompression. Also `.conda` packages allow changing the compression used under-the-hood (currently this is Zstd based). --- context/condarc.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/context/condarc.tmpl b/context/condarc.tmpl index 85f1e91..9700665 100644 --- a/context/condarc.tmpl +++ b/context/condarc.tmpl @@ -7,6 +7,7 @@ channels: - conda-forge - nvidia conda-build: + pkg_format: '2' set_build_id: false root_dir: $RAPIDS_CONDA_BLD_ROOT_DIR output_folder: $RAPIDS_CONDA_BLD_OUTPUT_DIR