Skip to content

Commit bfbf823

Browse files
committed
[ci] Remove more XCODE32_DIR usages (#16964)
Follow-up to #16936 (cherry picked from commit 74b9ca4)
1 parent ce01b20 commit bfbf823

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/ci/run-jenkins.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,15 +172,13 @@ if [[ ${CI_TAGS} == *'sdks-ios'* ]];
172172
# configuration on our bots: https://github.com/mono/mono/pull/11691#issuecomment-439178459
173173
if [[ ${CI_TAGS} == *'xcode11'* ]]; then
174174
export XCODE_DIR=/Applications/Xcode11.app/Contents/Developer
175-
export XCODE32_DIR=/Applications/Xcode94.app/Contents/Developer
176175
export MACOS_VERSION=10.15
177176
export IOS_VERSION=13.0
178177
export TVOS_VERSION=13.0
179178
export WATCHOS_VERSION=6.0
180179
export WATCHOS64_32_VERSION=6.0
181180
else
182181
export XCODE_DIR=/Applications/Xcode101.app/Contents/Developer
183-
export XCODE32_DIR=/Applications/Xcode94.app/Contents/Developer
184182
export MACOS_VERSION=10.14
185183
export IOS_VERSION=12.1
186184
export TVOS_VERSION=12.1
@@ -234,11 +232,9 @@ then
234232
# configuration on our bots: https://github.com/mono/mono/pull/11691#issuecomment-439178459
235233
if [[ ${CI_TAGS} == *'xcode11'* ]]; then
236234
export XCODE_DIR=/Applications/Xcode11.app/Contents/Developer
237-
export XCODE32_DIR=/Applications/Xcode94.app/Contents/Developer
238235
export MACOS_VERSION=10.15
239236
else
240237
export XCODE_DIR=/Applications/Xcode101.app/Contents/Developer
241-
export XCODE32_DIR=/Applications/Xcode94.app/Contents/Developer
242238
export MACOS_VERSION=10.14
243239
fi
244240

0 commit comments

Comments
 (0)