forked from Mirror/pmbootstrap
pmb.parse.kconfig: implement anbox kconfig check (MR 1916)
fixes https://gitlab.com/postmarketOS/pmbootstrap/-/issues/1891.
This commit is contained in:
parent
e36e160167
commit
28da033267
5 changed files with 116 additions and 30 deletions
|
@ -146,4 +146,5 @@ def menuconfig(args, pkgname):
|
|||
pmb.build.checksum.update(args, pkgname)
|
||||
|
||||
# Check config
|
||||
pmb.parse.kconfig.check(args, apkbuild["_flavor"], details=True)
|
||||
pmb.parse.kconfig.check(args, apkbuild["_flavor"], force_anbox_check=False,
|
||||
details=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue