Skip to content

Commit 4a70f26

Browse files
committed
test alpine directly too (spc-alpine-docker)
1 parent bcea200 commit 4a70f26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SPC/util/GlobalEnvManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public static function init(?BuilderBase $builder = null): void
4545
// Define env vars for linux
4646
if (PHP_OS_FAMILY === 'Linux') {
4747
$arch = getenv('GNU_ARCH');
48-
if (SystemUtil::isMuslDist() || getenv('SPC_LIBC') !== 'musl') {
48+
if (SystemUtil::isMuslDist() || getenv('SPC_LIBC') === 'glibc') {
4949
self::putenv('SPC_LINUX_DEFAULT_CC=gcc');
5050
self::putenv('SPC_LINUX_DEFAULT_CXX=g++');
5151
self::putenv('SPC_LINUX_DEFAULT_AR=ar');

src/globals/test-extensions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
'macos-13',
2525
// 'macos-14',
2626
'macos-15',
27-
// 'ubuntu-latest',
27+
'ubuntu-latest',
2828
'ubuntu-22.04',
2929
'ubuntu-24.04',
3030
'ubuntu-22.04-arm',

0 commit comments

Comments
 (0)