#328: depcheck: should not test packages from both x86_64 and iX86 unless needed --------------------+------------------------------------------------------- Reporter: tflink | Owner: Type: defect | Status: new Priority: major | Milestone: Future tasks Component: tests | Resolution: Keywords: | --------------------+------------------------------------------------------- Comment (by kparal):
IIUC the problem is that we place all downloaded packages into a single repo and then depcheck tries to install all those packages. So it could be solved by:
1. instructing depcheck not to install all 32bit packages from the repo, but only those needed as dependencies
or
2. not even placing those unnecessary 32bit packages into that repo
Whether we actually download those packages or not (bandwidth concerns) is not strictly related to this ticket.