mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 06:45:24 +00:00
std.Target: Bump minimum glibc version to 2.31.
This is the version in Debian LTS (bullseye).
This commit is contained in:
parent
731d6531bf
commit
46d03c5afa
@ -470,7 +470,7 @@ pub const Os = struct {
|
||||
.max = .{ .major = 6, .minor = 13, .patch = 4 },
|
||||
},
|
||||
.glibc = blk: {
|
||||
const default_min: std.SemanticVersion = .{ .major = 2, .minor = 28, .patch = 0 };
|
||||
const default_min: std.SemanticVersion = .{ .major = 2, .minor = 31, .patch = 0 };
|
||||
|
||||
for (std.zig.target.available_libcs) |libc| {
|
||||
if (libc.os != tag or libc.arch != arch or libc.abi != abi) continue;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user