To run the builds on all the supported OS's and CPUs, we need to add the platform targets via rustup.
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABC03368e4c613e: [Chronik] Install Rust platform targets required for CI
- docker run -i -t bitcoinabc/bitcoin-abc-dev
- Run the commands added in this diff -> adds the platform targets
- source $HOME/.cargo/env
- cargo new --bin hello && cd hello
- cargo build --target x86_64-pc-windows-gnu
- file target/x86_64-pc-windows-gnu/debug/hello.exe -> outputs something like PE32+ executable (console) x86-64, for MS Windows
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable