Bug#1082494: [Debian-med-packaging] Bug#1082494: build ignores requested number of parallel processes

2024-09-21 Thread Johannes Schauer Marin Rodrigues
Hi Étienne, Quoting Étienne Mollier (2024-09-21 10:52:55) > Thanks for the patch, I applied it, modulo the typo at the end of the > "patsubst" line. Sorry I didn't think of situations where it is desirable to > run builds and tests in a single thread when hardwiring pytest options some > time ago

Bug#1082494: [Debian-med-packaging] Bug#1082494: build ignores requested number of parallel processes

2024-09-21 Thread Étienne Mollier
Hi josch, Johannes Schauer Marin Rodrigues, on 2024-09-21: > when building your package with dpkg-buildpackage -j X, which sets > DEB_BUILD_OPTIONS=parallel=X, the dh_auto_test step ignores that setting > and will run with whatever `nproc` returns regardless. Untested patch: > > --- a/debian/rule

Bug#1082494: build ignores requested number of parallel processes

2024-09-20 Thread Johannes Schauer Marin Rodrigues
Source: pyranges Severity: normal Hi, when building your package with dpkg-buildpackage -j X, which sets DEB_BUILD_OPTIONS=parallel=X, the dh_auto_test step ignores that setting and will run with whatever `nproc` returns regardless. Untested patch: --- a/debian/rules +++ b/debian/rules @@ -10,7