|
32 | 32 | # Minimal subset of targets used by CI systems to build enough to be useful
|
33 | 33 | MINIMAL_TASKS = [
|
34 | 34 | 'libcompiler_rt',
|
| 35 | + 'libcompiler_rt-mt', |
35 | 36 | 'libcompiler_rt-legacysjlj',
|
36 | 37 | 'libcompiler_rt-wasmsjlj',
|
37 | 38 | 'libcompiler_rt-ww',
|
38 | 39 | 'libc',
|
39 | 40 | 'libc-debug',
|
| 41 | + 'libc-mt-debug', |
40 | 42 | 'libc-ww-debug',
|
41 | 43 | 'libc_optz',
|
42 | 44 | 'libc_optz-debug',
|
|
48 | 50 | 'libc++abi-debug-legacyexcept',
|
49 | 51 | 'libc++abi-debug-wasmexcept',
|
50 | 52 | 'libc++abi-debug-noexcept',
|
| 53 | + 'libc++abi-debug-mt-noexcept', |
51 | 54 | 'libc++abi-debug-ww-noexcept',
|
52 | 55 | 'libc++',
|
53 | 56 | 'libc++-legacyexcept',
|
|
58 | 61 | 'libc++-debug-wasmexcept',
|
59 | 62 | 'libc++-debug-legacyexcept',
|
60 | 63 | 'libc++-debug-noexcept',
|
| 64 | + 'libc++-debug-mt-noexcept', |
61 | 65 | 'libc++-debug-ww-noexcept',
|
62 | 66 | 'libal',
|
63 | 67 | 'libdlmalloc',
|
64 | 68 | 'libdlmalloc-tracing',
|
65 | 69 | 'libdlmalloc-debug',
|
| 70 | + 'libdlmalloc-mt-debug', |
66 | 71 | 'libdlmalloc-ww',
|
67 | 72 | 'libdlmalloc-ww-debug',
|
68 | 73 | 'libembind',
|
69 | 74 | 'libembind-rtti',
|
| 75 | + 'libembind-mt-rtti', |
70 | 76 | 'libemmalloc',
|
71 | 77 | 'libemmalloc-debug',
|
72 | 78 | 'libemmalloc-memvalidate',
|
|
76 | 82 | 'libmimalloc-mt',
|
77 | 83 | 'libGL',
|
78 | 84 | 'libGL-getprocaddr',
|
| 85 | + 'libGL-mt-getprocaddr', |
79 | 86 | 'libGL-emu-getprocaddr',
|
80 | 87 | 'libGL-emu-webgl2-ofb-getprocaddr',
|
81 | 88 | 'libGL-webgl2-ofb-getprocaddr',
|
82 | 89 | 'libGL-ww-getprocaddr',
|
83 | 90 | 'libhtml5',
|
84 | 91 | 'libsockets',
|
| 92 | + 'libsockets-mt', |
85 | 93 | 'libsockets-ww',
|
86 | 94 | 'libstubs',
|
87 | 95 | 'libstubs-debug',
|
|
100 | 108 | # Additional tasks on top of MINIMAL_TASKS that are necessary for PIC testing on
|
101 | 109 | # CI (which has slightly more tests than other modes that want to use MINIMAL)
|
102 | 110 | MINIMAL_PIC_TASKS = MINIMAL_TASKS + [
|
103 |
| - 'libcompiler_rt-mt', |
104 | 111 | 'libc-mt',
|
105 |
| - 'libc-mt-debug', |
106 | 112 | 'libc_optz-mt',
|
107 | 113 | 'libc_optz-mt-debug',
|
108 | 114 | 'libc++abi-mt',
|
109 | 115 | 'libc++abi-mt-noexcept',
|
110 | 116 | 'libc++abi-debug-mt',
|
111 |
| - 'libc++abi-debug-mt-noexcept', |
112 | 117 | 'libc++-mt',
|
113 | 118 | 'libc++-mt-noexcept',
|
114 | 119 | 'libc++-debug-mt',
|
115 |
| - 'libc++-debug-mt-noexcept', |
116 | 120 | 'libdlmalloc-mt',
|
117 |
| - 'libdlmalloc-mt-debug', |
118 | 121 | 'libGL-emu',
|
119 | 122 | 'libGL-emu-webgl2-getprocaddr',
|
120 |
| - 'libGL-mt-getprocaddr', |
121 | 123 | 'libGL-mt-emu',
|
122 | 124 | 'libGL-mt-emu-webgl2-getprocaddr',
|
123 | 125 | 'libGL-mt-emu-webgl2-ofb-getprocaddr',
|
124 | 126 | 'libsockets_proxy',
|
125 |
| - 'libsockets-mt', |
126 | 127 | 'crtbegin',
|
127 | 128 | 'libsanitizer_common_rt',
|
128 | 129 | 'libubsan_rt',
|
|
0 commit comments