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 ccdb6a0 commit e019b65Copy full SHA for e019b65
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-linux-gnu');
+ putenv('SPC_TARGET=native-native-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