Skip to content

Commit 21099fe

Browse files
committed
[CI] Disable windows swift 5.10 builds
The problem seems to be with the installation step, but I cannot fully understand it since I don't have a Windows computer to experiment.
1 parent c456d12 commit 21099fe

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,13 @@ stages:
168168
ICU_PATH: 'C:\Program Files\swift\icu-69.1\usr\bin'
169169
SWIFT_DEV_PATH: 'C:\Program Files\swift\runtime-development\usr\bin'
170170
XCTEST_LIB_PATH: '\x86_64'
171-
windowsSwift510:
172-
imageName: 'windows-2019'
173-
SWIFT_VERSION: '5.10'
174-
ICU_PATH: 'C:\Program Files\swift\icu-69.1\usr\bin'
175-
SWIFT_DEV_PATH: 'C:\Program Files\swift\runtime-development\usr\bin'
176-
XCTEST_LIB_PATH: '\x86_64'
171+
# TODO: There seems to be an unknown problem with the Swift installation step.
172+
# windowsSwift510:
173+
# imageName: 'windows-2019'
174+
# SWIFT_VERSION: '5.10'
175+
# ICU_PATH: 'C:\Program Files\swift\icu-69.1\usr\bin'
176+
# SWIFT_DEV_PATH: 'C:\Program Files\swift\runtime-development\usr\bin'
177+
# XCTEST_LIB_PATH: '\x86_64'
177178
pool:
178179
vmImage: $(imageName)
179180
variables:

0 commit comments

Comments
 (0)