Skip to content

Fix setup.sh#4770

Merged
mnaamani merged 1 commit intoJoystream:masterfrom
mnaamani:update-setup-script
Jun 1, 2023
Merged

Fix setup.sh#4770
mnaamani merged 1 commit intoJoystream:masterfrom
mnaamani:update-setup-script

Conversation

@mnaamani
Copy link
Copy Markdown
Member

@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
Copy Markdown

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 requested a review from dobertRowneySr May 23, 2023 10:27
@mnaamani mnaamani merged commit d93877d into Joystream:master Jun 1, 2023
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.

2 participants