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

Ensure CCache disabled for all reproducible jdk-17 & jdk-19+ builds #3470

Merged
merged 3 commits into from
Sep 4, 2023

Conversation

andrew-m-leonard
Copy link
Contributor

@andrew-m-leonard andrew-m-leonard commented Sep 4, 2023

Fixes #3469

Ensure reproducible jdk-17 & jdk-19+ builds disable ccache, as it produces non-deterministic binaries: #2973 (comment)

Also, in similar vane, for nightly builds the TZ needs to always be set to UTC: #3075

@andrew-m-leonard andrew-m-leonard self-assigned this Sep 4, 2023
Copy link
Contributor

@steelhead31 steelhead31 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tellison tellison merged commit f97f3cf into adoptium:master Sep 4, 2023
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nightly/Beta builds are not always reproducible due to use of ccache
4 participants