Skip to content
Snippets Groups Projects
Commit 8b7b4220 authored by Éloïs's avatar Éloïs
Browse files

Merge remote-tracking branch 'origin/1429-dev-branch-does-not-compile-on-arm-x64' into dev

parents 0468f121 e154ceee
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