LimeChain / matchstick

🔥 Unit testing framework for Subgraph development on The Graph protocol. ⚙️
MIT License
207 stars 17 forks source link

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

Open Louis-Amas opened 9 months ago

Louis-Amas commented 9 months ago

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 commented 9 months ago

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 commented 6 months ago

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?