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
Merge request reports
Activity
Filter activity
added linux-64 linux-aarch64 linux-ppc64le osx-64 osx-arm64 targettesting win-64 labels
added infrastructure label
added 10 commits
-
0c58311a...dc2110df - 7 commits from branch
computing:testing
- 2b143eec - render.sh: set output directory using subdir
- 0bba2653 - igwn_conda.render: support skipping the environment solve
- a9e2132e - ci: don't solve non-linux-x86_64 environments
Toggle commit list-
0c58311a...dc2110df - 7 commits from branch
added 7 commits
- ad763d29 - render.sh: set output directory using subdir
- bd566855 - igwn_conda.render: support skipping the environment solve
- cf367e39 - igwn_conda: add '--yes' argument to conda calls
- 7d684b65 - improve gitignore for generated docs
- a4af6838 - ci: separate markdown rendering and mkdocs build
- ff0eeef3 - igwn_conda.write_env_md: refactor to include argument handling
- cc29117a - don't solve non-linux-x86_64 environments
Toggle commit list
Please register or sign in to reply