Skip to content

ci/baremetal: Clean the directory we unpack artifacts into.

Emma Anholt requested to merge anholt/mesa:ci-bm into main

gitlab-runner reuses containers, and since we don't pull git, the working directory doesn't get cleaned automatically. You don't want to have stale files from previous builds, particularly if someone's testing changes of build options that might disable a driver.

Merge request reports