Skip to content

Commit 2722ec9

Browse files
committed
[tests] Workaround to build Rust on ARMv7
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)
1 parent b5ceba0 commit 2722ec9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rust/Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name = "rust"
33
version = "0.1.0"
44
authors = ["Javier E. Fajardo <foxtrotzulu94@gmail.com>"]
55

6+
[profile.release]
7+
codegen-units = 1
8+
69
[dependencies]
710
rayon = "1.0"
811
rust-crypto = { git = "https://github.com/niluxv/rust-crypto", branch = "stable_0.2" }

0 commit comments

Comments
 (0)