Skip to content

Commit

Permalink
pkg_jobs: fix regression preventing fetching some packages
Browse files Browse the repository at this point in the history
When the solver hits conflicts after having fetch all the packages
it restarts itself and might design to fetch new packages.
  • Loading branch information
bapt committed Jan 24, 2025
1 parent 400f7b9 commit 169448a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libpkg/pkg_jobs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2214,7 +2214,6 @@ pkg_jobs_apply(struct pkg_jobs *j)
rc = pkg_jobs_fetch(j);
pkg_plugins_hook_run(PKG_PLUGIN_HOOK_POST_FETCH, j, j->db);
if (rc == EPKG_OK) {
j->need_fetch = false;
bool found_conflicts = false;
rc = pkg_jobs_check_and_solve_conflicts(j, &found_conflicts);
if (found_conflicts) {
Expand Down

0 comments on commit 169448a

Please sign in to comment.