stellar / soroban-examples

Example Soroban Contracts
Apache License 2.0
65 stars 68 forks source link

Fixing the download URL for the updated version of soroban-cli #269

Closed ElliotFriend closed 1 year ago

ElliotFriend commented 1 year ago

What

Changes the way the gitpod dockerfile downloads and installs the soroban-cli package

Why

At some point, stellar/soroban-tools stopped distributing the CLI as an executable file, and it's now the executable wrapped in a tar.gz tarball. So, now I we download and decompress the file in the dockerfile.

gitpod-io[bot] commented 1 year ago

ElliotFriend commented 1 year ago

The workspace in the gitpod test successfully launches, and runs through the Makefile, with the proper soroban version now installed. I think this one's ready to go, after review.