diff --git a/generated/commit-queue.cfg b/generated/commit-queue.cfg index 2619e67b9f..5ee7692394 100644 --- a/generated/commit-queue.cfg +++ b/generated/commit-queue.cfg @@ -29131,7 +29131,6 @@ config_groups { } builders { name: "golang/try/go1.23-linux-amd64-typesalias" - includable_only: true disable_reuse: true } builders { @@ -29993,7 +29992,6 @@ config_groups { } builders { name: "golang/try/gotip-linux-amd64-typesalias" - includable_only: true disable_reuse: true } builders { @@ -86645,7 +86643,6 @@ config_groups { } builders { name: "golang/try/x_tools-go1.23-linux-amd64-typesalias" - includable_only: true disable_reuse: true } builders { @@ -88087,7 +88084,6 @@ config_groups { } builders { name: "golang/try/x_tools-gotip-linux-amd64-typesalias" - includable_only: true disable_reuse: true } builders { diff --git a/main.star b/main.star index 918085ecc5..c44d87a059 100755 --- a/main.star +++ b/main.star @@ -810,7 +810,7 @@ def define_for_issue68798(): # Starting with Go 1.23, gotypesalias=1 is the default, so # a builder that sets it explicitly in the environment is expected to be a no-op. # Run it anyway to confirm that's the case for reasons motivated in go.dev/issue/68798. - presubmit, postsubmit = False, True + presubmit, postsubmit = True, True return (exists, presubmit, postsubmit, []) return f