| author | |
| committer | |
| log | 16896a9d8b4015ebebd36ee558d49446a756b3f5 |
| tree | 3f608ab4cee18d44bf4aa5024aab7cd06fd37712 |
| parent | 66e5e92a3e958c8097a2366ff74f34ebdad40154 |
Trying to buy us more time on the Windows CI.1 files changed, 3 insertions(+), 0 deletions(-)
lib/std/crypto.zig+3| ... | ... | @@ -140,6 +140,9 @@ pub const random = &@import("crypto/tlcsprng.zig").interface; |
| 140 | 140 | const std = @import("std.zig"); |
| 141 | 141 | |
| 142 | 142 | test "crypto" { |
| 143 | const please_windows_dont_oom = std.Target.current.os.tag == .windows; | |
| 144 | if (please_windows_dont_oom) return error.SkipZigTest; | |
| 145 | ||
| 143 | 146 | inline for (std.meta.declarations(@This())) |decl| { |
| 144 | 147 | switch (decl.data) { |
| 145 | 148 | .Type => |t| { |