@@ -104,12 +104,6 @@ const test_targets = blk: {
104
104
.target = .{
105
105
.cpu_arch = .aarch64 ,
106
106
.os_tag = .freebsd ,
107
- // Remove this when we bump our baseline to 14.0.0.
108
- .os_version_min = .{ .semver = .{
109
- .major = 14 ,
110
- .minor = 0 ,
111
- .patch = 0 ,
112
- } },
113
107
.abi = .none ,
114
108
},
115
109
.link_libc = true ,
@@ -119,12 +113,6 @@ const test_targets = blk: {
119
113
.target = .{
120
114
.cpu_arch = .arm ,
121
115
.os_tag = .freebsd ,
122
- // Remove this when we bump our baseline to 14.0.0.
123
- .os_version_min = .{ .semver = .{
124
- .major = 14 ,
125
- .minor = 0 ,
126
- .patch = 0 ,
127
- } },
128
116
.abi = .eabihf ,
129
117
},
130
118
.link_libc = true ,
@@ -136,12 +124,6 @@ const test_targets = blk: {
136
124
.target = .{
137
125
.cpu_arch = .powerpc64 ,
138
126
.os_tag = .freebsd ,
139
- // Remove this when we bump our baseline to 14.0.0.
140
- .os_version_min = .{ .semver = .{
141
- .major = 14 ,
142
- .minor = 0 ,
143
- .patch = 0 ,
144
- } },
145
127
.abi = .none ,
146
128
},
147
129
.link_libc = true ,
@@ -151,12 +133,6 @@ const test_targets = blk: {
151
133
.target = .{
152
134
.cpu_arch = .powerpc64le ,
153
135
.os_tag = .freebsd ,
154
- // Remove this when we bump our baseline to 14.0.0.
155
- .os_version_min = .{ .semver = .{
156
- .major = 14 ,
157
- .minor = 0 ,
158
- .patch = 0 ,
159
- } },
160
136
.abi = .none ,
161
137
},
162
138
.link_libc = true ,
@@ -166,12 +142,6 @@ const test_targets = blk: {
166
142
.target = .{
167
143
.cpu_arch = .riscv64 ,
168
144
.os_tag = .freebsd ,
169
- // Remove this when we bump our baseline to 14.0.0.
170
- .os_version_min = .{ .semver = .{
171
- .major = 14 ,
172
- .minor = 0 ,
173
- .patch = 0 ,
174
- } },
175
145
.abi = .none ,
176
146
},
177
147
.link_libc = true ,
@@ -181,12 +151,6 @@ const test_targets = blk: {
181
151
.target = .{
182
152
.cpu_arch = .x86_64 ,
183
153
.os_tag = .freebsd ,
184
- // Remove this when we bump our baseline to 14.0.0.
185
- .os_version_min = .{ .semver = .{
186
- .major = 14 ,
187
- .minor = 0 ,
188
- .patch = 0 ,
189
- } },
190
154
.abi = .none ,
191
155
},
192
156
.link_libc = true ,
@@ -1236,12 +1200,6 @@ const test_targets = blk: {
1236
1200
.target = .{
1237
1201
.cpu_arch = .aarch64 ,
1238
1202
.os_tag = .netbsd ,
1239
- // Remove this when we bump our baseline to 10.1.0.
1240
- .os_version_min = .{ .semver = .{
1241
- .major = 10 ,
1242
- .minor = 1 ,
1243
- .patch = 0 ,
1244
- } },
1245
1203
.abi = .none ,
1246
1204
},
1247
1205
.link_libc = true ,
@@ -1251,12 +1209,6 @@ const test_targets = blk: {
1251
1209
.target = .{
1252
1210
.cpu_arch = .aarch64_be ,
1253
1211
.os_tag = .netbsd ,
1254
- // Remove this when we bump our baseline to 10.1.0.
1255
- .os_version_min = .{ .semver = .{
1256
- .major = 10 ,
1257
- .minor = 1 ,
1258
- .patch = 0 ,
1259
- } },
1260
1212
.abi = .none ,
1261
1213
},
1262
1214
.link_libc = true ,
@@ -1266,12 +1218,6 @@ const test_targets = blk: {
1266
1218
.target = .{
1267
1219
.cpu_arch = .arm ,
1268
1220
.os_tag = .netbsd ,
1269
- // Remove this when we bump our baseline to 10.1.0.
1270
- .os_version_min = .{ .semver = .{
1271
- .major = 10 ,
1272
- .minor = 1 ,
1273
- .patch = 0 ,
1274
- } },
1275
1221
.abi = .eabi ,
1276
1222
},
1277
1223
.link_libc = true ,
@@ -1280,12 +1226,6 @@ const test_targets = blk: {
1280
1226
.target = .{
1281
1227
.cpu_arch = .arm ,
1282
1228
.os_tag = .netbsd ,
1283
- // Remove this when we bump our baseline to 10.1.0.
1284
- .os_version_min = .{ .semver = .{
1285
- .major = 10 ,
1286
- .minor = 1 ,
1287
- .patch = 0 ,
1288
- } },
1289
1229
.abi = .eabihf ,
1290
1230
},
1291
1231
.link_libc = true ,
@@ -1295,12 +1235,6 @@ const test_targets = blk: {
1295
1235
.target = .{
1296
1236
.cpu_arch = .armeb ,
1297
1237
.os_tag = .netbsd ,
1298
- // Remove this when we bump our baseline to 10.1.0.
1299
- .os_version_min = .{ .semver = .{
1300
- .major = 10 ,
1301
- .minor = 1 ,
1302
- .patch = 0 ,
1303
- } },
1304
1238
.abi = .eabi ,
1305
1239
},
1306
1240
.link_libc = true ,
@@ -1309,12 +1243,6 @@ const test_targets = blk: {
1309
1243
.target = .{
1310
1244
.cpu_arch = .armeb ,
1311
1245
.os_tag = .netbsd ,
1312
- // Remove this when we bump our baseline to 10.1.0.
1313
- .os_version_min = .{ .semver = .{
1314
- .major = 10 ,
1315
- .minor = 1 ,
1316
- .patch = 0 ,
1317
- } },
1318
1246
.abi = .eabihf ,
1319
1247
},
1320
1248
.link_libc = true ,
@@ -1324,12 +1252,6 @@ const test_targets = blk: {
1324
1252
.target = .{
1325
1253
.cpu_arch = .mips ,
1326
1254
.os_tag = .netbsd ,
1327
- // Remove this when we bump our baseline to 10.1.0.
1328
- .os_version_min = .{ .semver = .{
1329
- .major = 10 ,
1330
- .minor = 1 ,
1331
- .patch = 0 ,
1332
- } },
1333
1255
.abi = .eabi ,
1334
1256
},
1335
1257
.link_libc = true ,
@@ -1338,12 +1260,6 @@ const test_targets = blk: {
1338
1260
.target = .{
1339
1261
.cpu_arch = .mips ,
1340
1262
.os_tag = .netbsd ,
1341
- // Remove this when we bump our baseline to 10.1.0.
1342
- .os_version_min = .{ .semver = .{
1343
- .major = 10 ,
1344
- .minor = 1 ,
1345
- .patch = 0 ,
1346
- } },
1347
1263
.abi = .eabihf ,
1348
1264
},
1349
1265
.link_libc = true ,
@@ -1353,12 +1269,6 @@ const test_targets = blk: {
1353
1269
.target = .{
1354
1270
.cpu_arch = .mipsel ,
1355
1271
.os_tag = .netbsd ,
1356
- // Remove this when we bump our baseline to 10.1.0.
1357
- .os_version_min = .{ .semver = .{
1358
- .major = 10 ,
1359
- .minor = 1 ,
1360
- .patch = 0 ,
1361
- } },
1362
1272
.abi = .eabi ,
1363
1273
},
1364
1274
.link_libc = true ,
@@ -1367,12 +1277,6 @@ const test_targets = blk: {
1367
1277
.target = .{
1368
1278
.cpu_arch = .mipsel ,
1369
1279
.os_tag = .netbsd ,
1370
- // Remove this when we bump our baseline to 10.1.0.
1371
- .os_version_min = .{ .semver = .{
1372
- .major = 10 ,
1373
- .minor = 1 ,
1374
- .patch = 0 ,
1375
- } },
1376
1280
.abi = .eabihf ,
1377
1281
},
1378
1282
.link_libc = true ,
@@ -1382,12 +1286,6 @@ const test_targets = blk: {
1382
1286
.target = .{
1383
1287
.cpu_arch = .powerpc ,
1384
1288
.os_tag = .netbsd ,
1385
- // Remove this when we bump our baseline to 10.1.0.
1386
- .os_version_min = .{ .semver = .{
1387
- .major = 10 ,
1388
- .minor = 1 ,
1389
- .patch = 0 ,
1390
- } },
1391
1289
.abi = .eabi ,
1392
1290
},
1393
1291
.link_libc = true ,
@@ -1396,12 +1294,6 @@ const test_targets = blk: {
1396
1294
.target = .{
1397
1295
.cpu_arch = .powerpc ,
1398
1296
.os_tag = .netbsd ,
1399
- // Remove this when we bump our baseline to 10.1.0.
1400
- .os_version_min = .{ .semver = .{
1401
- .major = 10 ,
1402
- .minor = 1 ,
1403
- .patch = 0 ,
1404
- } },
1405
1297
.abi = .eabihf ,
1406
1298
},
1407
1299
.link_libc = true ,
@@ -1411,12 +1303,6 @@ const test_targets = blk: {
1411
1303
.target = .{
1412
1304
.cpu_arch = .x86 ,
1413
1305
.os_tag = .netbsd ,
1414
- // Remove this when we bump our baseline to 10.1.0.
1415
- .os_version_min = .{ .semver = .{
1416
- .major = 10 ,
1417
- .minor = 1 ,
1418
- .patch = 0 ,
1419
- } },
1420
1306
.abi = .none ,
1421
1307
},
1422
1308
.link_libc = true ,
@@ -1426,12 +1312,6 @@ const test_targets = blk: {
1426
1312
.target = .{
1427
1313
.cpu_arch = .x86_64 ,
1428
1314
.os_tag = .netbsd ,
1429
- // Remove this when we bump our baseline to 10.1.0.
1430
- .os_version_min = .{ .semver = .{
1431
- .major = 10 ,
1432
- .minor = 1 ,
1433
- .patch = 0 ,
1434
- } },
1435
1315
.abi = .none ,
1436
1316
},
1437
1317
.link_libc = true ,
0 commit comments