Skip to content

Craft: Add temporary hack to fix botched checkouts of craft in several jobs

Because of a syntax error craft fails to run for jobs that have updated craft to the botched version in a previous build. Consequently, craft cannot update itself to the fixed version. We need to do it manually.

This is clearly an awful hack. Maybe there is a better way to fix the broken jobs.

A few jobs on binary factory with botched checkouts of craft: https://binary-factory.kde.org/view/Android/job/KTrip_Release_android-arm/lastFailedBuild/consoleText https://binary-factory.kde.org/view/MacOS/job/AtCore_Nightly_macos/lastFailedBuild/consoleText https://binary-factory.kde.org/view/Windows%2064-bit/job/KMyMoney_Release_win64/lastFailedBuild/consoleText

The AppImage jobs seem to have been lucky not to update to the broken version of craft.

Merge request reports