Skip to content

Commit

Permalink
[build] Fix source release contains ._* files when build on Mac (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
psxjoy authored Jan 30, 2025
1 parent 1633234 commit 3a9772f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/releasing/create_source_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ fi

if [ "$(uname)" == "Darwin" ]; then
SHASUM="shasum -a 512"
#Disable the creation of ._* files on macOS.
export COPYFILE_DISABLE=1
else
SHASUM="sha512sum"
fi
Expand Down

0 comments on commit 3a9772f

Please sign in to comment.