You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
Stateful incremental Zinc is disabled by default. However, there still extra work being done just because it is an option. E.g. unpacking upstream JARs.
There should be a choice between two modes (probably toolchains).
(a) Stateless. Does not unpack JARs, etc.
(b) Stateful-optional. Does unpack JARs, etc. Can use prior state if the --persistent_dir flag is specified.
These two modes would produce different outputs and so would not share cache hits between them. (Though within the mode, they would share cache hits.)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Stateful incremental Zinc is disabled by default. However, there still extra work being done just because it is an option. E.g. unpacking upstream JARs.
There should be a choice between two modes (probably toolchains).
(a) Stateless. Does not unpack JARs, etc.
(b) Stateful-optional. Does unpack JARs, etc. Can use prior state if the
--persistent_dir
flag is specified.These two modes would produce different outputs and so would not share cache hits between them. (Though within the mode, they would share cache hits.)
The text was updated successfully, but these errors were encountered: