Add 'jobs' flag to the 'compile' and 'install' subcommands

This commit is contained in:
2026-01-19 17:42:47 +02:00
parent 72f17f8954
commit 9c2d4595c7
4 changed files with 42 additions and 3 deletions
+1
View File
@@ -21,6 +21,7 @@ type configDatabase struct {
type CompilationBPMConfigStruct struct {
PrivilegeEscalatorCmd string `yaml:"privilege_escalator_cmd"`
CompilationJobs int `yaml:"compilation_jobs"`
CompilationEnvironment []string `yaml:"compilation_env"`
}