Blacklist/skip precompiled packages #56
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Now that the repo allows the creation of new mirrors, we could also blacklist packages that are not compiled and are just repackaged from an already built binary (for example:
vivaldiandcuda), thus saving extra space (especially since justcudaandcuda-toolstogether are taking up about 2 GB of space :P).Could this also be done automatically by comparing whether the package contents are the same as in upstream package?
Yea, I noticed that too. Completely unneccisary to have precompiled packages in this repo lol.
Never noticed that haha
But how many are they? Because it going to be a manual thing to do
I would suggest removing the really big ones (
cudafor example). Removing all might be a very time consuming task, especially if you remember this list is subject to change based on upstream arch decisions.If I remember correctly the reproducible builds check does something similar (although with a different goal). Seeing how that is done could be a possible first step to automate this. Will have a look at that tool later.