diff options
Diffstat (limited to 'bbot/agent/agent.cxx')
-rw-r--r-- | bbot/agent/agent.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bbot/agent/agent.cxx b/bbot/agent/agent.cxx index dac70ee..ea0bb34 100644 --- a/bbot/agent/agent.cxx +++ b/bbot/agent/agent.cxx @@ -311,7 +311,8 @@ try mh.summary, machine_type::kvm, string ("de:ad:be:ef:de:ad"), - nullopt}, + nullopt, + strings ()}, toolchain_manifest {tc_id}, bootstrap_manifest {} }); |