|
178 | 178 | ce_no_native_components = ['bgu', 'bpolyglot', 'cmp', 'cov', 'dap', 'gu', 'gvm', 'icu4j', 'ins', 'insight', 'insightheap', 'lsp', 'nfi-libffi', 'nfi', 'polynative', 'pro', 'rgx', 'sdk', 'spolyglot', 'tfl', 'tflm', 'libpoly', 'poly'] |
179 | 179 |
|
180 | 180 | mx_sdk_vm.register_vm_config('ce', ['insight', 'insightheap', 'cmp', 'cov', 'dap', 'gu', 'gvm', 'icu4j', 'ins', 'lg', 'libpoly', 'lsp', 'nfi-libffi', 'nfi', 'poly', 'bpolyglot', 'polynative', 'pro', 'rgx', 'sdk', 'spolyglot', 'tfl', 'tflm'], _suite, env_file='ce-win') |
| 181 | +mx_sdk_vm.register_vm_config('ce', ['insight', 'insightheap', 'cmp', 'cov', 'dap', 'gu', 'gvm', 'icu4j', 'ins', 'lg', 'libpoly', 'lsp', 'nfi-libffi', 'nfi', 'poly', 'bpolyglot', 'polynative', 'pro', 'rgx', 'sdk', 'spolyglot', 'tfl', 'tflm'], _suite, env_file='ce-win-19') |
181 | 182 | mx_sdk_vm.register_vm_config('ce', ce_components, _suite, env_file='ce-aarch64') |
| 183 | +mx_sdk_vm.register_vm_config('ce', ce_components, _suite, env_file='ce-aarch64-19') |
182 | 184 | mx_sdk_vm.register_vm_config('ce', ce_components, _suite, env_file='ce-darwin') |
| 185 | +mx_sdk_vm.register_vm_config('ce', ce_components, _suite, env_file='ce-darwin-19') |
183 | 186 | mx_sdk_vm.register_vm_config('ce', ce_components, _suite, env_file='ce-darwin-aarch64') |
| 187 | +mx_sdk_vm.register_vm_config('ce', ce_components, _suite, env_file='ce-darwin-aarch64-19') |
184 | 188 | mx_sdk_vm.register_vm_config('ce', ce_components, _suite) |
| 189 | +mx_sdk_vm.register_vm_config('ce', ce_components, _suite, env_file='ce-19') |
185 | 190 | mx_sdk_vm.register_vm_config('ce', ce_components + ['js'], _suite, dist_name='ce-js', env_file='ce-js') |
186 | 191 | mx_sdk_vm.register_vm_config('ce', ce_components + ['js', 'njs', 'sjsvm'], _suite, dist_name='ce', env_file='ce-nodejs') |
187 | 192 | mx_sdk_vm.register_vm_config('ce', ce_components + ['llrn', 'llp', 'llrc', 'llrl'], _suite, env_file='ce-llvm') |
|
0 commit comments