Skip to content

Commit

Permalink
[tests] Workaround to build Rust on ARMv7
Browse files Browse the repository at this point in the history
Today, there are some issues identified in the rust toolchain. This is the recommended workaround from below issues:
Spotifyd/spotifyd#425
rust-lang/rust#62896 (comment)
  • Loading branch information
foxtrotzulu94 committed Nov 9, 2019
1 parent b5ceba0 commit 2722ec9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name = "rust"
version = "0.1.0"
authors = ["Javier E. Fajardo <foxtrotzulu94@gmail.com>"]

[profile.release]
codegen-units = 1

[dependencies]
rayon = "1.0"
rust-crypto = { git = "https://github.com/niluxv/rust-crypto", branch = "stable_0.2" }
Expand Down

0 comments on commit 2722ec9

Please sign in to comment.