Skip to content

Commit e272cf2

Browse files
committed
ci: Disable building of 32-bit wheels
CastXML binaries are not available for this platform
1 parent f3af310 commit e272cf2

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

.circleci/config.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ references:
3131
- image: dockcross/manylinux-x64
3232
<<: *ci_steps
3333

34-
x86_build_job: &x86_build_job
35-
docker:
36-
- image: dockcross/manylinux-x86
37-
<<: *ci_steps
34+
# x86_build_job: &x86_build_job
35+
# docker:
36+
# - image: dockcross/manylinux-x86
37+
# <<: *ci_steps
3838

3939
no_filters: &no_filters
4040
filters:
@@ -50,10 +50,10 @@ jobs:
5050
<<: *x64_build_job
5151

5252
# x86
53-
manylinux-x86_cp27-cp27mu:
54-
<<: *x86_build_job
55-
manylinux-x86_cp37-cp37m:
56-
<<: *x86_build_job
53+
# manylinux-x86_cp27-cp27mu:
54+
# <<: *x86_build_job
55+
# manylinux-x86_cp37-cp37m:
56+
# <<: *x86_build_job
5757

5858
deploy-master:
5959
docker:
@@ -92,19 +92,19 @@ workflows:
9292
- manylinux-x64_cp37-cp37m_upload-sdist:
9393
<<: *no_filters
9494
# x86
95-
- manylinux-x86_cp27-cp27mu:
96-
<<: *no_filters
97-
- manylinux-x86_cp37-cp37m:
98-
<<: *no_filters
95+
# - manylinux-x86_cp27-cp27mu:
96+
# <<: *no_filters
97+
# - manylinux-x86_cp37-cp37m:
98+
# <<: *no_filters
9999

100100
- deploy-master:
101101
requires:
102102
# x64
103103
- manylinux-x64_cp27-cp27mu
104104
- manylinux-x64_cp37-cp37m_upload-sdist
105105
# x86
106-
- manylinux-x86_cp27-cp27mu
107-
- manylinux-x86_cp37-cp37m
106+
# - manylinux-x86_cp27-cp27mu
107+
# - manylinux-x86_cp37-cp37m
108108
filters:
109109
branches:
110110
only: master
@@ -114,8 +114,8 @@ workflows:
114114
- manylinux-x64_cp27-cp27mu
115115
- manylinux-x64_cp37-cp37m_upload-sdist
116116
# x86
117-
- manylinux-x86_cp27-cp27mu
118-
- manylinux-x86_cp37-cp37m
117+
# - manylinux-x86_cp27-cp27mu
118+
# - manylinux-x86_cp37-cp37m
119119
filters:
120120
tags:
121121
only: /^[0-9]+(\.[0-9]+)*(\.post[0-9]+)?$/

appveyor.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ version: "0.0.1.{build}"
88
environment:
99
matrix:
1010

11-
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
12-
PYTHON_DIR: "C:\\Python27"
13-
PYTHON_VERSION: "2.7.x"
14-
PYTHON_ARCH: "32"
15-
BLOCK: "0"
11+
# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
12+
# PYTHON_DIR: "C:\\Python27"
13+
# PYTHON_VERSION: "2.7.x"
14+
# PYTHON_ARCH: "32"
15+
# BLOCK: "0"
1616

1717
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
1818
PYTHON_DIR: "C:\\Python27-x64"
1919
PYTHON_VERSION: "2.7.x"
2020
PYTHON_ARCH: "64"
2121
BLOCK: "0"
2222

23-
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
24-
PYTHON_DIR: "C:\\Python37"
25-
PYTHON_VERSION: "3.7.x"
26-
PYTHON_ARCH: "32"
27-
BLOCK: "0"
23+
# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
24+
# PYTHON_DIR: "C:\\Python37"
25+
# PYTHON_VERSION: "3.7.x"
26+
# PYTHON_ARCH: "32"
27+
# BLOCK: "0"
2828

2929
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
3030
PYTHON_DIR: "C:\\Python37-x64"

0 commit comments

Comments
 (0)