| author | |
| committer | |
| log | 20c230cda955936a04af952f9773c0cdda10d9f4 |
| tree | dbe96da4a171514a45fb22b42a421f02bb2c0f2e |
| parent | ffac6a1b9f00d89c238724854440943f67cee9bb |
Not sure why this is needed by the CI; it's not needed locally. This is
a mystery that will have to wait for another day.1 files changed, 1 insertions(+), 1 deletions(-)
src/test.zig+1-1| ... | ... | @@ -1843,7 +1843,7 @@ pub const TestContext = struct { |
| 1843 | 1843 | |
| 1844 | 1844 | .qemu => |qemu_bin_name| if (enable_qemu) { |
| 1845 | 1845 | const need_cross_glibc = target.isGnuLibC() and case.link_libc; |
| 1846 | const glibc_dir_arg = if (need_cross_glibc) | |
| 1846 | const glibc_dir_arg: ?[]const u8 = if (need_cross_glibc) | |
| 1847 | 1847 | glibc_runtimes_dir orelse continue :update // glibc dir not available; pass test |
| 1848 | 1848 | else |
| 1849 | 1849 | null; |