We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c5b77 commit ccdb6a0Copy full SHA for ccdb6a0
src/globals/test-extensions.php
@@ -158,7 +158,7 @@ function quote2(string $param): string
158
break;
159
case 'ubuntu-24.04':
160
case 'ubuntu-24.04-arm':
161
- putenv('SPC_TARGET=native-native');
+ putenv('SPC_TARGET=native-linux-gnu');
162
if (getenv('SPC_TARGET') && !str_contains((string) getenv('SPC_TARGET'), '-musl')) {
163
$shared_cmd = ' --build-shared=' . quote2($shared_extensions) . ' ';
164
}
0 commit comments