Stream: git-wasmtime

Topic: wasmtime / issue #6300 wasmtime can't be installed anymor...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 27 2023 at 20:26):

CryZe opened issue #6300:

The wasmtime install script https://wasmtime.dev/install.sh tries downloading the latest release, but somehow the artifacts are not named properly. So both v8.0.1 and v7.0.1 use v8.0.0 and v7.0.0 in the artifacts names respectively instead.

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

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

view this post on Zulip Wasmtime GitHub notifications bot (Apr 27 2023 at 20:26):

CryZe edited issue #6300:

The wasmtime install script https://wasmtime.dev/install.sh tries downloading the latest release, but somehow the artifacts are not named properly. So both v8.0.1 and v7.0.1 use v8.0.0 and v7.0.0 in the artifact names respectively instead.

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

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

view this post on Zulip Wasmtime GitHub notifications bot (Apr 27 2023 at 20:27):

CryZe edited issue #6300:

The wasmtime install script https://wasmtime.dev/install.sh tries downloading the latest release, but somehow the artifacts are not named properly. Both v8.0.1 and v7.0.1 use v8.0.0 and v7.0.0 in the artifact names respectively instead.

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

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

view this post on Zulip Wasmtime GitHub notifications bot (Apr 27 2023 at 20:39):

alexcrichton commented on issue #6300:

Thanks for the heads up, I'm working on fixing this

view this post on Zulip Wasmtime GitHub notifications bot (Apr 27 2023 at 20:51):

alexcrichton commented on issue #6300:

Ok should be fixed now!

view this post on Zulip Wasmtime GitHub notifications bot (Apr 27 2023 at 20:51):

alexcrichton closed issue #6300:

The wasmtime install script https://wasmtime.dev/install.sh tries downloading the latest release, but somehow the artifacts are not named properly. Both v8.0.1 and v7.0.1 use v8.0.0 and v7.0.0 in the artifact names respectively instead.

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

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

view this post on Zulip Wasmtime GitHub notifications bot (Apr 27 2023 at 21:32):

CryZe commented on issue #6300:

Thanks for the quick fix :)


Last updated: Oct 23 2024 at 20:03 UTC