Skip to content

Commit 855bd72

Browse files
committed
Remove linux32 builds
1 parent 23b5978 commit 855bd72

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ stages:
1515
pool: {vmImage: 'ubuntu-22.04'}
1616
strategy:
1717
matrix:
18-
x86:
19-
AMPL_URL: $(LINUX32_BUNDLE_URL)
20-
image: 'nfbvs/manylinux32:coin_cmake-3.12.4_unixodbc-2.3.9'
21-
nbits: 32
2218
x64:
2319
AMPL_URL: $(LINUX64_BUNDLE_URL)
2420
image: 'nfbvs/manylinux:manylinux2014_x86_64_cmake-3.28.1-unixODBC-2.3.9'
@@ -55,10 +51,6 @@ stages:
5551
pool: {vmImage: 'ubuntu-22.04'}
5652
strategy:
5753
matrix:
58-
x86:
59-
AMPL_URL: $(LINUX32_BUNDLE_URL)
60-
image: 'nfbvs/manylinux32:coin_cmake-3.12.4_iodbc-3.52.15'
61-
nbits: 32
6254
x64:
6355
AMPL_URL: $(LINUX64_BUNDLE_URL)
6456
image: 'nfbvs/manylinux:manylinux2014_x86_64_cmake-3.28.1-iODBC-3.52.15'

0 commit comments

Comments
 (0)