Stream: git-wasmtime

Topic: wasmtime / issue #3851 Could not download Wasmtime versio...


view this post on Zulip Wasmtime GitHub notifications bot (Feb 25 2022 at 21:01):

marmeladema opened issue #3851:

The standard installation method is now failing:

$ curl https://wasmtime.dev/install.sh -sSf | bash
  Installing latest version of Wasmtime (dev)
    Checking for existing Wasmtime installation
    Fetching archive for Linux, version dev
https://github.com/bytecodealliance/wasmtime/releases/download/dev/wasmtime-dev-x86_64-linux.tar.xz
curl: (22) The requested URL returned error: 404

Error: Could not download Wasmtime version 'dev'. See https://github.com/bytecodealliance/wasmtime/releases for a list of available releases

view this post on Zulip Wasmtime GitHub notifications bot (Feb 28 2022 at 14:53):

alexcrichton commented on issue #3851:

Thanks for the report, but this will periodically happen while CI is rebuilding the dev release (the upload is in the process of being built but it isn't finished). For that it's best to probably use released versions if you can, and it would likely also be prudent for us to change install.sh to using latest-stable instead of the dev release.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 28 2022 at 15:06):

marmeladema commented on issue #3851:

I personally never intended to install the dev version. I am just using the officially documented way of installing wasmtime as described in the readme.
Is there a way to install the latest stable release already?

view this post on Zulip Wasmtime GitHub notifications bot (Feb 28 2022 at 21:34):

alexcrichton commented on issue #3851:

Ok I think I've fixed this in https://github.com/bytecodealliance/wasmtime.dev/pull/11 where dev is no longer the hardcoded release.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 28 2022 at 21:34):

alexcrichton closed issue #3851:

The standard installation method is now failing:

$ curl https://wasmtime.dev/install.sh -sSf | bash
  Installing latest version of Wasmtime (dev)
    Checking for existing Wasmtime installation
    Fetching archive for Linux, version dev
https://github.com/bytecodealliance/wasmtime/releases/download/dev/wasmtime-dev-x86_64-linux.tar.xz
curl: (22) The requested URL returned error: 404

Error: Could not download Wasmtime version 'dev'. See https://github.com/bytecodealliance/wasmtime/releases for a list of available releases

view this post on Zulip Wasmtime GitHub notifications bot (Mar 01 2022 at 10:59):

marmeladema commented on issue #3851:

Thanks! It worked this time but I think it still downloaded the dev version.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 01 2022 at 17:50):

alexcrichton commented on issue #3851:

Ah looks like the github-pages deploy failed but I reran it and it looks to be updated now


Last updated: Oct 23 2024 at 20:03 UTC