config: un-ignore curl and git packages
These were set to "ignore" to prevent cascade rebuilds during development, not because they fail to build. Per project policy, packages must not be ignored without explicit user request.
This commit is contained in:
@@ -230,11 +230,9 @@ cosmic-edit = "ignore"
|
||||
cosmic-files = "ignore"
|
||||
cosmic-icons = "ignore"
|
||||
cosmic-term = "ignore"
|
||||
curl = "ignore"
|
||||
git = "ignore"
|
||||
curl = {}
|
||||
git = {}
|
||||
mc = {}
|
||||
#curl = "ignore" # suppressed: cascade rebuild
|
||||
#git = "ignore" # suppressed: cascade rebuild
|
||||
|
||||
[[files]]
|
||||
path = "/lib/firmware/amdgpu"
|
||||
|
||||
Reference in New Issue
Block a user