diff options
| author | JRPan <[email protected]> | 2024-01-26 15:08:26 -0500 |
|---|---|---|
| committer | JRPan <[email protected]> | 2024-01-26 15:08:26 -0500 |
| commit | 77aefacafa0af7d45c407d772bd493397c6e1ae5 (patch) | |
| tree | d3a292a7bc15210bbe505417e760683cfc352f25 /short-tests.sh | |
| parent | 291fb119ea89aec01d85c38e8a4aafd95bee0785 (diff) | |
fix dubious ownership
Diffstat (limited to 'short-tests.sh')
| -rwxr-xr-x | short-tests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/short-tests.sh b/short-tests.sh index bb1c669..44f265a 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 |
