zig/ci
Alex Rønne Petersen 63eb395729
ci: build test stage3 on powerpc64le-linux with long calls
Necessary to work around this:

    error: ld.lld: /home/ci/.cache/act/f23fdcb74e58cd75/hostexecutor/zig-global-cache/o/c67e3042d116da0f73d3129d377044bf/libc++abi.a(/home/ci/.cache/act/f23fdcb74e58cd75/hostexecutor/zig-global-cache/o/61dd7765ab891b4db54a5e49b8ab8c86/cxa_thread_atexit.o):(function __cxa_thread_atexit: .text.__cxa_thread_atexit+0x40): relocation R_PPC64_REL24_NOTOC out of range: -251925824 is not in [-33554432, 33554431]; references '__cxa_thread_atexit_impl'
        note: referenced by cxa_thread_atexit.cpp:116 (/home/ci/.cache/act/f23fdcb74e58cd75/hostexecutor/lib/libcxxabi/src/cxa_thread_atexit.cpp:116)
        note: defined in /home/ci/.cache/act/f23fdcb74e58cd75/hostexecutor/zig-global-cache/o/c67e3042d116da0f73d3129d377044bf/libc++abi.a(/home/ci/.cache/act/f23fdcb74e58cd75/hostexecutor/zig-global-cache/o/61dd7765ab891b4db54a5e49b8ab8c86/cxa_thread_atexit.o)

This is only a problem for now because we link libLLVM; once we start invoking
llc instead, we won't need this workaround anymore.
2026-01-06 21:15:38 +01:00
..
aarch64-linux-debug.sh ci: set maxrss from $ZSF_MAX_RSS if provided by the runner 2025-12-04 20:06:48 +01:00
aarch64-linux-release.sh ci: set maxrss from $ZSF_MAX_RSS if provided by the runner 2025-12-04 20:06:48 +01:00
aarch64-macos-debug.sh ci: build stage4 and run behavior tests with it on aarch64-macos-debug 2026-01-05 15:41:16 +01:00
aarch64-macos-release.sh disable flaky test: aarch64-macos stage3/4 nondeterminism check 2026-01-04 23:43:19 -08:00
aarch64-windows.ps1 ci: set maxrss from $ZSF_MAX_RSS if provided by the runner 2025-12-04 20:06:48 +01:00
loongarch64-linux-debug.sh ci: set maxrss from $ZSF_MAX_RSS if provided by the runner 2025-12-04 20:06:48 +01:00
loongarch64-linux-release.sh ci: set maxrss from $ZSF_MAX_RSS if provided by the runner 2025-12-04 20:06:48 +01:00
powerpc64le-linux-debug.sh ci: build test stage3 on powerpc64le-linux with long calls 2026-01-06 21:15:38 +01:00
powerpc64le-linux-release.sh ci: build test stage3 on powerpc64le-linux with long calls 2026-01-06 21:15:38 +01:00
riscv64-linux-debug.sh ci: set maxrss from $ZSF_MAX_RSS if provided by the runner 2025-12-04 20:06:48 +01:00
riscv64-linux-release.sh ci: set maxrss from $ZSF_MAX_RSS if provided by the runner 2025-12-04 20:06:48 +01:00
s390x-linux-debug.sh ci: set maxrss from $ZSF_MAX_RSS if provided by the runner 2025-12-04 20:06:48 +01:00
s390x-linux-release.sh ci: set maxrss from $ZSF_MAX_RSS if provided by the runner 2025-12-04 20:06:48 +01:00
x86_64-freebsd-debug.sh ci: pass -Dskip-openbsd on x86_64-freebsd and x86_64-linux-debug(-llvm) 2026-01-05 16:50:46 +01:00
x86_64-freebsd-release.sh ci: pass -Dskip-openbsd on x86_64-freebsd and x86_64-linux-debug(-llvm) 2026-01-05 16:50:46 +01:00
x86_64-linux-debug-llvm.sh Merge pull request 'add OpenBSD libc cross-compilation support' (#30064) from alexrp/zig:openbsd into master 2026-01-06 16:12:54 +01:00
x86_64-linux-debug.sh Merge pull request 'add OpenBSD libc cross-compilation support' (#30064) from alexrp/zig:openbsd into master 2026-01-06 16:12:54 +01:00
x86_64-linux-release.sh ci: update to qemu 10.2.0 2026-01-06 09:55:09 +01:00
x86_64-windows-debug.ps1 ci: set maxrss from $ZSF_MAX_RSS if provided by the runner 2025-12-04 20:06:48 +01:00
x86_64-windows-release.ps1 ci: set maxrss from $ZSF_MAX_RSS if provided by the runner 2025-12-04 20:06:48 +01:00