freifunk-berlin / falter-repo_builder

DEPRECATED: Build a package feed with dockerized OpenWrt-SDK
3 stars 3 forks source link

Do we need to build all packages archictures when PKGARCH:=all? #19

Open pmelange opened 3 years ago

pmelange commented 3 years ago

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?

Akira25 commented 3 years ago

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?

pmelange commented 3 years ago

I guess they would have to be generated by hand somehow. I don't really know much about it