[dart2wasm/infra] Add dart2wasm-linux-mac builder to tools/bots/test_matrix.json
The configuration was already added long ago in [0] [0] https://dart-review.googlesource.com/c/sdk/+/426461 Change-Id: If78a1d40311bda1ed3d2c1325cbc3063685ab9c3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/501501 Reviewed-by: Alexander Thomas <athom@google.com> Commit-Queue: Martin Kustermann <kustermann@google.com>
This commit is contained in:
committed by
dart-scoped@luci-project-accounts.iam.gserviceaccount.com
parent
6c76594af1
commit
5ae8a02eec
@@ -2781,6 +2781,41 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"builders": [
|
||||
"dart2wasm-mac-safari"
|
||||
],
|
||||
"meta": {
|
||||
"description": "dart2wasm tests"
|
||||
},
|
||||
"steps": [
|
||||
{
|
||||
"name": "build dart",
|
||||
"script": "tools/build.py",
|
||||
"arguments": [
|
||||
"--arch=arm64",
|
||||
"runtime",
|
||||
"dart2wasm",
|
||||
"create_sdk",
|
||||
"dartaotruntime"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dart2wasm tests",
|
||||
"arguments": [
|
||||
"--arch=arm64",
|
||||
"-ndart2wasm-${system}-${runtime}",
|
||||
"co19",
|
||||
"corelib",
|
||||
"language",
|
||||
"lib",
|
||||
"web"
|
||||
],
|
||||
"shards": 8,
|
||||
"fileset": "dart2wasm_hostasserts"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"builders": [
|
||||
"dart2wasm-asserts-minified-linux-d8"
|
||||
|
||||
Reference in New Issue
Block a user