Skip to content

Commit e2e0e86

Browse files
Stuart PadleyStuart Padley
authored andcommitted
Temp disable Windows ARM build due to named pipes
1 parent 38bb217 commit e2e0e86

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

build/azure-pipelines/build-product.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,14 @@ stages:
4242
os:
4343
arch: arm64
4444
binaryName: 'sqlcmd'
45-
windowsArm:
46-
imageName: 'windows-latest'
47-
artifact: WindowsArm
48-
os:
49-
arch: arm
50-
binaryName: 'sqlcmd.exe'
45+
# BUG: https://github.com/microsoft/go-sqlcmd/issues/224
46+
# Windows ARM build failing in named pipes code
47+
#windowsArm:
48+
# imageName: 'windows-latest'
49+
# artifact: WindowsArm
50+
# os:
51+
# arch: arm
52+
# binaryName: 'sqlcmd.exe'
5153
linuxs390x:
5254
imageName: 'ubuntu-latest'
5355
artifact: LinuxS390x

0 commit comments

Comments
 (0)