From 03c931e54e618221b69cfcd3dfb462e50ecad780 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 28 Oct 2022 23:21:29 +0300 Subject: Add support for package build configurations --- load/load.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'load') diff --git a/load/load.cxx b/load/load.cxx index 760ce28..000743c 100644 --- a/load/load.cxx +++ b/load/load.cxx @@ -5,10 +5,9 @@ #include #include -#include // this_thread::sleep_for() -#include // strncmp() +#include // this_thread::sleep_for() +#include // strncmp() #include -#include // find(), find_if() #include #include @@ -581,6 +580,8 @@ load_packages (const shared_ptr& rp, move (ts), move (pm.builds), move (pm.build_constraints), + build_package_configs (make_move_iterator (pm.build_configs.begin ()), + make_move_iterator (pm.build_configs.end ())), move (pm.location), move (pm.fragment), move (pm.sha256sum), -- cgit v1.1