Skip to content

Fix global cerbero config

We had caching issues, which I tracked down to cerbero not building build-tools at the right place. This is a side effect of how we reset the config for build-tools. This was caused by the global config taking over the local one. This is being solved by removing offending configuration from the global one.

Merge request reports