Skip to content

Commit

Permalink
Merge pull request #1047 from oasisprotocol/matevz/bugfix/cargo-test-…
Browse files Browse the repository at this point in the history
…intel-note

docs: Fix information about running docker test on Apple M1
  • Loading branch information
matevz committed Jul 15, 2022
2 parents 1d8816f + e838b2e commit 6bcd4a6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/contract/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,8 @@ RUSTFLAGS="-C target-feature=+aes,+ssse3" cargo test

:::info

Running unit tests locally requires an Intel-compatible CPU. If you want
to run tests on Apple M1, we suggest that you set up a docker image with
enabled Intel virtualization and the Rust development environment.
Running unit tests locally requires a physical or virtualized Intel-compatible
CPU with AES and SSSE3 instruction sets.

:::

Expand Down

0 comments on commit 6bcd4a6

Please sign in to comment.