-
-
Notifications
You must be signed in to change notification settings - Fork 249
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
Conversation
db07c8e
to
aae887a
Compare
ca3d695
to
2eee94c
Compare
tooling/reproducible/repro_common.sh
Outdated
rm -rf "$JDK_DIR/NOTICE" | ||
|
||
if [[ "$OS" =~ Linux ]]; then | ||
find "$JDK_DIR/" -type f -name "*.debuginfo" -delete |
There was a problem hiding this comment.
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>
b6cb0f0
to
cec8345
Compare
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
There was a problem hiding this 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
Fix #3920
Using common compare script
Remove non-revolant files
Remove debuginfo if exists from aqa-tests level