fix(x64-glibc-217): use modern gcc and python from conda-forge#190
fix(x64-glibc-217): use modern gcc and python from conda-forge#190underoll wants to merge 2 commits intonodejs:mainfrom
Conversation
bf12c3c to
65211fb
Compare
|
I've never heard of mamba, and mamba.pm looks sketchy, so this is going to require some endorsement from others more actively involved here who think this is a good idea. Otherwise, this isn't going to merge, sorry. |
em... looks like mamba.pm is just a hosting for the installer script mamba is a reimplementation of the conda package manager (popular for python, especially for data science) and is part of the conda-forge ecosystem i changed Miniforge to micromamba in 65211fb |
|
Is the fact that this uses mamba instead of conda a blocker? I notice no one else weighed in during the last few months, and being able to build glibc 2.17 unofficial builds in node 24 would be really nice. Is there a path forward to reimplement it using conda, even if it doesn't seem quite as well 'suitable for CI' ? |
|
https://conda-forge.org/blog/2025/07/16/security-audit/#final-notes
|
|
ok, thats reasonable actually there are gxx and python pachages in the "official" conda repo with "Anaconda Verified" mark should i investigate how to use this in CI? or you just dont like conda at all?.. |
|
oh... looks like they dont have ancient gxx versions in the main channel |
@vitaliylag made really awesome job in #174 !
I like most of the changes, but building gcc and several versions of python looks a bit overkill.
I'm creating this to show another more straightforward way to get modern gcc and python even on centos:7
My main need is modern nodejs on the legacy el7, so I fixed x64-glibc-217 only.
But it looks like we can use just the same docker image for all centos:7-based recipes.
I assume that modern gcc and python can build old nodejs versions also.
Moreover, we already have them in the repo, so who cares to rebuild them once again.
But if we really want to use different gcc and python versions for previous nodejs builds, we can do that gracefully with conda/mamba:
and then just switch them as