We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4e24c commit 17dddebCopy full SHA for 17dddeb
xcodeproj/internal/templates/bazel_build.sh
@@ -94,15 +94,6 @@ readonly base_pre_config_flags=(
94
"--bes_upload_mode=NOWAIT_FOR_UPLOAD_COMPLETE"
95
)
96
97
-# Custom Swift toolchains
98
-
99
-if [[ -n "${TOOLCHAINS-}" ]]; then
100
- toolchain="${TOOLCHAINS%% *}"
101
- if [[ "$toolchain" == "com.apple.dt.toolchain.XcodeDefault" ]]; then
102
- unset toolchain
103
- fi
104
-fi
105
106
# Build
107
108
echo "Starting Bazel build"
@@ -114,7 +105,6 @@ echo "Starting Bazel build"
114
${build_pre_config_flags:+"${build_pre_config_flags[@]}"} \
115
--config="$config" \
116
--color=yes \
117
- ${toolchain:+--action_env=TOOLCHAINS="$toolchain"} \
118
"$output_groups_flag" \
119
109
"%generator_label%" \
120
110
${labels:+"--build_metadata=PATTERN=${labels[*]}"} \
0 commit comments