Skip to content

Draft: Only solve full environments on linux-64

Duncan Macleod requested to merge duncanmmacleod/conda:linux-64-only into testing

This MR implements Drop support for non Linux distributions (#73) by modifying the distribution infrastructure as follows:

  • Apply the new --skip-solve flag to the renderer for all conda subdirs that aren't linux-64
  • Patch the docs to document that linux-64 is the only fully supported platform

Once this is merged users will still see documentation of how to create 'simple' environments using the new (untested) .txt files for that platform (see !1478 (merged)), so should still be able to 'mimic' the distribution on their platform just without pinning to exact builds or any transitive dependencies.

Edited by Duncan Macleod

Merge request reports