mirror of
https://github.com/EnumeratedDev/bpm.git
synced 2026-09-21 21:16:12 +00:00
Add 'jobs' flag to the 'compile' and 'install' subcommands
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user