Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] #2170: Fixes build in docker container on M1 machines #2237

Merged
merged 1 commit into from May 20, 2022

Conversation

pesterev
Copy link
Contributor

@pesterev pesterev commented May 19, 2022

These changes work fine on my Apple Silicon (M1) machine.

I met this problem and I had to fix it in order to do my task.

The reason for the problem is that the toolchain is incorrect here:
rustup component add rust-src --toolchain nightly-2022-04-20-x86_64-unknown-linux-gnu

@github-actions github-actions bot added the iroha2-dev The re-implementation of a BFT hyperledger in RUST label May 19, 2022
Signed-off-by: Vladimir Pesterev <pesterev@pm.me>
@Arjentix
Copy link
Contributor

I wonder why other CI/CD checks weren't triggered?

Copy link
Contributor

@Arjentix Arjentix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've also found this fix. Should be okay for now, I believe. @appetrosyan ?

@appetrosyan appetrosyan merged commit aa9dd35 into hyperledger:iroha2-dev May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
iroha2-dev The re-implementation of a BFT hyperledger in RUST
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants