-
Notifications
You must be signed in to change notification settings - Fork 43
/
builder.json
31 lines (31 loc) · 973 Bytes
/
builder.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "aws-crt-python",
"!cmake_args": [
"-DS2N_NO_PQ_ASM=ON"
],
"env": {
"AWS_CRT_BUILD_WARNINGS_ARE_ERRORS": "1"
},
"hosts": {
"manylinux": {
"_comment": "Use existing compiler on manylinux. These are the images we use for release. We want to be sure things work with the defaults.",
"needs_compiler": false
},
"musllinux": {
"_comment": "Use existing compiler on musllinux. These are the images we use for release. We want to be sure things work with the defaults.",
"needs_compiler": false
}
},
"targets": {
"android": {
"enabled": false,
"_comment": "disabled until we have a reason to support python on android"
}
},
"_comment": "build steps defined in: .builder/actions/aws_crt_python.py",
"build_steps": [
"aws-crt-python"
],
"upstream": [],
"downstream": []
}