test glibc of course

This commit is contained in:
DubbleClick 2025-06-26 17:39:42 +07:00
parent 2b4eb7127d
commit 7edd8e6e19

View File

@ -35,7 +35,7 @@ $test_os = [
$zig = true; $zig = true;
// temporary! // temporary!
if ($zig) { if ($zig) {
putenv('SPC_LIBC=musl'); putenv('SPC_LIBC=glibc');
putenv('SPC_LIBC_VERSION=2.17'); putenv('SPC_LIBC_VERSION=2.17');
putenv('CC=zig-cc'); putenv('CC=zig-cc');
putenv('CXX=zig-c++'); putenv('CXX=zig-c++');