I’m trying to build opencv.js for a project where it is required to provide instructions on how the exact builds of 3rd party libraries were created.
Every time you build opencv.js from scratch, the md5 hash is different. And from scratch I mean cloning a fresh repository, checking out the same commit and building the code using the same docker build command.
What causes this and more importantly, how can I make the builds identical?
Thanks.