mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
[infra] Remove win SDK builder test matrix entry.
Both the production and try builders for the Windows SDK have been migrated to the new recipe that doesn't use the test matrix. Bug: b/247507699 Change-Id: I7a603e716492ffa272a43eea959b721c8c4a8f1d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/259842 Commit-Queue: Jonas Termansen <sortie@google.com> Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
parent
12756f55f3
commit
6622249c7f
1 changed files with 0 additions and 28 deletions
|
@ -3200,34 +3200,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"builders": [
|
||||
"dart-sdk-win"
|
||||
],
|
||||
"meta": {
|
||||
"description": "This configuration is used by the sdk-builders for Windows. It also adds CQ coverage for building on Windows."
|
||||
},
|
||||
"steps": [
|
||||
{
|
||||
"name": "build dart",
|
||||
"script": "tools/build.py",
|
||||
"arguments": [
|
||||
"--arch=ia32,x64,arm64",
|
||||
"--mode=release",
|
||||
"--check-clean",
|
||||
"create_sdk",
|
||||
"runtime"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "upload sdk",
|
||||
"script": "tools/bots/dart_sdk.py",
|
||||
"arguments": [
|
||||
"--arch=ia32,x64,arm64"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"builders": [
|
||||
"debianpackage-linux"
|
||||
|
|
Loading…
Reference in a new issue