| author | |
| committer | |
| log | 865d4d2d8c066fd72b1e81cfc81c927aeccde8db |
| tree | 9682bb9c35c0c494dcab3e91fad8c844db5ca4bb |
| parent | 5ebca4392e3d3e616607c00785d67c4ae31330cb |
- increase test-std max_rss to 1.1 above the CI observed amount1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/debug.zig+1-1| ... | ... | @@ -423,7 +423,7 @@ pub const StackIterator = struct { |
| 423 | 423 | dwarf_context: if (supports_context) DW.UnwindContext else void = undefined, |
| 424 | 424 | const supports_context = @hasDecl(os.system, "ucontext_t") and |
| 425 | 425 | (builtin.os.tag != .linux or switch (builtin.cpu.arch) { |
| 426 | .mips, .riscv64 => false, | |
| 426 | .mips, .mipsel, .mips64, .mips64el, .riscv64 => false, | |
| 427 | 427 | else => true, |
| 428 | 428 | }); |
| 429 | 429 |