zig-bootstrap icon indicating copy to clipboard operation
zig-bootstrap copied to clipboard

take off every zig

Results 98 zig-bootstrap issues
Sort by recently updated
recently updated
newest added

Closes https://github.com/ziglang/zig-bootstrap/issues/42. Closes https://github.com/ziglang/zig-bootstrap/issues/52. Closes https://github.com/ziglang/zig-bootstrap/issues/98. Closes https://github.com/ziglang/zig-bootstrap/issues/99. Closes https://github.com/ziglang/zig-bootstrap/issues/103. Closes https://github.com/ziglang/zig-bootstrap/issues/105. Closes https://github.com/ziglang/zig-bootstrap/issues/116. Closes https://github.com/ziglang/zig-bootstrap/issues/175. Closes https://github.com/ziglang/zig-bootstrap/issues/176. Closes https://github.com/ziglang/zig-bootstrap/issues/179. Closes https://github.com/ziglang/zig-bootstrap/issues/180. Closes https://github.com/ziglang/zig-bootstrap/issues/183.

``` install └─ install zig └─ zig build-exe zig ReleaseFast mips-linux-gnueabihf 1 errors error: ld.lld: :0: out of range PC16 fixup ``` Same as #192.

``` install └─ install zig └─ zig build-exe zig ReleaseFast mips-linux-gnueabi 1 errors error: ld.lld: :0: out of range PC16 fixup ``` Same as #192.

Using: `./build aarch64-macos-none baseline` ``` /home/alexrp/Source/zig-bootstrap/zstd/lib/compress/zstd_lazy.c:1028:79: error: always_inline function 'vdupq_n_u8' requires target feature 'aes', but would be inlined into function 'ZSTD_row_getMatchMask' that is compiled without support for 'aes' const uint16x8_t...

## Tested on ArchLinux (x86_64/zen3) - llvm-host: ok - zig-host: ok - zlib-$(target)-$(cpu): ok - zstd-$(target)-$(cpu): ok - llvm-$(target)-$(cpu): ok - zig-$(target)-$(cpu): fail **Note:** any other target macos and/or linux...

``` install └─ install zig └─ zig build-exe zig ReleaseFast mips64-linux-musl 1 errors error: ld.lld: :0: out of range PC16 fixup ``` Started happening after the LLVM 19 upgrade, but...

https://github.com/ziglang/zig/issues/23949

No official NetBSD release for this yet, but should be coming soon-ish.

No official NetBSD release for this yet, but should be coming soon-ish.

https://github.com/ziglang/zig-bootstrap/issues/71#issuecomment-2896208953