Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build instructions reference pulling in polkadot branch rococo-v1 #138

Open
jessdecker opened this issue Sep 18, 2021 · 1 comment
Open

Comments

@jessdecker
Copy link

This currently doesn't build, and a related issue mentions this isn't supported. paritytech/subport#229

@bernardoaraujor
Copy link
Contributor

Another point where README seems outdated is that it only instructs me to run cargo build --release for the polkadot repo.
As a consequence, I kept running into this error:

Parachain binary does not exist:  /home/bear/develop/parity/benchmark-report/bin/adder-collator

It took me a while to realize how to compile adder-collator from the polkadot repo:

$ cargo build --release -p test-parachain-adder-collator

Ideally, README should instruct the user how to build adder-collator after they build the polkadot binary.
That is, depending on how #131 moves forward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants