Skip to content

crucible-test: fix issue with fetch_sources invoking bs.build

clayton craft requested to merge (removed):update into master

This was missed when projects were converted to using build.py to provide list of deps, so fetch_sources was trying to run bs.build. The exception was caught/ignored in fetch_sources, but it left a confusing error message in the build console

Merge request reports