[infra] Remove use-sdk from dart2js canary builders.

Change-Id: Id6241b0eda38399447b5ed07f66517de4acac1e1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/224620
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Joshua Litt <joshualitt@google.com>
This commit is contained in:
Joshua Litt
2021-12-20 18:39:42 +00:00
committed by Commit Bot
parent 5738ab2eb6
commit 53c21d7b66
+11 -9
View File
@@ -547,14 +547,6 @@
"use-sdk": true
}
},
"dart2js-canary-(linux|mac|win)-chrome": {
"options": {
"use-sdk": true,
"dart2js-options": [
"--canary"
]
}
},
"dart2js-(linux|mac|win)-chrome-unsound": {
"options": {
"use-sdk": true,
@@ -699,7 +691,17 @@
"dart2js-canary-(linux|mac|win)-d8": {
"options": {
"builder-tag": "dart2js_canary",
"use-sdk": true,
"host-checked": true,
"timeout": 240,
"dart2js-options": [
"--canary"
]
}
},
"dart2js-canary-(linux|mac|win)-chrome": {
"options": {
"host-checked": true,
"timeout": 240,
"dart2js-options": [
"--canary"
]