Skip to content

Commit

Permalink
Enable conda-build to produce .conda packages
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
jakirkham authored Aug 28, 2024
1 parent e97514d commit b3c50cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions context/condarc.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3c50cc

Please sign in to comment.