Merge pull request #4595 from amshinde/fix-clh-tarball-build

Fix clh tarball build
This commit is contained in:
Fabiano Fidêncio
2022-07-08 20:15:30 +02:00
committed by GitHub
3 changed files with 19 additions and 3 deletions

View File

@@ -56,6 +56,7 @@ build_clh_from_source() {
repo_dir="${repo_dir//.git}"
rm -rf "${repo_dir}"
git clone "${cloud_hypervisor_repo}"
git config --global --add safe.directory "$PWD/repo_dir"
pushd "${repo_dir}"
if [ -n "${cloud_hypervisor_pr}" ]; then