Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Duniter v2S
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
rust
Duniter v2S
Merge requests
!93
upgrade substrate to polkadot-v0.9.23
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
upgrade substrate to polkadot-v0.9.23
elois-substrate-v0.9.23
into
master
Overview
0
Commits
1
Pipelines
0
Changes
46
Merged
Éloïs
requested to merge
elois-substrate-v0.9.23
into
master
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
46
Expand
Closes
#59 (closed)
#61 (closed)
#70 (closed)
Edited
2 years ago
by
Éloïs
0
0
Merge request reports
Compare
master
version 1
3f087ad2
2 years ago
master (base)
and
latest version
latest version
44c4478f
1 commit,
2 years ago
version 1
3f087ad2
1 commit,
2 years ago
46 files
+
2507
−
2045
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
46
Search (e.g. *.vue) (Ctrl+P)
docker/cross-arm.Dockerfile
+
4
−
4
Options
@@ -15,12 +15,12 @@ RUN dpkg --add-architecture armhf && \
libssl-dev:armhf
# Install nightly with armv7 and w32-u-u
RUN
rustup
install
nightly-202
1-11-12
-x86_64-unknown-linux-gnu
&&
\
RUN
rustup
install
nightly-202
2-04-20
-x86_64-unknown-linux-gnu
&&
\
rustup target add armv7-unknown-linux-gnueabihf
--toolchain
\
nightly-202
1-11-12
-x86_64-unknown-linux-gnu
&&
\
nightly-202
2-04-20
-x86_64-unknown-linux-gnu
&&
\
rustup target add wasm32-unknown-unknown
--toolchain
\
nightly-202
1-11-12
-x86_64-unknown-linux-gnu
&&
\
cargo +nightly-202
1-11-12
-x86_64-unknown-linux-gnu
install
--git
\
nightly-202
2-04-20
-x86_64-unknown-linux-gnu
&&
\
cargo +nightly-202
2-04-20
-x86_64-unknown-linux-gnu
install
--git
\
https://github.com/alexcrichton/wasm-gc
--force
ENV
CARGO_TARGET_ARMV7_UNKNOWN_LINUX_GNUEABIHF_LINKER arm-linux-gnueabihf-gcc
Loading