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 9fc2b64 commit d37e232Copy full SHA for d37e232
1 file changed
src/Package/Artifact/attr.php
@@ -17,7 +17,7 @@ class attr
17
#[PatchDescription('Patch attr for Alpine Linux (musl) and macOS - gethostname declaration')]
18
public function patchAttrForAlpine(Artifact $artifact): void
19
{
20
- spc_skip_unless(SystemTarget::getTargetOS() === 'Darwin' || SystemTarget::getTargetOS() === 'Linux' && !LinuxUtil::isMuslDist(), 'Only for Alpine Linux (musl) and macOS');
+ spc_skip_unless(SystemTarget::getTargetOS() === 'Darwin' || SystemTarget::getTargetOS() === 'Linux' && LinuxUtil::isMuslDist(), 'Only for Alpine Linux (musl) and macOS');
21
SourcePatcher::patchFile('attr_alpine_gethostname.patch', $artifact->getSourceDir());
22
}
23
0 commit comments