File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -92,14 +92,18 @@ commands:
92
92
- /go/pkg/mod
93
93
94
94
jobs :
95
- test-llvm15-go122 :
95
+ test-oldest :
96
+ # This tests our lowest supported versions of Go and LLVM, to make sure at
97
+ # least the smoke tests still pass.
96
98
docker :
97
99
- image : golang:1.22-bullseye
98
100
steps :
99
101
- test-linux :
100
102
llvm : " 15"
101
103
resource_class : large
102
- test-llvm20-go124 :
104
+ test-newest :
105
+ # This tests the latest supported LLVM version when linking against system
106
+ # libraries.
103
107
docker :
104
108
- image : golang:1.24-bullseye
105
109
steps :
@@ -110,8 +114,5 @@ jobs:
110
114
workflows :
111
115
test-all :
112
116
jobs :
113
- # This tests our lowest supported versions of Go and LLVM, to make sure at
114
- # least the smoke tests still pass.
115
- - test-llvm15-go122
116
- # This tests LLVM 20 support when linking against system libraries.
117
- - test-llvm20-go124
117
+ - test-oldest
118
+ - test-newest
You can’t perform that action at this time.
0 commit comments