From 77aefacafa0af7d45c407d772bd493397c6e1ae5 Mon Sep 17 00:00:00 2001 From: JRPan <25518778+JRPan@users.noreply.github.com> Date: Fri, 26 Jan 2024 15:08:26 -0500 Subject: [PATCH] fix dubious ownership --- short-tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/short-tests.sh b/short-tests.sh index bb1c6695a..44f265a96 100755 --- a/short-tests.sh +++ b/short-tests.sh @@ -13,6 +13,8 @@ if [ ! -n "$GPUAPPS_ROOT" ]; then exit; fi +git config --system --add safe.directory '*' + export PATH=$CUDA_INSTALL_PATH/bin:$PATH source ./setup_environment make -j