-
Notifications
You must be signed in to change notification settings - Fork 192
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
Release process should be documented #284
Comments
I fully agree. The process I inherited is:
It'd be great to automate this. I myself am not very familiar with the parts of github needed to do this, so any help anyone can offer would be appreciated. |
Heads up, the assets are currently missing from wasi-sdk-18: https://github.com/WebAssembly/wasi-sdk/releases/tag/wasi-sdk-18 |
That's because I haven't done the manual steps yet :-}. Also, there's a regression being discussed in WebAssembly/wasi-libc#377, which only affects users using -Wl,--initial-memory, and there's a possibility we may do another release soon to fix it. |
@TerrorJack suggested to use linux artifacts from docker job: #273 (comment) |
I download the artifacts from a CI run, such as here: https://github.com/WebAssembly/wasi-sdk/actions/runs/3889687857#artifacts |
do you mean to include binary from both of dist-ubuntu-bionic and dist-ubuntu-latest? |
I look at the artifacts from the previous release and try to upload the same artifacts. |
@sunfishcode It seems the |
#295 closes this issue. For those of you that are interested in artifacts using older versions of glibc, let's continue the conversation over in #303. (I see now there are at least three people who want bionic-based artifacts so surely someone can figure out how to do that in the release scripts of #295; perhaps even downgrading the GitHub workflow file to use bionic?). |
or even automated.
at least it should be clear where release asserts came from.
cf. WebAssembly/wasi-libc#326 (comment)
The text was updated successfully, but these errors were encountered: