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
Compiling intel-tbb twice on two different machines leads to two different binaries which makes it unreproducible. Not recording the hostname and build time in BUILD_HOST and __TBB_DATETIME would make the build reproducible.
The movitation for wanting reproducible builds can be found here: https://reproducible-builds.org/
The text was updated successfully, but these errors were encountered:
#82 and #37 would resolve this issue.
Sorry, something went wrong.
@jelly builds of oneTBB is expected to be reproducible ( as per : #37 (comment) ) @alexey-katranov , please correct me if I'm wrong
No branches or pull requests
Compiling intel-tbb twice on two different machines leads to two different binaries which makes it unreproducible. Not recording the hostname and build time in BUILD_HOST and __TBB_DATETIME would make the build reproducible.
The movitation for wanting reproducible builds can be found here:
https://reproducible-builds.org/
The text was updated successfully, but these errors were encountered: