-
-
Notifications
You must be signed in to change notification settings - Fork 286
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
Conda forge no longer works through Artifactory #2437
Comments
This issue needs to be opened on the conda/conda-build issue tracker I think. cc @conda-forge/core this looks potentially breaking? |
Im not sure you are right. In the metadata file it looks like the track_features field was always List. |
conda-forge doesn't itself make any changes or maintain the tooling that builds packages. So any incompatibilities or changes in metadata formats by definition are changes in conda, conda-build, or some other tool. Thus a conda-forge issue tracker is not the correct spot for this issue. The best way to understand this is to note that both links you included in your previous message are to repos in the conda github org. Please reopen this issue there. |
@oriyafe do you work for Artifactory or are you a user? It helps build context. moved to a v1 recipe that may have caused issues. |
I'm working in Artifactory and this change impacted significantly many Conda users within our community. |
I take this to mean that you have an environment in their CI pipeline??? |
Yes, exactly. Many Conda pipelines are failing because of this change |
Xref: conda/conda-build#5608 |
This issue can be closed in favor of the issue above on the correct issue tracker. Please follow along there for updates. |
conda-forge started to return the field track_features as list and not String which broke to contract between conda and Artifactory.
Two days ago https://gitlab.com/petsc/petsc added a new package: petsc-3.22.3-cuda11_complex_he184e62_101.conda to conda forge with list of track_features ("track_features" : "petsc-p-0, petsc-p-1"):
https://conda.anaconda.org/conda-forge/linux-64/current_repodata.json
Please change the track_features field to String or remove this package.
The text was updated successfully, but these errors were encountered: