File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,10 @@ images=(quay.io/pypa/manylinux1_x86_64:2020-03-20-2fda31c \
8
8
quay.io/pypa/manylinux1_x86_64 \
9
9
quay.io/pypa/manylinux1_i686 \
10
10
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)
21
15
22
16
for image in " ${images[@]} " ; do
23
17
docker pull $image
Original file line number Diff line number Diff line change @@ -1605,6 +1605,12 @@ axes:
1605
1605
batchtime : 10080 # 7 days
1606
1606
variables :
1607
1607
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
1608
1614
- id : ubuntu1604-arm64-small
1609
1615
display_name : " Ubuntu 16.04 (ARM64)"
1610
1616
run_on : ubuntu1604-arm64-small
@@ -2557,7 +2563,7 @@ buildvariants:
2557
2563
2558
2564
- matrix_name : " Release"
2559
2565
matrix_spec :
2560
- platform : [ubuntu-18 .04, windows-64-vsMulti-small]
2566
+ platform : [ubuntu-20 .04, windows-64-vsMulti-small]
2561
2567
display_name : " Release ${platform}"
2562
2568
tasks :
2563
2569
- name : " release"
You can’t perform that action at this time.
0 commit comments