mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 04:41:03 +00:00
Remove notices regarding wasm file in check_runtime.sh (#4779)
To my knowledge, we don't keep wasm blobs checked in anymore.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# check for any changes in the node/src/runtime, frame/ and primitives/sr_* trees. if
|
# check for any changes in the node/src/runtime, frame/ and primitives/sr_* trees. if
|
||||||
# there are any changes found, it should mark the PR breaksconsensus and
|
# there are any changes found, it should mark the PR breaksconsensus and
|
||||||
# "auto-fail" the PR if there isn't a change in the runtime/src/lib.rs file
|
# "auto-fail" the PR if there isn't a change in the runtime/src/lib.rs file
|
||||||
# that alters the version.
|
# that alters the version.
|
||||||
|
|
||||||
set -e # fail on any error
|
set -e # fail on any error
|
||||||
@@ -40,7 +40,7 @@ if ! git diff --name-only origin/master...${CI_COMMIT_SHA} \
|
|||||||
| grep -q -e '^bin/node/src/runtime' -e '^frame/' -e '^primitives/sr-'
|
| grep -q -e '^bin/node/src/runtime' -e '^frame/' -e '^primitives/sr-'
|
||||||
then
|
then
|
||||||
boldcat <<-EOT
|
boldcat <<-EOT
|
||||||
|
|
||||||
no changes to the runtime source code detected
|
no changes to the runtime source code detected
|
||||||
|
|
||||||
EOT
|
EOT
|
||||||
@@ -67,9 +67,9 @@ then
|
|||||||
github_label "B2-breaksapi"
|
github_label "B2-breaksapi"
|
||||||
|
|
||||||
boldcat <<-EOT
|
boldcat <<-EOT
|
||||||
|
|
||||||
changes to the runtime sources and changes in the spec version.
|
changes to the runtime sources and changes in the spec version.
|
||||||
|
|
||||||
spec_version: ${sub_spec_version} -> ${add_spec_version}
|
spec_version: ${sub_spec_version} -> ${add_spec_version}
|
||||||
|
|
||||||
EOT
|
EOT
|
||||||
@@ -89,7 +89,7 @@ else
|
|||||||
if [ "${add_impl_version}" != "${sub_impl_version}" ]
|
if [ "${add_impl_version}" != "${sub_impl_version}" ]
|
||||||
then
|
then
|
||||||
boldcat <<-EOT
|
boldcat <<-EOT
|
||||||
|
|
||||||
changes to the runtime sources and changes in the impl version.
|
changes to the runtime sources and changes in the impl version.
|
||||||
|
|
||||||
impl_version: ${sub_impl_version} -> ${add_impl_version}
|
impl_version: ${sub_impl_version} -> ${add_impl_version}
|
||||||
@@ -101,9 +101,8 @@ else
|
|||||||
|
|
||||||
boldcat <<-EOT
|
boldcat <<-EOT
|
||||||
|
|
||||||
wasm source files changed but not the spec/impl version and the runtime
|
wasm source files changed but not the spec/impl version. If changes made do not alter logic,
|
||||||
binary blob. If changes made do not alter logic, just bump 'impl_version'.
|
just bump 'impl_version'. If they do change logic, bump 'spec_version'.
|
||||||
If they do change logic, bump 'spec_version' and rebuild wasm.
|
|
||||||
|
|
||||||
source file directories:
|
source file directories:
|
||||||
- bin/node/src/runtime
|
- bin/node/src/runtime
|
||||||
|
|||||||
Reference in New Issue
Block a user