Skip to content

Commit

Permalink
Switch xcode_autoconf to use 'configure = True'
Browse files Browse the repository at this point in the history
Using 'local = True' seems to run this too frequently. Realistically the user's installed Xcode versions don't change very often so similar to cc_autoconf this should be ok.

Closes #19121.

PiperOrigin-RevId: 553557177
Change-Id: I66368ec31d97badd24814aa13177261099e56dc7
  • Loading branch information
keith authored and copybara-github committed Aug 3, 2023
1 parent 7897203 commit c747ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/osx/xcode_configure.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def _impl(repository_ctx):

xcode_autoconf = repository_rule(
implementation = _impl,
local = True,
configure = True,
attrs = {
"xcode_locator": attr.string(),
"remote_xcode": attr.string(),
Expand Down

0 comments on commit c747ae7

Please sign in to comment.