mirror of
https://github.com/larksuite/cli.git
synced 2026-07-07 17:45:15 +08:00
The cherry-picked riscv64 commit derived RACE_FLAG from `go env GOARCH` via a grep pipeline, which ignores a GOARCH passed on the make command line (e.g. `make GOARCH=riscv64 unit-test`) since command-line make variables are not visible to $(shell ...). Switch to a make-native filter that honors both, and restore the trailing newline the same commit dropped.
2.7 KiB
2.7 KiB