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

ci: add release job #71

Merged
merged 10 commits into from
Aug 24, 2022
Merged

ci: add release job #71

merged 10 commits into from
Aug 24, 2022

Conversation

shiki-tak
Copy link
Contributor

@shiki-tak shiki-tak commented Jul 29, 2022

Description

Closes #69

Release test result: https://github.com/shiki-tak/wasmvm/releases/tag/v1.0.0-0.10.1

Types of changes

  • Bug fix (changes which fixes an issue)
  • New feature (changes which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • ETC (build, ci, docs, perf, refactor, style, test)

Checklist

@shiki-tak shiki-tak self-assigned this Jul 29, 2022
.github/workflows/builds_and_tests.yml Outdated Show resolved Hide resolved
.github/workflows/builds_and_tests.yml Outdated Show resolved Hide resolved
.github/workflows/builds_and_tests.yml Show resolved Hide resolved
.github/workflows/release.yml Show resolved Hide resolved
.github/workflows/release.yml Outdated Show resolved Hide resolved
@tnasu
Copy link
Member

tnasu commented Aug 16, 2022

This is failed.

Step 5/16 : RUN wget https://musl.cc/aarch64-linux-musl-cross.tgz   && tar -xf aarch64-linux-musl-cross.tgz   && mv ./aarch64-linux-musl-cross /opt   && /opt/aarch64-linux-musl-cross/bin/aarch64-linux-musl-gcc --version   && rm aarch64-linux-musl-cross.tgz
 ---> Running in 0d2cc39a2f5e
Connecting to musl.cc (104.232.42.245:443)
wget: can't connect to remote host (104.232.42.245): Operation timed out
The command '/bin/sh -c wget https://musl.cc/aarch64-linux-musl-cross.tgz   && tar -xf aarch64-linux-musl-cross.tgz   && mv ./aarch64-linux-musl-cross /opt   && /opt/aarch64-linux-musl-cross/bin/aarch64-linux-musl-gcc --version   && rm aarch64-linux-musl-cross.tgz' returned a non-zero code: 1
make: *** [Makefile:13: docker-image-alpine] Error 1

Does this relate to the below?

Should we prepare a proxy server or wait until Sep.?

@shiki-tak
Copy link
Contributor Author

shiki-tak commented Aug 17, 2022

Should we prepare a proxy server or wait until Sep.?

I try to re make the Dockerfile using docker's image without using wget.

@shiki-tak
Copy link
Contributor Author

I need aarch64-linux-musl-cross for the wasmer build, but the github actions refuse to get it from musl.cc using wget.

Therefore, I use the image that already contains this as a builder and copy and use it.
https://github.com/line/wasmvm/pull/71/files#diff-a3e40ace4c88526a8320154b12cfc19c7b048c6fd2ea67ddddb3e4849711f249R10

If we should prepare our own Docker image beforehand without using this, then I think this is a matter for another issue.

.github/workflows/builds_and_tests.yml Outdated Show resolved Hide resolved
.github/workflows/builds_and_tests.yml Outdated Show resolved Hide resolved
builders/Dockerfile.alpine Show resolved Hide resolved
@shiki-tak shiki-tak merged commit 4d3ffa7 into Finschia:main Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

upload static shared library
3 participants