wasmer nightly source is the source to the github workflow

Created on 9 Nov 2020  ·  4Comments  ·  Source: wasmerio/wasmer

Describe the bug

Go to https://github.com/wasmerio/wasmer-nightly/releases, download wasmer-nightly-wasmer-nightly-2020-11-08.tar.gz. It's only 3043 bytes:

wasmer-nightly-wasmer-nightly-2020-11-08/
wasmer-nightly-wasmer-nightly-2020-11-08/.github/
wasmer-nightly-wasmer-nightly-2020-11-08/.github/workflows/
wasmer-nightly-wasmer-nightly-2020-11-08/.github/workflows/main.yaml
wasmer-nightly-wasmer-nightly-2020-11-08/README.md
🐞 bug

Most helpful comment

All 4 comments

Oh, that's fine. The source download links are being generated by Github, not us.
It basically includes a snapshot of the wasmer-nightly repo at the time of the release

In case it was not clear for future readers: we can’t do anything to solve it, the "download source" as zip/tar files it’s a “feature” of Github automatically done for each release.

We could package the source we used to build and upload it to github, but I think that's probably not necessary... we should however include the git hash that we used to build it in the release notes and ideally in wasmer --version... but that's lower priority, I'd say we should make a way to easily install the nightly release first

Was this page helpful?
0 / 5 - 0 ratings