Skip to content

Commit

Permalink
Remove temporary_directory (#2573)
Browse files Browse the repository at this point in the history
This was setting `temporary_directory = None` on xcodeproj_runner,
although it doesn't define it.

Example failure:
https://buildkite.com/bazel/bazelisk-plus-incompatible-flags/builds/1645#018a8918-b94e-4920-97c1-46fee1f6c2e7
Addresses: bazelbuild/bazel#19403

Signed-off-by: Ivo List <[email protected]>
  • Loading branch information
comius authored and brentleyjones committed Sep 12, 2023
1 parent b759803 commit ab138f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xcodeproj/internal/xcodeproj_macro.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,6 @@ Please refer to https://bazel.build/extending/config#defining) on how to them.
project_options = project_options,
scheme_autogeneration_mode = scheme_autogeneration_mode,
schemes_json = schemes_json,
temporary_directory = temporary_directory,
testonly = testonly,
top_level_device_targets = top_level_device_targets,
top_level_simulator_targets = top_level_simulator_targets,
Expand Down

0 comments on commit ab138f5

Please sign in to comment.