Skip to content
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 workers for Desugar by default #8448

Closed
wants to merge 1 commit into from

Conversation

jin
Copy link
Member

@jin jin commented May 23, 2019

Default Desugar to use persistent workers as a sane default. Measured to reduce local build times by up to 20%.

RELNOTES: Android desugaring actions now use persistent workers by default. This has been measured to provide up to 20% reduction in build times. To disable it, use the --strategy=Desugar=sandboxed flag. See #8342 and #8427 for more details on local build speed optimization for Android apps.

@bazel-io bazel-io closed this in 6eda6b5 May 29, 2019
irengrig pushed a commit to irengrig/bazel that referenced this pull request Jun 18, 2019
Default Desugar to use persistent workers as a sane default. Measured to reduce local build times by up to 20%.

RELNOTES: Android desugaring actions now use persistent workers by default. This has been measured to provide up to 20% reduction in build times. To disable it, use the `--strategy=Desugar=sandboxed` flag. See bazelbuild#8342 and bazelbuild#8427 for more details on local build speed optimization for Android apps.

Closes bazelbuild#8448.

PiperOrigin-RevId: 250531699
irengrig pushed a commit to irengrig/bazel that referenced this pull request Jul 15, 2019
Default Desugar to use persistent workers as a sane default. Measured to reduce local build times by up to 20%.

RELNOTES: Android desugaring actions now use persistent workers by default. This has been measured to provide up to 20% reduction in build times. To disable it, use the `--strategy=Desugar=sandboxed` flag. See bazelbuild#8342 and bazelbuild#8427 for more details on local build speed optimization for Android apps.

Closes bazelbuild#8448.

PiperOrigin-RevId: 250531699
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants