Skip to content

Commit a968b19

Browse files
committed
remove zig stuff from tests for now, since we need to keep gcc default
1 parent feaff0a commit a968b19

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/globals/test-extensions.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
// If you want to test shared extensions, add them below (comma separated, example `bcmath,openssl`).
5656
$shared_extensions = match (PHP_OS_FAMILY) {
57-
'Linux' => 'amqp,brotli,bz2,dio,ds,ev,event,ffi,ftp,gd,gettext,gmp,gmssl,igbinary,imagick,inotify,intl,ldap,lz4,memcache,memcached,mongodb,msgpack,mysqli,mysqlnd,odbc,opentelemetry,parallel,pdo,pdo_mysql,pdo_odbc,pdo_pgsql,pdo_sqlite,pdo_sqlsrv,pgsql,protobuf,rar,redis,rdkafka,shmop,spx,sqlite3,sqlsrv,ssh2,swoole,sysvmsg,sysvsem,sysvshm,tidy,uuid,uv,xdebug,xhprof,xlswriter,xsl,xz,yac,yaml,zstd',
57+
'Linux' => '',
5858
'Darwin' => '',
5959
'Windows' => '',
6060
};
@@ -157,12 +157,7 @@ function quote2(string $param): string
157157
$shared_cmd = ' --build-shared=' . quote2($shared_extensions) . ' ';
158158
break;
159159
case 'ubuntu-24.04':
160-
putenv('SPC_TARGET=native-native-gnu.2.17');
161-
$shared_cmd = ' --build-shared=' . quote2($shared_extensions) . ' ';
162-
break;
163160
case 'ubuntu-24.04-arm':
164-
putenv('SPC_TARGET=native-native-gnu.2.28');
165-
$shared_cmd = ' --build-shared=' . quote2($shared_extensions) . ' ';
166161
break;
167162
case 'macos-13':
168163
case 'macos-14':

0 commit comments

Comments
 (0)