File tree 2 files changed +1
-5
lines changed 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -29131,7 +29131,6 @@ config_groups {
29131
29131
}
29132
29132
builders {
29133
29133
name: "golang/try/go1.23-linux-amd64-typesalias"
29134
- includable_only: true
29135
29134
disable_reuse: true
29136
29135
}
29137
29136
builders {
@@ -29993,7 +29992,6 @@ config_groups {
29993
29992
}
29994
29993
builders {
29995
29994
name: "golang/try/gotip-linux-amd64-typesalias"
29996
- includable_only: true
29997
29995
disable_reuse: true
29998
29996
}
29999
29997
builders {
@@ -86645,7 +86643,6 @@ config_groups {
86645
86643
}
86646
86644
builders {
86647
86645
name: "golang/try/x_tools-go1.23-linux-amd64-typesalias"
86648
- includable_only: true
86649
86646
disable_reuse: true
86650
86647
}
86651
86648
builders {
@@ -88087,7 +88084,6 @@ config_groups {
88087
88084
}
88088
88085
builders {
88089
88086
name: "golang/try/x_tools-gotip-linux-amd64-typesalias"
88090
- includable_only: true
88091
88087
disable_reuse: true
88092
88088
}
88093
88089
builders {
Original file line number Diff line number Diff line change @@ -810,7 +810,7 @@ def define_for_issue68798():
810
810
# Starting with Go 1.23, gotypesalias=1 is the default, so
811
811
# a builder that sets it explicitly in the environment is expected to be a no-op.
812
812
# Run it anyway to confirm that's the case for reasons motivated in go.dev/issue/68798.
813
- presubmit , postsubmit = False , True
813
+ presubmit , postsubmit = True , True
814
814
return (exists , presubmit , postsubmit , [])
815
815
816
816
return f
You can’t perform that action at this time.
0 commit comments