File tree 1 file changed +25
-0
lines changed
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,18 @@ var Hosts = map[string]*HostConfig{
144
144
goBootstrapURLTmpl : "https://storage.googleapis.com/$BUCKET/gobootstrap-netbsd-amd64.tar.gz" ,
145
145
SSHUsername : "gopher" ,
146
146
},
147
+ "host-dragonfly-amd64-tdfbsd" : & HostConfig {
148
+ IsReverse : true ,
149
+ ExpectNum : 1 ,
150
+ ReverseAliases : []string {"dragonfly-amd64" },
151
+ OwnerGithub : "tdfbsd" ,
152
+ },
153
+ "host-freebsd-arm-paulzhol" : & HostConfig {
154
+ IsReverse : true ,
155
+ ExpectNum : 1 ,
156
+ ReverseAliases : []string {"freebsd-arm-paulzhol" },
157
+ OwnerGithub : "paulzhol" ,
158
+ },
147
159
"host-plan9-386-gce" : & HostConfig {
148
160
VMImage : "plan9-386-v5" ,
149
161
Notes : "Plan 9 from 0intro; GCE VM is built from script in build/env/plan9-386" ,
@@ -1196,6 +1208,19 @@ func init() {
1196
1208
Notes : "for localhost development only" ,
1197
1209
TryOnly : true ,
1198
1210
})
1211
+ addBuilder (BuildConfig {
1212
+ Name : "dragonfly-amd64" ,
1213
+ HostType : "host-dragonfly-amd64-tdfbsd" ,
1214
+ })
1215
+ addBuilder (BuildConfig {
1216
+ Name : "freebsd-arm" ,
1217
+ HostType : "host-freebsd-arm-paulzhol" ,
1218
+ env : []string {
1219
+ "GOARM=7" ,
1220
+ "CGO_ENABLED=1" ,
1221
+ },
1222
+ })
1223
+
1199
1224
}
1200
1225
1201
1226
// addBuilder adds c to the Builders map after doing some sanity
You can’t perform that action at this time.
0 commit comments