2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 <2020> 2021 2022 2023 2024 2025 | Index | 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 <2020> 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: BETA: ci-scripts 3.0 (feat. Windows on Travis) |
From: | Ralph Lange via Core-talk <core-talk at aps.anl.gov> |
To: | EPICS Core Talk <core-talk at aps.anl.gov> |
Date: | Wed, 10 Jun 2020 22:25:11 +0200 |
Mea culpa, I should have looked at the README.md more carefully. ADD_MODULES was exactly what I was looking for.
Actually I think the README only documents omitting the .set in the context of the “include” statement, not the SET statement. There is one example (SET=stable) that omits the .set.
Ø Also: the 'STATIC=YES/NO' setting has been replaced by 'BCFG=default/static/debug/static-debug'.
Yes, I had made all of those changes already.
What –j count is being used by that job? Is see that cue.py has these lines:
cue.py: parallel = kws.pop('parallel', 2)
cue.py: makeargs = ['-j{0}'.format(parallel)]
I suspect that means there is a default value of –j2. How does one specify a different value for “parallel”?