From: Ward Vandewege Date: Wed, 13 Apr 2022 11:50:06 +0000 (-0400) Subject: Fix package building, work around git issue caused by CVE-2022-24765. X-Git-Tag: 2.5.0~216 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/372e66f06af08395b795ba4b2d8d59129a874a05 Fix package building, work around git issue caused by CVE-2022-24765. No issue # Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh index 164755fda6..9b09b7fae0 100755 --- a/build/run-build-packages.sh +++ b/build/run-build-packages.sh @@ -204,6 +204,9 @@ if [[ ! -d "$WORKSPACE/packages/$TARGET" ]]; then chown --reference="$WORKSPACE" "$WORKSPACE/packages/$TARGET" fi +# Required due to CVE-2022-24765 +git config --global --add safe.directory /arvados + # Perl packages debug_echo -e "\nPerl packages\n"