Add an extra sync

This commit is contained in:
Simon Quigley 2025-01-27 18:01:22 -06:00
parent 9e6a0b0453
commit 3bff0f3651

View File

@ -665,6 +665,7 @@ std::string CiLogic::queue_pull_tarball(std::vector<std::shared_ptr<PackageConf>
// REAL pull // REAL pull
auto new_item = std::make_shared<package_conf_item>(); auto new_item = std::make_shared<package_conf_item>();
new_item->first_pkgconf = r; new_item->first_pkgconf = r;
r->sync();
// Enqueue "pull" // Enqueue "pull"
task_queue->enqueue( task_queue->enqueue(