cookiedan42 commented on issue #180: URL: https://github.com/apache/arrow-rs/issues/180#issuecomment-4475892243
Making a note for future travelers along this trail of `wasm and zstd` I was unable to compile parquet due to zstd failing to compile on M series macbook and setting `CC` and `AR` env vars fixed it ``` brew install llvm export CC=/opt/homebrew/opt/llvm/bin/clang export AR=/opt/homebrew/opt/llvm/bin/llvm-ar ``` based on fix documented in https://github.com/gyscos/zstd-rs/issues/93#issuecomment-1058772951 -- 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]
