conda-forge / libsolv-feedstock

A conda-smithy repository for libsolv.
BSD 3-Clause "New" or "Revised" License
4 stars 17 forks source link

patch `prune_dq_for_future_installed` out #85

Open jaimergp opened 7 months ago

jaimergp commented 7 months ago

Checklist

Fixes https://github.com/conda/conda-libmamba-solver/issues/317. See there for a beautiful journey down the rabbit hole.

TLDR: https://github.com/openSUSE/libsolv/commit/4edf4e62db655734d0c362c59f8cb1987ef6b164 seems to introduce non-deterministic behaviour that manifests in some tests in the conda test suite with alternative solutions. This reverts part of that PR so the new functions are not called in the main method.

conda-forge-webservices[bot] commented 7 months ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

jaimergp commented 7 months ago

On hold. I might be seeing the same issue in libsolv 0.7.24 so maybe this was a red herring.