Skip to content

Commit 031492a

Browse files
authored
PYTHON-2339 Build manylinux2014_aarch64/ppc64le/s390x releases (#478)
1 parent 7903a1c commit 031492a

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.evergreen/build-manylinux.sh

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,10 @@ images=(quay.io/pypa/manylinux1_x86_64:2020-03-20-2fda31c \
88
quay.io/pypa/manylinux1_x86_64 \
99
quay.io/pypa/manylinux1_i686 \
1010
quay.io/pypa/manylinux2014_x86_64 \
11-
quay.io/pypa/manylinux2014_i686)
12-
# aarch64/ppc64le/s390x work on macOS locally but not on linux in evergreen:
13-
# [2020/07/23 00:24:00.482] + docker run --rm -v /data/mci/cd100cec6341abda533450fb3f2fab99/src:/pymongo quay.io/pypa/manylinux2014_aarch64 /pymongo/.evergreen/build-manylinux-internal.sh
14-
# [2020/07/23 00:24:01.186] standard_init_linux.go:211: exec user process caused "exec format error"
15-
#
16-
# Could be related to:
17-
# https://github.com/pypa/manylinux/issues/410
18-
# quay.io/pypa/manylinux2014_aarch64 \
19-
# quay.io/pypa/manylinux2014_ppc64le \
20-
# quay.io/pypa/manylinux2014_s390x)
11+
quay.io/pypa/manylinux2014_i686 \
12+
quay.io/pypa/manylinux2014_aarch64 \
13+
quay.io/pypa/manylinux2014_ppc64le \
14+
quay.io/pypa/manylinux2014_s390x)
2115

2216
for image in "${images[@]}"; do
2317
docker pull $image

.evergreen/config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1605,6 +1605,12 @@ axes:
16051605
batchtime: 10080 # 7 days
16061606
variables:
16071607
python3_binary: python3
1608+
- id: ubuntu-20.04
1609+
display_name: "Ubuntu 20.04"
1610+
run_on: ubuntu2004-small
1611+
batchtime: 10080 # 7 days
1612+
variables:
1613+
python3_binary: python3
16081614
- id: ubuntu1604-arm64-small
16091615
display_name: "Ubuntu 16.04 (ARM64)"
16101616
run_on: ubuntu1604-arm64-small
@@ -2557,7 +2563,7 @@ buildvariants:
25572563

25582564
- matrix_name: "Release"
25592565
matrix_spec:
2560-
platform: [ubuntu-18.04, windows-64-vsMulti-small]
2566+
platform: [ubuntu-20.04, windows-64-vsMulti-small]
25612567
display_name: "Release ${platform}"
25622568
tasks:
25632569
- name: "release"

0 commit comments

Comments
 (0)