apptainer: there is no --with-libsubid (#50181)

This commit is contained in:
Wouter Deconinck 2025-04-28 03:08:01 -05:00 committed by GitHub
parent f83beb09ba
commit 3c8c7ef341
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,9 +85,7 @@ def config_options(self):
options = []
if spec.satisfies("@1.1.0: +suid"):
options.append("--with-suid")
if spec.satisfies("+libsubid"):
options.append("--with-libsubid")
else:
if spec.satisfies("@1.4: ~libsubid"):
options.append("--without-libsubid")
return options