Skip to content
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

Reproducible build #509

Closed
wants to merge 12 commits into from
Closed

Reproducible build #509

wants to merge 12 commits into from

Conversation

SentryMan
Copy link
Collaborator

configures build to be reproducible

@SentryMan SentryMan self-assigned this Oct 28, 2024
@SentryMan SentryMan added the enhancement New feature or request label Oct 28, 2024
if the generators themselves are reproducible I'd be satisfied
@SentryMan SentryMan marked this pull request as draft October 28, 2024 04:18
@SentryMan
Copy link
Collaborator Author

seems it works on both mac and windows, but not in the build

@rbygrave
Copy link
Contributor

What are you hoping to achieve here? I don't believe these are strictly reproducible builds but what is the actual motivation here to trigger you doing this?

@SentryMan
Copy link
Collaborator Author

I was reading about all the benefits of reproducible builds, and I couldn't find any reason not to try seeing if the libraries here can have reproducible builds. For most of them it was a simple pom configuration.

@SentryMan
Copy link
Collaborator Author

SentryMan commented Oct 28, 2024

I suppose a more immediate tangible benefit is seeing and understanding where the randomness in the code-gen comes from. Even if it can't be resolved, it will increase our understanding.

@SentryMan
Copy link
Collaborator Author

You have to admit it's curious that that generator core is the one causing the problem. This raises some very interesting questions.

  • Is it an issue with the prisms generation?
  • If so, why does it fail here and not on the other repos?
  • Is http doing something else with the build that causes the core jar in particular to have different results every time?
  • Is it the weird shading thing we have going on?

@SentryMan
Copy link
Collaborator Author

well I'm stumped

@SentryMan SentryMan closed this Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants