authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-05-19 13:53:24+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-05-19 20:13:00+02:00
log3dfcba86b856cfcf2aaef9e4ca636c7b2d2f9276
treece1f7e383a5e8304b94ee4c41f3175785d9c0584
parent21b7ceb5e56c80208782b1cf6c235c0d1bba8da2

ci: remove workaround for https://github.com/ziglang/zig/issues/22213


19 files changed, 19 insertions(+), 76 deletions(-)

ci/aarch64-freebsd-debug.sh+1-4
...@@ -31,10 +31,7 @@ cmake .. \...@@ -31,10 +31,7 @@ cmake .. \
31 -DZIG_TARGET_MCPU="$MCPU" \31 -DZIG_TARGET_MCPU="$MCPU" \
32 -DZIG_STATIC=ON \32 -DZIG_STATIC=ON \
33 -DZIG_NO_LIB=ON \33 -DZIG_NO_LIB=ON \
34 -GNinja \34 -GNinja
35 -DCMAKE_C_LINKER_DEPFILE_SUPPORTED=FALSE \
36 -DCMAKE_CXX_LINKER_DEPFILE_SUPPORTED=FALSE
37# https://github.com/ziglang/zig/issues/22213
3835
39# Now cmake will use zig as the C/C++ compiler. We reset the environment variables36# Now cmake will use zig as the C/C++ compiler. We reset the environment variables
40# so that installation and testing do not get affected by them.37# so that installation and testing do not get affected by them.
ci/aarch64-freebsd-release.sh+1-4
...@@ -31,10 +31,7 @@ cmake .. \...@@ -31,10 +31,7 @@ cmake .. \
31 -DZIG_TARGET_MCPU="$MCPU" \31 -DZIG_TARGET_MCPU="$MCPU" \
32 -DZIG_STATIC=ON \32 -DZIG_STATIC=ON \
33 -DZIG_NO_LIB=ON \33 -DZIG_NO_LIB=ON \
34 -GNinja \34 -GNinja
35 -DCMAKE_C_LINKER_DEPFILE_SUPPORTED=FALSE \
36 -DCMAKE_CXX_LINKER_DEPFILE_SUPPORTED=FALSE
37# https://github.com/ziglang/zig/issues/22213
3835
39# Now cmake will use zig as the C/C++ compiler. We reset the environment variables36# Now cmake will use zig as the C/C++ compiler. We reset the environment variables
40# so that installation and testing do not get affected by them.37# so that installation and testing do not get affected by them.
ci/aarch64-netbsd-debug.sh+1-4
...@@ -31,10 +31,7 @@ cmake .. \...@@ -31,10 +31,7 @@ cmake .. \
31 -DZIG_TARGET_MCPU="$MCPU" \31 -DZIG_TARGET_MCPU="$MCPU" \
32 -DZIG_STATIC=ON \32 -DZIG_STATIC=ON \
33 -DZIG_NO_LIB=ON \33 -DZIG_NO_LIB=ON \
34 -GNinja \34 -GNinja
35 -DCMAKE_C_LINKER_DEPFILE_SUPPORTED=FALSE \
36 -DCMAKE_CXX_LINKER_DEPFILE_SUPPORTED=FALSE
37# https://github.com/ziglang/zig/issues/22213
3835
39# Now cmake will use zig as the C/C++ compiler. We reset the environment variables36# Now cmake will use zig as the C/C++ compiler. We reset the environment variables
40# so that installation and testing do not get affected by them.37# so that installation and testing do not get affected by them.
ci/aarch64-netbsd-release.sh+1-4
...@@ -31,10 +31,7 @@ cmake .. \...@@ -31,10 +31,7 @@ cmake .. \
31 -DZIG_TARGET_MCPU="$MCPU" \31 -DZIG_TARGET_MCPU="$MCPU" \
32 -DZIG_STATIC=ON \32 -DZIG_STATIC=ON \
33 -DZIG_NO_LIB=ON \33 -DZIG_NO_LIB=ON \
34 -GNinja \34 -GNinja
35 -DCMAKE_C_LINKER_DEPFILE_SUPPORTED=FALSE \
36 -DCMAKE_CXX_LINKER_DEPFILE_SUPPORTED=FALSE
37# https://github.com/ziglang/zig/issues/22213
3835
39# Now cmake will use zig as the C/C++ compiler. We reset the environment variables36# Now cmake will use zig as the C/C++ compiler. We reset the environment variables
40# so that installation and testing do not get affected by them.37# so that installation and testing do not get affected by them.
ci/loongarch64-linux-debug.sh+1-4
...@@ -31,10 +31,7 @@ cmake .. \...@@ -31,10 +31,7 @@ cmake .. \
31 -DZIG_TARGET_MCPU="$MCPU" \31 -DZIG_TARGET_MCPU="$MCPU" \
32 -DZIG_STATIC=ON \32 -DZIG_STATIC=ON \
33 -DZIG_NO_LIB=ON \33 -DZIG_NO_LIB=ON \
34 -GNinja \34 -GNinja
35 -DCMAKE_C_LINKER_DEPFILE_SUPPORTED=FALSE \
36 -DCMAKE_CXX_LINKER_DEPFILE_SUPPORTED=FALSE
37# https://github.com/ziglang/zig/issues/22213
3835
39# Now cmake will use zig as the C/C++ compiler. We reset the environment variables36# Now cmake will use zig as the C/C++ compiler. We reset the environment variables
40# so that installation and testing do not get affected by them.37# so that installation and testing do not get affected by them.
ci/loongarch64-linux-release.sh+1-4
...@@ -31,10 +31,7 @@ cmake .. \...@@ -31,10 +31,7 @@ cmake .. \
31 -DZIG_TARGET_MCPU="$MCPU" \31 -DZIG_TARGET_MCPU="$MCPU" \
32 -DZIG_STATIC=ON \32 -DZIG_STATIC=ON \
33 -DZIG_NO_LIB=ON \33 -DZIG_NO_LIB=ON \
34 -GNinja \34 -GNinja
35 -DCMAKE_C_LINKER_DEPFILE_SUPPORTED=FALSE \
36 -DCMAKE_CXX_LINKER_DEPFILE_SUPPORTED=FALSE
37# https://github.com/ziglang/zig/issues/22213
3835
39# Now cmake will use zig as the C/C++ compiler. We reset the environment variables36# Now cmake will use zig as the C/C++ compiler. We reset the environment variables
40# so that installation and testing do not get affected by them.37# so that installation and testing do not get affected by them.
ci/powerpc64le-linux-debug.sh+1-4
...@@ -31,10 +31,7 @@ cmake .. \...@@ -31,10 +31,7 @@ cmake .. \
31 -DZIG_TARGET_MCPU="$MCPU" \31 -DZIG_TARGET_MCPU="$MCPU" \
32 -DZIG_STATIC=ON \32 -DZIG_STATIC=ON \
33 -DZIG_NO_LIB=ON \33 -DZIG_NO_LIB=ON \
34 -GNinja \34 -GNinja
35 -DCMAKE_C_LINKER_DEPFILE_SUPPORTED=FALSE \
36 -DCMAKE_CXX_LINKER_DEPFILE_SUPPORTED=FALSE
37# https://github.com/ziglang/zig/issues/22213
3835
39# Now cmake will use zig as the C/C++ compiler. We reset the environment variables36# Now cmake will use zig as the C/C++ compiler. We reset the environment variables
40# so that installation and testing do not get affected by them.37# so that installation and testing do not get affected by them.
ci/powerpc64le-linux-release.sh+1-4
...@@ -31,10 +31,7 @@ cmake .. \...@@ -31,10 +31,7 @@ cmake .. \
31 -DZIG_TARGET_MCPU="$MCPU" \31 -DZIG_TARGET_MCPU="$MCPU" \
32 -DZIG_STATIC=ON \32 -DZIG_STATIC=ON \
33 -DZIG_NO_LIB=ON \33 -DZIG_NO_LIB=ON \
34 -GNinja \34 -GNinja
35 -DCMAKE_C_LINKER_DEPFILE_SUPPORTED=FALSE \
36 -DCMAKE_CXX_LINKER_DEPFILE_SUPPORTED=FALSE
37# https://github.com/ziglang/zig/issues/22213
3835
39# Now cmake will use zig as the C/C++ compiler. We reset the environment variables36# Now cmake will use zig as the C/C++ compiler. We reset the environment variables
40# so that installation and testing do not get affected by them.37# so that installation and testing do not get affected by them.
ci/s390x-linux-debug.sh+1-4
...@@ -31,10 +31,7 @@ cmake .. \...@@ -31,10 +31,7 @@ cmake .. \
31 -DZIG_TARGET_MCPU="$MCPU" \31 -DZIG_TARGET_MCPU="$MCPU" \
32 -DZIG_STATIC=ON \32 -DZIG_STATIC=ON \
33 -DZIG_NO_LIB=ON \33 -DZIG_NO_LIB=ON \
34 -GNinja \34 -GNinja
35 -DCMAKE_C_LINKER_DEPFILE_SUPPORTED=FALSE \
36 -DCMAKE_CXX_LINKER_DEPFILE_SUPPORTED=FALSE
37# https://github.com/ziglang/zig/issues/22213
3835
39# Now cmake will use zig as the C/C++ compiler. We reset the environment variables36# Now cmake will use zig as the C/C++ compiler. We reset the environment variables
40# so that installation and testing do not get affected by them.37# so that installation and testing do not get affected by them.
ci/s390x-linux-release.sh+1-4
...@@ -31,10 +31,7 @@ cmake .. \...@@ -31,10 +31,7 @@ cmake .. \
31 -DZIG_TARGET_MCPU="$MCPU" \31 -DZIG_TARGET_MCPU="$MCPU" \
32 -DZIG_STATIC=ON \32 -DZIG_STATIC=ON \
33 -DZIG_NO_LIB=ON \33 -DZIG_NO_LIB=ON \
34 -GNinja \34 -GNinja
35 -DCMAKE_C_LINKER_DEPFILE_SUPPORTED=FALSE \
36 -DCMAKE_CXX_LINKER_DEPFILE_SUPPORTED=FALSE
37# https://github.com/ziglang/zig/issues/22213
3835
39# Now cmake will use zig as the C/C++ compiler. We reset the environment variables36# Now cmake will use zig as the C/C++ compiler. We reset the environment variables
40# so that installation and testing do not get affected by them.37# so that installation and testing do not get affected by them.
ci/x86_64-freebsd-debug.sh+1-4
...@@ -31,10 +31,7 @@ cmake .. \...@@ -31,10 +31,7 @@ cmake .. \
31 -DZIG_TARGET_MCPU="$MCPU" \31 -DZIG_TARGET_MCPU="$MCPU" \
32 -DZIG_STATIC=ON \32 -DZIG_STATIC=ON \
33 -DZIG_NO_LIB=ON \33 -DZIG_NO_LIB=ON \
34 -GNinja \34 -GNinja
35 -DCMAKE_C_LINKER_DEPFILE_SUPPORTED=FALSE \
36 -DCMAKE_CXX_LINKER_DEPFILE_SUPPORTED=FALSE
37# https://github.com/ziglang/zig/issues/22213
3835
39# Now cmake will use zig as the C/C++ compiler. We reset the environment variables36# Now cmake will use zig as the C/C++ compiler. We reset the environment variables
40# so that installation and testing do not get affected by them.37# so that installation and testing do not get affected by them.
ci/x86_64-freebsd-release.sh+1-4
...@@ -31,10 +31,7 @@ cmake .. \...@@ -31,10 +31,7 @@ cmake .. \
31 -DZIG_TARGET_MCPU="$MCPU" \31 -DZIG_TARGET_MCPU="$MCPU" \
32 -DZIG_STATIC=ON \32 -DZIG_STATIC=ON \
33 -DZIG_NO_LIB=ON \33 -DZIG_NO_LIB=ON \
34 -GNinja \34 -GNinja
35 -DCMAKE_C_LINKER_DEPFILE_SUPPORTED=FALSE \
36 -DCMAKE_CXX_LINKER_DEPFILE_SUPPORTED=FALSE
37# https://github.com/ziglang/zig/issues/22213
3835
39# Now cmake will use zig as the C/C++ compiler. We reset the environment variables36# Now cmake will use zig as the C/C++ compiler. We reset the environment variables
40# so that installation and testing do not get affected by them.37# so that installation and testing do not get affected by them.
ci/x86_64-linux-debug-llvm.sh+1-4
...@@ -34,10 +34,7 @@ cmake .. \...@@ -34,10 +34,7 @@ cmake .. \
34 -DZIG_STATIC=ON \34 -DZIG_STATIC=ON \
35 -DZIG_NO_LIB=ON \35 -DZIG_NO_LIB=ON \
36 -DZIG_EXTRA_BUILD_ARGS="-Duse-llvm=true" \36 -DZIG_EXTRA_BUILD_ARGS="-Duse-llvm=true" \
37 -GNinja \37 -GNinja
38 -DCMAKE_C_LINKER_DEPFILE_SUPPORTED=FALSE \
39 -DCMAKE_CXX_LINKER_DEPFILE_SUPPORTED=FALSE
40# https://github.com/ziglang/zig/issues/22213
4138
42# Now cmake will use zig as the C/C++ compiler. We reset the environment variables39# Now cmake will use zig as the C/C++ compiler. We reset the environment variables
43# so that installation and testing do not get affected by them.40# so that installation and testing do not get affected by them.
ci/x86_64-linux-debug.sh+1-4
...@@ -33,10 +33,7 @@ cmake .. \...@@ -33,10 +33,7 @@ cmake .. \
33 -DZIG_TARGET_MCPU="$MCPU" \33 -DZIG_TARGET_MCPU="$MCPU" \
34 -DZIG_STATIC=ON \34 -DZIG_STATIC=ON \
35 -DZIG_NO_LIB=ON \35 -DZIG_NO_LIB=ON \
36 -GNinja \36 -GNinja
37 -DCMAKE_C_LINKER_DEPFILE_SUPPORTED=FALSE \
38 -DCMAKE_CXX_LINKER_DEPFILE_SUPPORTED=FALSE
39# https://github.com/ziglang/zig/issues/22213
4037
41# Now cmake will use zig as the C/C++ compiler. We reset the environment variables38# Now cmake will use zig as the C/C++ compiler. We reset the environment variables
42# so that installation and testing do not get affected by them.39# so that installation and testing do not get affected by them.
ci/x86_64-linux-release.sh+1-4
...@@ -39,10 +39,7 @@ cmake .. \...@@ -39,10 +39,7 @@ cmake .. \
39 -DZIG_TARGET_MCPU="$MCPU" \39 -DZIG_TARGET_MCPU="$MCPU" \
40 -DZIG_STATIC=ON \40 -DZIG_STATIC=ON \
41 -DZIG_NO_LIB=ON \41 -DZIG_NO_LIB=ON \
42 -GNinja \42 -GNinja
43 -DCMAKE_C_LINKER_DEPFILE_SUPPORTED=FALSE \
44 -DCMAKE_CXX_LINKER_DEPFILE_SUPPORTED=FALSE
45# https://github.com/ziglang/zig/issues/22213
4643
47# Now cmake will use zig as the C/C++ compiler. We reset the environment variables44# Now cmake will use zig as the C/C++ compiler. We reset the environment variables
48# so that installation and testing do not get affected by them.45# so that installation and testing do not get affected by them.
ci/x86_64-netbsd-debug.sh+1-4
...@@ -31,10 +31,7 @@ cmake .. \...@@ -31,10 +31,7 @@ cmake .. \
31 -DZIG_TARGET_MCPU="$MCPU" \31 -DZIG_TARGET_MCPU="$MCPU" \
32 -DZIG_STATIC=ON \32 -DZIG_STATIC=ON \
33 -DZIG_NO_LIB=ON \33 -DZIG_NO_LIB=ON \
34 -GNinja \34 -GNinja
35 -DCMAKE_C_LINKER_DEPFILE_SUPPORTED=FALSE \
36 -DCMAKE_CXX_LINKER_DEPFILE_SUPPORTED=FALSE
37# https://github.com/ziglang/zig/issues/22213
3835
39# Now cmake will use zig as the C/C++ compiler. We reset the environment variables36# Now cmake will use zig as the C/C++ compiler. We reset the environment variables
40# so that installation and testing do not get affected by them.37# so that installation and testing do not get affected by them.
ci/x86_64-netbsd-release.sh+1-4
...@@ -31,10 +31,7 @@ cmake .. \...@@ -31,10 +31,7 @@ cmake .. \
31 -DZIG_TARGET_MCPU="$MCPU" \31 -DZIG_TARGET_MCPU="$MCPU" \
32 -DZIG_STATIC=ON \32 -DZIG_STATIC=ON \
33 -DZIG_NO_LIB=ON \33 -DZIG_NO_LIB=ON \
34 -GNinja \34 -GNinja
35 -DCMAKE_C_LINKER_DEPFILE_SUPPORTED=FALSE \
36 -DCMAKE_CXX_LINKER_DEPFILE_SUPPORTED=FALSE
37# https://github.com/ziglang/zig/issues/22213
3835
39# Now cmake will use zig as the C/C++ compiler. We reset the environment variables36# Now cmake will use zig as the C/C++ compiler. We reset the environment variables
40# so that installation and testing do not get affected by them.37# so that installation and testing do not get affected by them.
ci/x86_64-openbsd-debug.sh+1-4
...@@ -31,10 +31,7 @@ cmake .. \...@@ -31,10 +31,7 @@ cmake .. \
31 -DZIG_TARGET_MCPU="$MCPU" \31 -DZIG_TARGET_MCPU="$MCPU" \
32 -DZIG_STATIC=ON \32 -DZIG_STATIC=ON \
33 -DZIG_NO_LIB=ON \33 -DZIG_NO_LIB=ON \
34 -GNinja \34 -GNinja
35 -DCMAKE_C_LINKER_DEPFILE_SUPPORTED=FALSE \
36 -DCMAKE_CXX_LINKER_DEPFILE_SUPPORTED=FALSE
37# https://github.com/ziglang/zig/issues/22213
3835
39# Now cmake will use zig as the C/C++ compiler. We reset the environment variables36# Now cmake will use zig as the C/C++ compiler. We reset the environment variables
40# so that installation and testing do not get affected by them.37# so that installation and testing do not get affected by them.
ci/x86_64-openbsd-release.sh+1-4
...@@ -31,10 +31,7 @@ cmake .. \...@@ -31,10 +31,7 @@ cmake .. \
31 -DZIG_TARGET_MCPU="$MCPU" \31 -DZIG_TARGET_MCPU="$MCPU" \
32 -DZIG_STATIC=ON \32 -DZIG_STATIC=ON \
33 -DZIG_NO_LIB=ON \33 -DZIG_NO_LIB=ON \
34 -GNinja \34 -GNinja
35 -DCMAKE_C_LINKER_DEPFILE_SUPPORTED=FALSE \
36 -DCMAKE_CXX_LINKER_DEPFILE_SUPPORTED=FALSE
37# https://github.com/ziglang/zig/issues/22213
3835
39# Now cmake will use zig as the C/C++ compiler. We reset the environment variables36# Now cmake will use zig as the C/C++ compiler. We reset the environment variables
40# so that installation and testing do not get affected by them.37# so that installation and testing do not get affected by them.