Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
I’m testing on two machines, (osx jdk HotSpot 22.0.1+8-16), and (linux , jdk Red Hat 21.0.3+9).. in the /camel/core/camel-util dir of the main branch. When I run:
mvn clean process-classes && sha256sum target/classes/META-INF/jandex.idx
on both I get different sha signatures. But if I run something that should be equivalent:
mvn clean compile io.smallrye:jandex-maven-plugin:3.1.7:jandex && sha256sum target/classes/META-INF/jandex.idx
then I get the same sha.
Attachments
Issue Links
- relates to
-
CAMEL-20814 Publish buildinfo and provide a build container to improve release reproducibility.
- Open
- links to