-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Enable persistent worker mode in Android desugar actions #8343
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jin
changed the title
Workerize desugar
Enable persistent worker mode in Android desugar actions
May 17, 2019
Change-Id: I11221b5f47c977bb16e3148d883778f025a09f08
Change-Id: I002ee7c0d94851dd69628eb5876b32ba8548146d
Change-Id: Id1e773f8c8b1484d1e3ff808d9032b2e2289dd14
Change-Id: I8eb17716508432e7256363ad7cb0e7207da93ea7
Change-Id: Ib0bfa836d4d04947ee1de72a46a4b8c8b2399ca3
Change-Id: I85a36fe539eacd9bf9c5dfc9dfb20408102570ab
Change-Id: Iaf5d1b9ac9301e34052d88a4d266b30471436f9e
Change-Id: I2c5e1787aa7e9aae7106fc71acade5377e479366
Change-Id: If1eeec8449d64246b3537c423ea83ce74f124cfa
Change-Id: I68e24f09d2b65b40626f25b6abacde95a8446039
Change-Id: Id6baff1e47e7151124e25792da841a76821ea466
Change-Id: Id573b8f8e011bb928cf34fa4b858e2886f0cd106
Change-Id: If796a5d6f76f355461deae3477d18228bae9d96b
Change-Id: Ib87575ab6c4b65d5927f6f5b7295332fcdb08c0e
irengrig
pushed a commit
to irengrig/bazel
that referenced
this pull request
Jun 18, 2019
RELNOTES: The Android desugaring actions now support a persistent worker mode for faster local build performance. Enable it with `--strategy=Desugar=worker`. Fixes bazelbuild#8342 Closes bazelbuild#8343. Change-Id: Ib87575ab6c4b65d5927f6f5b7295332fcdb08c0e PiperOrigin-RevId: 249495154
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
RELNOTES: The Android desugaring actions now support a persistent worker mode for faster build performance. Enable it with
--strategy=Desugar=worker
.Fixes #8342