You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.
Currently we build the feed for all architectures. But for the Falter feed almost all the packages are arch-independant (PKGARCH:=all). Currently there is only one package which is really compiled (falter-berlin-tunneldigger).
Would it make sense to build the PKGARCH:=all packages just once and copy the generated ipk files to all architechtures and also to build just the tunneldigger for each arch separately?
The text was updated successfully, but these errors were encountered:
I like that idea pretty much. That might speed up the build process by magnitudes. Though we'd need to handle the generation of the Packages.gz file somehow seperately, right?
Currently we build the feed for all architectures. But for the Falter feed almost all the packages are arch-independant (PKGARCH:=all). Currently there is only one package which is really compiled (falter-berlin-tunneldigger).
Would it make sense to build the PKGARCH:=all packages just once and copy the generated ipk files to all architechtures and also to build just the tunneldigger for each arch separately?
The text was updated successfully, but these errors were encountered: