conda-forge / conda-forge/conda-forge.github.io

ruby `track_feature` fixes/changes

未关闭
#1,568 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
JavaScript
星标
170
派生
320
平均合并
2 天 10 小时
30 天内合并 PR
5

描述

So we've been incorrectly removing the ruby "rb2X" `track_feature` entries in our repodata patches. These are used to ensure conda does not update ruby since gems depend on the major.minor version.

We have a few options to fix this.

1. Fix the repodata patching.
- This will fix things for conda, but mamba likely won't interpret the fixed repodata correctly.

2. Move the ruby package to self-pin itself using a post-link script (idea from @jaimergp).
- Depending on how conda/mamba CLI flags override things, this may prevent updates unless the pin is removed by hand.

3. Leave it as broken.
- Clear downsides w/ gems but overall keeps the status quo.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。