constructor icon indicating copy to clipboard operation
constructor copied to clipboard

Add same feature as in conda: use_only_tar_bz2: True

Open bkreider opened this issue 1 year ago • 1 comments

Checklist

  • [X] I added a descriptive title
  • [X] I searched open requests and couldn't find a duplicate

What is the idea?

Create a setting for only using tar bz2 files like in conda/.condarc: use_only_tar_bz2: True

Why is this needed?

This isn't a common problem, but sometimes it is desirable to force building using only tar.bz2 format conda packages.

What should happen?

A user would set this setting to True and the installer would only use tar.bz2 format conda packages when building the installer.

Additional Context

No response

bkreider avatar May 31 '23 13:05 bkreider