lixingjia77 opened a new pull request, #824: URL: https://github.com/apache/incubator-seata-go/pull/824
<!-- Thanks for sending a pull request! --> **What this PR does**: This PR simplifies the dependencies of the `make build` command in the makefile by implementing cross-platform SHA-256 checksum support. It replaces hardcoded `sha256sum` commands with dynamic command detection that uses: - `shasum -a 256` on macOS (Darwin) systems - `sha256sum` on Linux/Unix systems This ensures the makefile can run with minimal dependencies across different operating systems without requiring additional tool installations. **Which issue(s) this PR fixes**: <!-- *Automatically closes linked issue when PR is merged. Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. _If PR is about `failing-tests or flakes`, please post the related issues/tests in a comment and do not use `Fixes`_* --> Fixes #819: Simplify makefile dependencies with cross-platform SHA-256 compatibility **Special notes for your reviewer**: - Tested on both M2 Mac (macOS) and WSL (Linux) environments - both work correctly **Does this PR introduce a user-facing change?**: <!-- If no, just write "NONE" in the release-note block below. If yes, a release note is required: Enter your extended release note in the block below. If the PR requires additional action from users switching to the new release, include the string "action required". --> ```release-note ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org