aragon / hack

(Aragon 1) Content and source code for the Aragon Developer Portal
https://hack.aragon.org
Creative Commons Zero v1.0 Universal
31 stars 37 forks source link

CI: update solc installation to target 0.4.24 #237

Closed sohkai closed 4 years ago

sohkai commented 4 years ago

Switches from using solc-select to downloading the specific solc v0.4.24 binary via curl.

This fixes CI because of 0.4.24 is now not in the first page of releases via the Github API, and should also make CI faster because it targets installation of a single solc version.

macor161 commented 4 years ago

I didn't have the permissions to push to the branch unfortunately so I added the suggestions here.

macor161 commented 4 years ago

Thanks for this CI fix! 🙌