Skip to content

Commit 71f058e

Browse files
committed
suppress pkg warnings with IGNORE_OSVERSION=yes on host pkg update
1 parent e37489e commit 71f058e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libioc/Pkg.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ def _update_host_repo(self, release_major_version: int) -> None:
144144
logger=self.logger,
145145
env=dict(
146146
ABI=self.__get_abi_string(release_major_version),
147-
SIGNATURE_TYPE="fingerprints"
147+
SIGNATURE_TYPE="fingerprints",
148+
IGNORE_OSVERSION="yes"
148149
)
149150
)
150151

0 commit comments

Comments
 (0)