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

[ERROR] fail to get binary in yarn test #418

Open
Louis-Amas opened this issue Nov 9, 2023 · 2 comments
Open

[ERROR] fail to get binary in yarn test #418

Louis-Amas opened this issue Nov 9, 2023 · 2 comments

Comments

@Louis-Amas
Copy link

It's seems that download link is dead:

yarn run v1.22.19
$ graph test
Downloading release from https://github.com/LimeChain/matchstick/releases/download/0.6.0/binary-linux-20
Error fetching release: Request failed with status code 404
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
@dimitrovmaksim
Copy link
Member

dimitrovmaksim commented Nov 9, 2023

Support for ubuntu 20.04 was dropped for version 0.6.0, because some dependencies require packages with newer versions which are not available on 20.04. If you don't want to update to 22.04 you can run the tests with graph test -d flag which will run matchstick in a docker container

@0xNohaki
Copy link

Support for ubuntu 20.04 was dropped for version 0.6.0, because some dependencies require packages with newer versions which are not available on 20.04. If you don't want to update to 22.04 you can run the tests with graph test -d flag which will run matchstick in a docker container

In machines running 22.04 and 23.10 I still get the same error, yarn just trying to fetch binary-linux-20 from 0.6.0, which doesn't exist, how can it be made to download binary-linux-22?

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

3 participants