forked from awslabs/aws-c-io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuilder.json
More file actions
30 lines (29 loc) · 895 Bytes
/
builder.json
File metadata and controls
30 lines (29 loc) · 895 Bytes
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
{
"name": "aws-c-io",
"upstream": [
{ "name": "aws-c-common" },
{ "name": "aws-c-cal" },
{
"name": "s2n",
"targets": ["linux", "android", "freebsd", "openbsd"]
}
],
"downstream": [
{ "name": "aws-c-http" },
{ "name": "aws-c-mqtt" },
{ "name": "aws-c-event-stream" }
],
"targets": {
"linux": {
"_comment": "set up SoftHSM2 for PKCS#11 tests (see: ./builder/actions/pkcs11_test_setup.py)",
"+pre_build_steps": ["pkcs11-test-setup"]
},
"windows": {
"+pre_build_steps": ["tls-server-setup"]
}
},
"build_env": {
"LSAN_OPTIONS": "suppressions={source_dir}/tests/resources/suppressions-lsan.txt:allow_addr2line=1",
"ASAN_OPTIONS": "suppressions={source_dir}/tests/resources/suppressions-asan.txt"
}
}