build: enable gva for all architectures
parent
03acf3e9
No related branches found
No related tags found
Pipeline #32257 waiting for manual action
Stage: tests
Stage: package
Stage: quality
Stage: integration
... | ... | @@ -19,6 +19,7 @@ ctrlc = "3.1.6" |
daemonize-me = "0.3.1" | ||
dirs = "3.0.1" | ||
duniter-core = { git = "https://git.duniter.org/nodes/rust/duniter-core", features = ["bc-writer"] } | ||
duniter-gva-conf = { git = "https://git.duniter.org/nodes/rust/modules/duniter-gva" } | ||
log = "0.4.11" | ||
logwatcher = "0.1.1" | ||
nix = "0.17.0" | ||
... | ... | @@ -26,9 +27,6 @@ read_input = "0.8.4" |
serde_json = "1.0.53" | ||
structopt = "0.3.18" | ||
[target.'cfg(target_arch = "x86_64")'.dependencies] | ||
duniter-gva-conf = { git = "https://git.duniter.org/nodes/rust/modules/duniter-gva" } | ||
[dev-dependencies] | ||
rusty-hook = "0.11.2" | ||
... | ... |
Please register or sign in to comment