File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
xcodeproj/internal/templates Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -94,15 +94,6 @@ readonly base_pre_config_flags=(
94
94
" --bes_upload_mode=NOWAIT_FOR_UPLOAD_COMPLETE"
95
95
)
96
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
97
# Build
107
98
108
99
echo " Starting Bazel build"
@@ -114,7 +105,6 @@ echo "Starting Bazel build"
114
105
${build_pre_config_flags: +" ${build_pre_config_flags[@]} " } \
115
106
--config=" $config " \
116
107
--color=yes \
117
- ${toolchain: +--action_env=TOOLCHAINS=" $toolchain " } \
118
108
" $output_groups_flag " \
119
109
" %generator_label%" \
120
110
${labels: +" --build_metadata=PATTERN=${labels[*]} " } \
You can’t perform that action at this time.
0 commit comments