Skip to content

Commit

Permalink
add safe-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mag1cp1n committed Aug 27, 2024
1 parent bcf2b49 commit 95b946c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion continuous_integration/scripts/build-legate
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ build_legate() {
activate_conda_env;
conda_info;

git config --global --add safe.directory "$REPO_DIR/.git"

case "$BUILD_TYPE" in
ci) build_legate_ci && copy_ci_artifacts;;
release) build_legate_release && copy_release_artifacts;;
Expand All @@ -88,4 +90,4 @@ build_legate() {
esac
}

(build_legate "$@");
(build_legate "$@");

0 comments on commit 95b946c

Please sign in to comment.