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

Update reproducible comparing on linux #3921

Merged
merged 11 commits into from
Sep 6, 2024
Merged

Conversation

sophia-guo
Copy link
Contributor

@sophia-guo sophia-guo commented Aug 21, 2024

Fix #3920

Using common compare script
Remove non-revolant files
Remove debuginfo if exists from aqa-tests level

@sophia-guo sophia-guo self-assigned this Aug 21, 2024
@sophia-guo sophia-guo marked this pull request as draft August 21, 2024 20:51
@github-actions github-actions bot added the x-linux Issues that affect or relate to the x64/x32 LINUX OS label Aug 21, 2024
@sophia-guo
Copy link
Contributor Author

sophia-guo commented Aug 21, 2024

rm -rf "$JDK_DIR/NOTICE"

if [[ "$OS" =~ Linux ]]; then
find "$JDK_DIR/" -type f -name "*.debuginfo" -delete
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think removing the debuginfo here is the right thing to do, we should ensure only the JDK tarball is unpacked

Also, the "release" file should not be totally ignored, only the specific Temurin lines should be removed, as in cleanTemurinBuildInfo()

Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
@sophia-guo
Copy link
Contributor Author

@github-actions github-actions bot added the testing Issues that enhance or fix our test suites label Sep 4, 2024
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
tooling/reproducible/repro_common.sh Outdated Show resolved Hide resolved
tooling/reproducible/repro_common.sh Show resolved Hide resolved
tooling/reproducible/repro_common.sh Show resolved Hide resolved
tooling/reproducible/repro_process.sh Outdated Show resolved Hide resolved
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
@sophia-guo
Copy link
Contributor Author

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 thanks Sophia

@sophia-guo sophia-guo merged commit fc65df3 into adoptium:master Sep 6, 2024
26 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 x-linux Issues that affect or relate to the x64/x32 LINUX OS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JDK23 Linux reproducible comparing tests failure
3 participants