From 351f89ffe10a2f3aadfbc3a80704b5954dc356ca Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 11 Mar 2024 18:18:16 +0300 Subject: Adapt to build auxiliary machines related changes in libbpkg and libbbot --- mod/mod-build-task.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mod') diff --git a/mod/mod-build-task.cxx b/mod/mod-build-task.cxx index 1a06ce1..0cf59c6 100644 --- a/mod/mod-build-task.cxx +++ b/mod/mod-build-task.cxx @@ -409,6 +409,9 @@ handle (request& rq, response& rs) bool module_pkg (pn.string ().compare (0, 10, "libbuild2-") == 0); + // Note that the auxiliary environment is crafted by the bbot agent + // after the auxiliary machines are booted. + // task_manifest task (move (pn), move (p.version), move (r->location), @@ -417,8 +420,10 @@ handle (request& rq, response& rs) move (tests), b.dependency_checksum, cm.machine->name, + {} /* auxiliary_machines */, // @@ TMP AUXILIARY cm.config->target, cm.config->environment, + "" /* auxiliary_environment */, cm.config->args, move (pc.arguments), belongs (*cm.config, module_pkg ? "build2" : "host"), -- cgit v1.1