Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove line preventing the use of 32 bit version on Linux #148

Merged
merged 1 commit into from
Feb 8, 2021
Merged

Remove line preventing the use of 32 bit version on Linux #148

merged 1 commit into from
Feb 8, 2021

Conversation

ktbarrett
Copy link
Contributor

@ktbarrett ktbarrett commented Feb 6, 2021

Line prevented all use of architecture: x86 and Linux distributions outright, which is not reasonable. While it is true that 32-bit version of Miniconda have not been produce in a while: 1) This isn't the right way to implement that check, it should be a warning at worst. 2) It shouldn't apply to specific version, only when 'latest' is specified; but it currently applies to all versions. 3) 'latest' is still the only way to refer to the latest release of Miniconda. There is no version alias for that release (AFAICT, based on dates).

Closes #147.

@bollwyvl
Copy link
Contributor

bollwyvl commented Feb 7, 2021 via email

@goanpeca goanpeca merged commit 77b16ed into conda-incubator:master Feb 8, 2021
@ktbarrett ktbarrett deleted the fix-32-bit-linux branch February 8, 2021 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

using 32-bit versions of miniconda on Linux
3 participants