Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duniter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
typescript
duniter
Merge requests
!1399
Resolve "`dev` branch does not compile on ARM x64"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "`dev` branch does not compile on ARM x64"
1429-dev-branch-does-not-compile-on-arm-x64
into
dev
Overview
6
Commits
1
Pipelines
0
Changes
1
Merged
Cédric Moreau
requested to merge
1429-dev-branch-does-not-compile-on-arm-x64
into
dev
3 years ago
Overview
6
Commits
1
Pipelines
0
Changes
1
Expand
Closes
#1429 (closed)
Edited
3 years ago
by
Cédric Moreau
0
0
Merge request reports
Compare
dev
version 3
a29b38ae
3 years ago
version 2
0d87372a
3 years ago
version 1
7ec30cf1
3 years ago
dev (base)
and
latest version
latest version
e154ceee
1 commit,
3 years ago
version 3
a29b38ae
1 commit,
3 years ago
version 2
0d87372a
1 commit,
3 years ago
version 1
7ec30cf1
1 commit,
3 years ago
1 file
+
5
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.cargo/config
+
5
−
0
Options
@@ -9,3 +9,8 @@ uc = "update -p duniter-core"
ug = "update -p duniter-gva"
ugc = "update -p duniter-gva-conf"
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"]
Loading