Skip to content

Commit 248b7c4

Browse files
authored
Merge pull request #597 from nikhilweee/python-debug
Add a debug build of python 3.11
2 parents 897a78b + 2db6225 commit 248b7c4

File tree

39 files changed

+829
-302
lines changed

39 files changed

+829
-302
lines changed

.azure-pipelines/azure-pipelines-linux.yml

Lines changed: 16 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.azure-pipelines/azure-pipelines-osx.yml

Lines changed: 28 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.azure-pipelines/azure-pipelines-win.yml

Lines changed: 11 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
build_type:
2+
- debug
3+
bzip2:
4+
- '1'
5+
c_compiler:
6+
- gcc
7+
c_compiler_version:
8+
- '11'
9+
cdt_name:
10+
- cos6
11+
channel_sources:
12+
- conda-forge
13+
channel_targets:
14+
- conda-forge python_debug
15+
cxx_compiler:
16+
- gxx
17+
cxx_compiler_version:
18+
- '11'
19+
docker_image:
20+
- quay.io/condaforge/linux-anvil-cos7-x86_64
21+
libffi:
22+
- '3.4'
23+
libuuid:
24+
- '2'
25+
ncurses:
26+
- '6'
27+
openssl:
28+
- 1.1.1
29+
pin_run_as_build:
30+
python:
31+
min_pin: x.x
32+
max_pin: x.x
33+
python:
34+
- '3.11'
35+
readline:
36+
- '8'
37+
sqlite:
38+
- '3'
39+
target_platform:
40+
- linux-64
41+
tk:
42+
- '8.6'
43+
xz:
44+
- '5'
45+
zip_keys:
46+
- - build_type
47+
- channel_targets
48+
- - c_compiler_version
49+
- cxx_compiler_version
50+
zlib:
51+
- '1.2'
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
build_type:
2+
- debug
3+
bzip2:
4+
- '1'
5+
c_compiler:
6+
- gcc
7+
c_compiler_version:
8+
- '11'
9+
cdt_name:
10+
- cos6
11+
channel_sources:
12+
- conda-forge
13+
channel_targets:
14+
- conda-forge python_debug
15+
cxx_compiler:
16+
- gxx
17+
cxx_compiler_version:
18+
- '11'
19+
docker_image:
20+
- quay.io/condaforge/linux-anvil-cos7-x86_64
21+
libffi:
22+
- '3.4'
23+
libuuid:
24+
- '2'
25+
ncurses:
26+
- '6'
27+
openssl:
28+
- '3'
29+
pin_run_as_build:
30+
python:
31+
min_pin: x.x
32+
max_pin: x.x
33+
python:
34+
- '3.11'
35+
readline:
36+
- '8'
37+
sqlite:
38+
- '3'
39+
target_platform:
40+
- linux-64
41+
tk:
42+
- '8.6'
43+
xz:
44+
- '5'
45+
zip_keys:
46+
- - build_type
47+
- channel_targets
48+
- - c_compiler_version
49+
- cxx_compiler_version
50+
zlib:
51+
- '1.2'

.ci_support/linux_64_openssl1.1.1.yaml renamed to .ci_support/linux_64_build_typereleasechannel_targetsconda-forge_mainopenssl1.1.1.yaml

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
build_type:
2+
- release
13
bzip2:
24
- '1'
35
c_compiler:
46
- gcc
57
c_compiler_version:
6-
- '10'
8+
- '11'
79
cdt_name:
810
- cos6
911
channel_sources:
@@ -13,7 +15,7 @@ channel_targets:
1315
cxx_compiler:
1416
- gxx
1517
cxx_compiler_version:
16-
- '10'
18+
- '11'
1719
docker_image:
1820
- quay.io/condaforge/linux-anvil-cos7-x86_64
1921
libffi:
@@ -25,25 +27,9 @@ ncurses:
2527
openssl:
2628
- 1.1.1
2729
pin_run_as_build:
28-
bzip2:
29-
max_pin: x
30-
libffi:
31-
max_pin: x.x
32-
libuuid:
33-
max_pin: x
3430
python:
3531
min_pin: x.x
3632
max_pin: x.x
37-
readline:
38-
max_pin: x
39-
sqlite:
40-
max_pin: x
41-
tk:
42-
max_pin: x.x
43-
xz:
44-
max_pin: x.x
45-
zlib:
46-
max_pin: x.x
4733
python:
4834
- '3.11'
4935
readline:
@@ -55,8 +41,10 @@ target_platform:
5541
tk:
5642
- '8.6'
5743
xz:
58-
- '5.2'
44+
- '5'
5945
zip_keys:
46+
- - build_type
47+
- channel_targets
6048
- - c_compiler_version
6149
- cxx_compiler_version
6250
zlib:

.ci_support/linux_64_openssl3.yaml renamed to .ci_support/linux_64_build_typereleasechannel_targetsconda-forge_mainopenssl3.yaml

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
build_type:
2+
- release
13
bzip2:
24
- '1'
35
c_compiler:
46
- gcc
57
c_compiler_version:
6-
- '10'
8+
- '11'
79
cdt_name:
810
- cos6
911
channel_sources:
@@ -13,7 +15,7 @@ channel_targets:
1315
cxx_compiler:
1416
- gxx
1517
cxx_compiler_version:
16-
- '10'
18+
- '11'
1719
docker_image:
1820
- quay.io/condaforge/linux-anvil-cos7-x86_64
1921
libffi:
@@ -25,25 +27,9 @@ ncurses:
2527
openssl:
2628
- '3'
2729
pin_run_as_build:
28-
bzip2:
29-
max_pin: x
30-
libffi:
31-
max_pin: x.x
32-
libuuid:
33-
max_pin: x
3430
python:
3531
min_pin: x.x
3632
max_pin: x.x
37-
readline:
38-
max_pin: x
39-
sqlite:
40-
max_pin: x
41-
tk:
42-
max_pin: x.x
43-
xz:
44-
max_pin: x.x
45-
zlib:
46-
max_pin: x.x
4733
python:
4834
- '3.11'
4935
readline:
@@ -55,8 +41,10 @@ target_platform:
5541
tk:
5642
- '8.6'
5743
xz:
58-
- '5.2'
44+
- '5'
5945
zip_keys:
46+
- - build_type
47+
- channel_targets
6048
- - c_compiler_version
6149
- cxx_compiler_version
6250
zlib:

0 commit comments

Comments
 (0)