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

Fix setup.sh #4770

Merged
merged 1 commit into from
Jun 1, 2023
Merged

Fix setup.sh #4770

merged 1 commit into from
Jun 1, 2023

Conversation

mnaamani
Copy link
Contributor

@mnaamani mnaamani commented May 23, 2023

This is a linux only issue: setup.sh runs a script from https://getsubstrate.io/ which is a outdated and tries to install a package protobuf which is no longer found and so exits with error below:

Reading package lists... Done
Building dependency tree       
Reading state information... Done

No apt package "protobuf", but there is a snap with that name.
Try "snap install protobuf"

E: Unable to locate package protobuf

So we are bypassing it, but we also need to add installation of rustup (the rust toolchain manager) which was handled by the getsubstrate script.

@vercel
Copy link

vercel bot commented May 23, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated (UTC)
pioneer-testnet ⬜️ Ignored (Inspect) May 23, 2023 10:26am

@mnaamani mnaamani merged commit d93877d into Joystream:master Jun 1, 2023
23 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants