Skip to content
Snippets Groups Projects
Commit e154ceee authored by Cédric Moreau's avatar Cédric Moreau Committed by Cédric Moreau
Browse files

fix: #1429 compilation on ARM x64

parent 0468f121
No related branches found
No related tags found
1 merge request!1399Resolve "`dev` branch does not compile on ARM x64"
...@@ -9,3 +9,8 @@ uc = "update -p duniter-core" ...@@ -9,3 +9,8 @@ uc = "update -p duniter-core"
ug = "update -p duniter-gva" ug = "update -p duniter-gva"
ugc = "update -p duniter-gva-conf" ugc = "update -p duniter-gva-conf"
xtask = "run --package xtask --" xtask = "run --package xtask --"
# ARM x64 specific, otherwise crash (because of rustc bug)
# see: https://github.com/rust-lang/cargo/issues/6489
[target.'cfg(all(target_arch = "aarch64"))']
rustflags = ["-Ccodegen-units=1"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment