Draft: Only solve full environments on linux-64
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'tlinux-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