Skip to content

Commit 47daf52

Browse files
dmitshurgopherbot
authored andcommitted
main.star: stop running typesalias builder beyond Go 1.24
Based on the issue, these builders weren't intended to stick around beyond Go 1.24. Update 'exists' to take into account that Go tip is at 1.25, and x/tools will soon be upgraded to language version 1.23. For golang/go#68798. Change-Id: I15cb4813026de894ccd6d7dd4c8c5c32cbf114a2 Reviewed-on: https://go-review.googlesource.com/c/build/+/648695 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Robert Findley <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 31a7f61 commit 47daf52

File tree

5 files changed

+21
-718
lines changed

5 files changed

+21
-718
lines changed

generated/commit-queue.cfg

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12099,10 +12099,6 @@ config_groups {
1209912099
name: "golang/security-try/gotip-linux-amd64-staticlockranking"
1210012100
disable_reuse: true
1210112101
}
12102-
builders {
12103-
name: "golang/security-try/gotip-linux-amd64-typesalias"
12104-
disable_reuse: true
12105-
}
1210612102
builders {
1210712103
name: "golang/security-try/gotip-linux-amd64_c2s16-perf_pgo_vs_oldest_stable"
1210812104
includable_only: true
@@ -14390,10 +14386,6 @@ config_groups {
1439014386
path_regexp: "src/runtime/[^/]+"
1439114387
}
1439214388
}
14393-
builders {
14394-
name: "golang/try/gotip-linux-amd64-typesalias"
14395-
disable_reuse: true
14396-
}
1439714389
builders {
1439814390
name: "golang/try/gotip-linux-amd64_c2s16-perf_pgo_vs_oldest_stable"
1439914391
includable_only: true
@@ -43207,10 +43199,6 @@ config_groups {
4320743199
includable_only: true
4320843200
disable_reuse: true
4320943201
}
43210-
builders {
43211-
name: "golang/try/x_tools-gotip-linux-amd64-typesalias"
43212-
disable_reuse: true
43213-
}
4321443202
builders {
4321543203
name: "golang/try/x_tools-gotip-linux-amd64_c2s16-perf_vs_parent"
4321643204
includable_only: true

0 commit comments

Comments
 (0)