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

Add Mac Build JDK From SBOM script #3812

Merged
merged 23 commits into from
May 17, 2024

Conversation

steelhead31
Copy link
Contributor

Fixes #3633

Has been tested extensively as a standalone script: sample output:

Comparing src_jdk/Contents/Home with tar_jdk/Contents/Home ... output to file: repro_diff.out
Number of differences:      154
ReproduciblePercent = 99.85 %

@github-actions github-actions bot added the testing Issues that enhance or fix our test suites label May 15, 2024
@steelhead31
Copy link
Contributor Author

This script is the mac equivalent of the windows script :)

tooling/reproducible/macos_repro_build_compare.sh Outdated Show resolved Hide resolved
tooling/reproducible/macos_repro_build_compare.sh Outdated Show resolved Hide resolved
tooling/reproducible/macos_repro_build_compare.sh Outdated Show resolved Hide resolved
steelhead31 and others added 3 commits May 16, 2024 10:48
Co-authored-by: Martijn Verburg <martijnverburg@gmail.com>
Co-authored-by: Martijn Verburg <martijnverburg@gmail.com>
@sophia-guo
Copy link
Contributor

Since there are common functions for Mac and Window ( could also work for linux?), might be worth to restructure and integrate them to a common file later.

Copy link
Contributor

@andrew-m-leonard andrew-m-leonard left a comment

Choose a reason for hiding this comment

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

looks good

@steelhead31 steelhead31 merged commit c09349a into adoptium:master May 17, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Issues that enhance or fix our test suites
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Mac support for building from SBOM script
4 participants