maskit opened a new issue, #8966: URL: https://github.com/apache/trafficserver/issues/8966
I use a Linux VM as my dev environment on my MacBook that has M1 chip (arm64 arch), and the pre-built clang-format binary which is used by `make clang-format` doesn't run on the VM. ``` ./tools/clang-format.sh: line 82: /home/mkitajo/src/trafficserver/.git/fmt/20200514/clang-format/clang-format.linux: cannot execute binary file: Exec format error ``` The pre-built binary for macOS runs without issues on the MacBook. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
