From a29ac85f1d4efbb20ea627412dd84faf12b03f3a Mon Sep 17 00:00:00 2001 From: Peter Goodspeed-Niklaus Date: Tue, 12 May 2020 13:20:40 +0200 Subject: [PATCH] fix docker script (#93) * fix test collator compilation failure Closes #88. * copy method instead of using feature Using a feature gate like "test-features" is problematic because it is leaky: depending on situational considitons such as the current working directory when compilation is attempted, the feature may or may not be applied, which makes success inconsistent. It's simpler in this case to copy a dozen lines of code than to work out all the issues with test features. * docker script shoudld work on cumulus-branch (default) * Add storage_append to runtime Co-authored-by: Cecile Tonglet --- cumulus/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/cumulus/README.md b/cumulus/README.md index f90653aa70..05eb44c066 100644 --- a/cumulus/README.md +++ b/cumulus/README.md @@ -62,7 +62,6 @@ A planned Polkadot collator for the parachain. To simplify the above process, you can run steps 1-5 above automatically: ```sh -export BRANCH=96f5dc510ef770fd5c5ab57a90565bb5819bbbea scripts/build_polkadot.sh scripts/run_collator.sh ```