Skip to content

Commit

Permalink
base: use single job to build ipmiComm.
Browse files Browse the repository at this point in the history
Using with multiple processes breaks the build, as interdependencies are
not properly handled when generating the substituted databases. Use a
single process for this specific module, so that local builds of other
modules can use multiple jobs without breaking.
  • Loading branch information
henriquesimoes committed Aug 7, 2024
1 parent fb01279 commit 4ea97d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/install_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ EPICS_BASE

download_from_github slac-epics-modules ipmiComm $IPMICOMM_VERSION
patch -d ipmiComm -Np1 < ipmicomm.patch
install_module ipmiComm IPMICOMM "
JOBS=1 install_module ipmiComm IPMICOMM "
EPICS_BASE
ASYN
"
Expand Down

0 comments on commit 4ea97d1

Please sign in to comment.