[bots] Add vm-aot-dyn-linux-debug-x64 builder configuration

Change-Id: I176e2bab919a5f5d3c1f01142dce0f8f8c80fb85
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/380584
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Alexander Markov <alexmarkov@google.com>
Reviewed-by: Slava Egorov <vegorov@google.com>
This commit is contained in:
Alexander Markov
2024-08-19 16:34:26 +00:00
committed by Commit Queue
parent 5ce0cc571c
commit 5377cb5c12
+29
View File
@@ -1280,6 +1280,35 @@
}
]
},
{
"builders": [
"vm-aot-dyn-linux-debug-x64"
],
"meta": {
"description": "This configuration is used by the dynamic modules VM AOT builders."
},
"steps": [
{
"name": "build dart",
"script": "tools/build.py",
"arguments": [
"--dart-dynamic-modules",
"runtime",
"runtime_precompiled"
]
},
{
"name": "vm tests",
"arguments": [
"-nvm-aot-dyn-${system}-${mode}-${arch}",
"corelib",
"language"
],
"fileset": "vm",
"shards": 5
}
]
},
{
"builders": [
"vm-asan-linux-release-x64",