-
-
Notifications
You must be signed in to change notification settings - Fork 636
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
Use native InteractiveProcess
{chroot}
support to avoid re-downloading JDKs for run
#16104
Labels
backend: JVM
JVM backend-related issues
Comments
Great news! It'll be a joy to remove the |
jyggen
pushed a commit
to jyggen/pants
that referenced
this issue
Jul 27, 2022
…antsbuild#16273) This replaces the hacky `__RuntimeJvm` construct with `InteractiveProcess`' support for `immutable_inputs` and `append_only_caches` that was added in pantsbuild#16093. This required adding passthrough args to `RunRequest`. Closes pantsbuild#16104 and removes a Terrible Terrible Hack. # 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]
stuhood
pushed a commit
to stuhood/pants
that referenced
this issue
Aug 2, 2022
…antsbuild#16273) This replaces the hacky `__RuntimeJvm` construct with `InteractiveProcess`' support for `immutable_inputs` and `append_only_caches` that was added in pantsbuild#16093. This required adding passthrough args to `RunRequest`. Closes pantsbuild#16104 and removes a Terrible Terrible Hack. # 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]
stuhood
pushed a commit
to stuhood/pants
that referenced
this issue
Aug 2, 2022
…antsbuild#16273) This replaces the hacky `__RuntimeJvm` construct with `InteractiveProcess`' support for `immutable_inputs` and `append_only_caches` that was added in pantsbuild#16093. This required adding passthrough args to `RunRequest`. Closes pantsbuild#16104 and removes a Terrible Terrible Hack. # 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]
stuhood
added a commit
that referenced
this issue
Aug 2, 2022
…herry-pick of #16273) (#16370) This replaces the hacky `__RuntimeJvm` construct with `InteractiveProcess`' support for `immutable_inputs` and `append_only_caches` that was added in #16093. This required adding passthrough args to `RunRequest`. Closes #16104 and removes a Terrible Terrible Hack. [ci skip-rust] [ci skip-build-wheels] Co-authored-by: Christopher Neugebauer <chrisjrn@toolchain.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#16093 adds support for
immutable_inputs
andappend_only_caches
toInteractiveProcess
. That support should be used to avoid downloading a separate JDK for thedeploy_jar
run
implementation.The text was updated successfully, but these errors were encountered: