-
-
Notifications
You must be signed in to change notification settings - Fork 643
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
resources jar is reproducible by default, no need to strip #17036
Conversation
# Rust tests and lints will be skipped. Delete if not intended. [ci skip-rust] # Building wheels and fs_util will be skipped. Delete if not intended. [ci skip-build-wheels]
@@ -119,8 +118,6 @@ async def assemble_resources_jar( | |||
) | |||
|
|||
output_digest = resources_jar_result.output_digest | |||
if jvm.reproducible_jars: |
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.
Should the option be deprecated?
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.
it is still in use for java and scala jars, just not needed anymore for resources jar.
pretty sure it is not related, can you please retrigger it? |
can this be cherry picked? |
…d#17036) Remove use of the `[jvm].reproducible_jars` option for resources jars, since they are now deterministic by default. [ci skip-rust] [ci skip-build-wheels]
…d#17036) Remove use of the `[jvm].reproducible_jars` option for resources jars, since they are now deterministic by default. [ci skip-rust] [ci skip-build-wheels]
I tested this both in the CI and locally and it seems the zip operation now yields consistent result and doesn't need the strip jar anymore.