authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-31 15:45:13+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-31 15:45:13+01:00
loga9c648c06040f0fe066b1b0538137b003fdc53fd
tree4358521303ed783e31cc47f81fa70370676eb992
parent0116d98093df6d9c53877f4c449c9365e64b0f6e
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

std.Target: bump linux max version to 6.17


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/Target.zig+1-1
......@@ -439,7 +439,7 @@ pub const Os = struct {
439439
440440 break :blk default_min;
441441 },
442 .max = .{ .major = 6, .minor = 16, .patch = 0 },
442 .max = .{ .major = 6, .minor = 17, .patch = 0 },
443443 },
444444 .glibc = blk: {
445445 // For 32-bit targets that traditionally used 32-bit time, we require