From 623e4436ead7e9cd5c0d29eb14437c5cc5d20674 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 2 Jul 2024 13:50:56 +0530 Subject: evanix: add --max-build flag --- include/evanix.h | 1 + include/solver_util.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/evanix.h b/include/evanix.h index c4285fc..32f6ed6 100644 --- a/include/evanix.h +++ b/include/evanix.h @@ -8,6 +8,7 @@ struct evanix_opts_t { bool ispipelined; bool close_stderr_exec; char *system; + int max_build; }; extern struct evanix_opts_t evanix_opts; diff --git a/include/solver_util.h b/include/solver_util.h index 5c5f5d2..08f7f16 100644 --- a/include/solver_util.h +++ b/include/solver_util.h @@ -8,7 +8,7 @@ struct jobid { struct job **jobs; size_t filled, size; uint32_t *cost; - /* user directly asked for this to be build, not a transitively acquired + /* user directly asked for this to be built, not a transitively acquired * dependency */ bool *isdirect; }; -- cgit v1.2.3