There is now two options for linking between aports and apkindex.
The quick and not so exact method of using the commit state of the repo , or the individual commit for each package.
The later takes time.
The problem occurs when building busybox, I added a section in resolved.json to indicate if the software stack is resolved. If not
dependency are listed.
There is now two options for linking between aports and apkindex. The quick and not so exact method of using the commit state of the repo , or the individual commit for each package. The later takes time.
The problem occurs when building busybox, I added a section in resolved.json to indicate if the software stack is resolved. If not dependency are listed.
"resolver": { "status": false, "secondary": { "openssl": { "libretls": [ "libcrypto.so.1.1", "libssl.so.1.1" ], "apk-tools": [ "libcrypto.so.1.1", "libssl.so.1.1" ], "lighttpd": [ "libcrypto.so.1.1", "libssl.so.1.1" ] }, "brotli": {