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

failed to download latest wasm-tools release #1072

Closed
thomasheyenbrock opened this issue Nov 3, 2023 · 4 comments
Closed

failed to download latest wasm-tools release #1072

thomasheyenbrock opened this issue Nov 3, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@thomasheyenbrock
Copy link

Version

10.6.0

What happened

Running fastly build in CI resulted in the following error:

/opt/hostedtoolcache/fastly/10.6.0/x64/fastly compute build --non-interactive
| Verifying fastly.toml...
/ Verifying fastly.toml...
✓ Verifying fastly.toml
| Fetching latest wasm-tools release...
/ Fetching latest wasm-tools release...
✗ Fetching latest wasm-tools release

ERROR: failed to download latest wasm-tools release: failed to request GitHub release asset: Get "": unsupported protocol scheme "".

We didn't change anything and it all worked earlier today, might this be a bug with the new CLI version?

@thomasheyenbrock thomasheyenbrock added the bug Something isn't working label Nov 3, 2023
@Integralist
Copy link
Collaborator

Hi @thomasheyenbrock

Thanks for opening this issue.

I'm investigating and will report back as soon as I can.

fgsch added a commit that referenced this issue Nov 3, 2023
amd64 should use x86_64. With @Integralist.
Should address #1072.
@Integralist
Copy link
Collaborator

@thomasheyenbrock looks like the wasm-tools repository doesn't use a standardised convention for naming their downloadable assets so we've got a workaround in place (see linked PR).

Integralist pushed a commit that referenced this issue Nov 3, 2023
@Integralist
Copy link
Collaborator

The new v10.6.1 patch release should hopefully help resolve this. Let us know if there are still problems.

Thanks!

@thomasheyenbrock
Copy link
Author

Works again, thanks for the quick fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants