#1136632 python-brian-doc: doesn't reproduce as it captures build parallelism into the binary

#1136632#5
Date:
2026-05-14 07:34:24 UTC
From:
To:
Hi,

I just had a look at why python-brian-doc doesn't reproduce and it seems
to capture the amount of parallelism requested for the build and embeds
it in the binary. Could you have a look and avoid it?

Paul

https://reproduce.debian.net/all/api/v1/builds/202178/artifacts/413234/diffoscope

There are more places, but this is clear:

│ │ │ ├── html2text {}
│ │ │ │ @@ -395,15 +395,15 @@
│ │ │ │  -
│ │ │ │
│ │ │ │  [devices.cpp_standalone]
│ │ │ │
│ │ │ │  # Additional flags to pass to the GNU make command on Linux/OS-X.
│ │ │ │  # Defaults to "-j $(CPU_COUNT)" for parallel compilation.
│ │ │ │
│ │ │ │ -extra_make_args_unix = ['-j6']
│ │ │ │ +extra_make_args_unix = ['-j16']