Skip to content

Commit c747ae7

Browse files
keithcopybara-github
authored andcommitted
Switch xcode_autoconf to use 'configure = True'
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
1 parent 7897203 commit c747ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/osx/xcode_configure.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ def _impl(repository_ctx):
293293

294294
xcode_autoconf = repository_rule(
295295
implementation = _impl,
296-
local = True,
296+
configure = True,
297297
attrs = {
298298
"xcode_locator": attr.string(),
299299
"remote_xcode": attr.string(),

0 commit comments

Comments
 (0)