mirror of
https://github.com/ziglang/zig.git
synced 2026-01-09 08:55:36 +00:00
debug: more fixups for mips linux not having ucontext_t
- increase test-std max_rss to 1.1 above the CI observed amount
This commit is contained in:
parent
5ebca4392e
commit
865d4d2d8c
@ -423,7 +423,7 @@ pub const StackIterator = struct {
|
||||
dwarf_context: if (supports_context) DW.UnwindContext else void = undefined,
|
||||
const supports_context = @hasDecl(os.system, "ucontext_t") and
|
||||
(builtin.os.tag != .linux or switch (builtin.cpu.arch) {
|
||||
.mips, .riscv64 => false,
|
||||
.mips, .mipsel, .mips64, .mips64el, .riscv64 => false,
|
||||
else => true,
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user