Skip to content

Commit

Permalink
Add dedicated env files for Linux/AArch64 CE releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
ansalond committed Dec 14, 2020
1 parent 2d538f3 commit 8754973
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions vm/ci_common/common.hocon
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ builds += [
# Linux/AARCH64
${vm_java_11} ${full_vm_build_linux_aarch64} ${linux-deploy} ${deploy_vm_linux_aarch64} {
run: [
[set-export, VM_ENV, "${VM_ENV}-aarch64"]
${mx_vm_installables} [--dynamicimports, ${vm_extra_suites_aarch64}, "--exclude-components="${non-product-vm-components}, build]
${mx_vm_installables} [--dynamicimports, ${vm_extra_suites_aarch64}, "--exclude-components="${non-product-vm-components}] ${maven_deploy_sdk_components}
] ${collect_profiles} [
Expand Down
3 changes: 3 additions & 0 deletions vm/mx.vm/ce-aarch64
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
DYNAMIC_IMPORTS=/substratevm,/tools,/graal-nodejs
EXCLUDE_COMPONENTS=nju,nic,ni,nil,llp,dis,pbm
FORCE_BASH_LAUNCHERS=polyglot,polybench
1 change: 1 addition & 0 deletions vm/mx.vm/mx_vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
ce_no_native_components = ['bgu', 'bjs', 'blli', 'bgraalvm-native-clang', 'bgraalvm-native-clang++', 'bgraalvm-native-ld', 'bgraalvm-native-binutil', 'bnative-image', 'bpolyglot', 'cmp', 'cov', 'dap', 'gu', 'gvm', 'ins', 'insight', 'js', 'lsp', 'nfi', 'ni', 'nil', 'njs', 'polynative', 'pro', 'rgx', 'sdk', 'llrc', 'llrn', 'llrl', 'snative-image-agent', 'snative-image-diagnostics-agent', 'spolyglot', 'svm', 'svml', 'tfl', 'tflm', 'libpoly', 'poly', 'vvm']

mx_sdk_vm.register_vm_config('ce', ['insight', 'cmp', 'cov', 'dap', 'gu', 'gvm', 'ins', 'js', 'lg', 'libpoly', 'lsp', 'nfi', 'njs', 'poly', 'bpolyglot', 'polynative', 'pro', 'rgx', 'sdk', 'svm', 'tfl', 'tflm', 'vvm'], _suite, env_file='ce-win')
mx_sdk_vm.register_vm_config('ce', ['bpolyglot', 'cmp', 'cov', 'dap', 'gu', 'gvm', 'ins', 'insight', 'js', 'lg', 'libpoly', 'lsp', 'nfi', 'njs', 'poly', 'polynative', 'pro', 'rgx', 'sdk', 'svm', 'svml', 'tfl', 'tflm', 'vvm'], _suite, env_file='ce-aarch64')
mx_sdk_vm.register_vm_config('ce', ce_components, _suite)
mx_sdk_vm.register_vm_config('ce', ce_complete_components, _suite, dist_name='ce-complete')
mx_sdk_vm.register_vm_config('ce-python', ce_python_components, _suite)
Expand Down

0 comments on commit 8754973

Please sign in to comment.