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
Commits
9d84097c
Commit
9d84097c
authored
5 months ago
by
Hugo Trentesaux
Browse files
Options
Downloads
Patches
Plain Diff
update srtool
parent
97a31498
No related branches found
No related tags found
No related merge requests found
Pipeline
#38502
waiting for manual action
Stage: build
Stage: release
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
docs/dev/verify-runtime-code.md
+2
-2
2 additions, 2 deletions
docs/dev/verify-runtime-code.md
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
1
−
1
View file @
9d84097c
...
...
@@ -249,7 +249,7 @@ build_runtime:
stage
:
build
rules
:
-
<<
:
*is_network_branch
image
:
paritytech/srtool:1.
77
.0-0.1
5
.0
image
:
paritytech/srtool:1.
81
.0-0.1
7
.0
variables
:
SRTOOL_OUTPUT
:
$CI_PROJECT_DIR/release/srtool_output.json
script
:
...
...
This diff is collapsed.
Click to expand it.
docs/dev/verify-runtime-code.md
+
2
−
2
View file @
9d84097c
...
...
@@ -6,14 +6,14 @@ When voting for a runtime upgrade, you should check that the proposed hash actua
mkdir
runtime/gdev/target
chmod
o+w runtime/gdev/target
# Workaround see !239
echo
-e
"[toolchain]
\n
channel =
\"
1.
77
.0
\"\n
components = [
\"
rust-std
\"
,
\"
rust-src
\"
]"
>
runtime/gdev/rust-toolchain.toml
echo
-e
"[toolchain]
\n
channel =
\"
1.
81
.0
\"\n
components = [
\"
rust-std
\"
,
\"
rust-src
\"
]"
>
runtime/gdev/rust-toolchain.toml
docker run
\
-i
\
--rm
\
-e
PACKAGE
=
gdev-runtime
\
-e
RUNTIME_DIR
=
runtime/gdev
\
-v
$PWD
:/build
\
paritytech/srtool:1.
77
.0-0.1
5
.0 build
--app
--json
-cM
paritytech/srtool:1.
81
.0-0.1
7
.0 build
--app
--json
-cM
```
Then, the runtime wasm bytecode is generated in this location:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment