mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 05:14:52 +08:00
test glibc of course
This commit is contained in:
parent
2b4eb7127d
commit
7edd8e6e19
@ -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++');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user