]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Disable choice rules for Conda 546/head
authorJonas Haag <jonas@lophus.org>
Sat, 2 Dec 2023 11:21:51 +0000 (12:21 +0100)
committerGitHub <noreply@github.com>
Sat, 2 Dec 2023 11:21:51 +0000 (12:21 +0100)
src/solver.c

index bdce9a9d7114ed40e6d7a49241acc338e153cfef..363d887346a7329a8e1b59ff222f5836d5e5c271 100644 (file)
@@ -4297,7 +4297,7 @@ solver_solve(Solver *solv, Queue *job)
   else
     solv->strictrepopriorules = solv->strictrepopriorules_end = solv->nrules;
 
-  if (1)
+  if (pool->disttype != DISTTYPE_CONDA)
     solver_addchoicerules(solv);
   else
     solv->choicerules = solv->choicerules_end = solv->nrules;