New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nbi and nbc files differ between builds #36
Comments
|
I am not sure why this happens. However, those files should not be part of a build anyway and are not included in either the wheel nor the conda packages nor the sdist. |
|
So we could just delete them from our rpm package and they would be recreated on the user side (if write permission is available)? |
|
Yes, indeed. These are Numba cache files (see https://numba.pydata.org/numba-doc/dev/developer/caching.html) and reside in the https://numba.pydata.org/numba-doc/dev/reference/envvars.html#envvar-NUMBA_CACHE_DIR |
|
We run unit-tests and maybe they get created there and get collected as part of the |
|
ok, then we should call the cleaning crew after the tests! I will try to fix this, just in case. |
While working on the reproducible builds effort, I found that
when building the python-acoular package for openSUSE Linux, there were slight differences between each build:
See https://reproducible-builds.org/ for why this matters.
The diff even occurs when trying to make 2 builds as similar as possible.
The text was updated successfully, but these errors were encountered: