alamb commented on pull request #769:
URL: https://github.com/apache/arrow-rs/pull/769#issuecomment-920243142


   So I also didn't see `riscv64` as a supported architecture. The supported 
architectures from my `rustc` (1.55) are:
   
   ```shell
   alamb@MacBook-Pro arrow-rs % cargo build --target riscv64
   cargo build --target riscv64
   error: failed to run `rustc` to learn about target-specific information
   
   Caused by:
     process didn't exit successfully: `/Users/alamb/.cargo/bin/sccache rustc - 
--crate-name ___ --print=file-names -C debuginfo=1 --target riscv64 
--crate-type bin --crate-type rlib --crate-type dylib --crate-type cdylib 
--crate-type staticlib --crate-type proc-macro --print=sysroot --print=cfg` 
(exit status: 1)
     --- stderr
     error: Error loading target specification: Could not find specification 
for target "riscv64". Run `rustc --print target-list` for a list of built-in 
targets
   
   alamb@MacBook-Pro arrow-rs % rustc --print target-list | grep risc
   rustc --print target-list | grep risc
   riscv32gc-unknown-linux-gnu
   riscv32gc-unknown-linux-musl
   riscv32i-unknown-none-elf
   riscv32imac-unknown-none-elf
   riscv32imc-unknown-none-elf
   riscv64gc-unknown-linux-gnu
   riscv64gc-unknown-linux-musl
   riscv64gc-unknown-none-elf
   riscv64imac-unknown-none-elf
   ``


-- 
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]


Reply via email to