Skip to content

Conversation

@wenyongh
Copy link
Contributor

Add CIs to enable the release process of a new version of WAMR,
and build and publish the binary files when a version is released,
including iwasm, wamrc, lldb, vscode-extension and wamr-ide for
Ubuntu-20.04, Ubuntu-22.04 and MacOS.

And refine the CIs to test spec cases.

wenyongh and others added 20 commits October 1, 2022 04:20
Merge main into dev/binary_release
- run CI when a PR is opened and updated
- run CI when a PR is merged into *main* and *dev* branches. It is based
  on https://github.com/bytecodealliance/wasm-micro-runtime branch rules
- `cancel_previous` is duplicated with `concurrency`
`release_process` is only triggered manually. It will create a git tag
with the semantic versioning definition in *config_common.cmake*. And
generate binaries for *iwasm* and *wamrc* on Ubuntu and MacOS.
combine three spec-test jobs into one, so as to speed up
workflow compilation_on_android_ubuntu.yml
- build_wamr_sdk is a reusable workflow to release wamr-sdk on variant OSes
- add samples/simple into routine CIs triggered by PR events
Merge main into dev/binary_release
Github Actions will extract the content from RELEASE_NOTES.md and
use it to create the Github Release.
…ersion (#1604)

Fix a bug that not create a pre-release when increasing the minor version or the major version
Also fix an issue when zipping a directory
create_tag workflow reads version info from core/version.h, ref to #1617
### Summary
* Added a release stage that builds LLDB for macOS. 
* Init the copied LLVM source as a git repo, as found an issue where the patch wasn't being applied
* Made small changes to LLDB patch that fixed compatibility with latest xcode clang

Tested on x86_64 & ARM macbook pros
- Add Fast JIT to spec case test
- Remove unnecessary spec test combinations
- Remove unnecessary download llvm cache for classic/fast interpreter spec test
@lum1n0us
Copy link
Collaborator

LGTM

Current output syntax used in github actions is deprecated:
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/.

This PR addresses issue #1639.

Signed-off-by: Andrés Felipe Barco Santa <[email protected]>
@wenyongh wenyongh merged commit 84161fe into main Oct 28, 2022
@wenyongh wenyongh deleted the dev/binary_release branch November 14, 2022 11:04
wenyongh added a commit that referenced this pull request Dec 6, 2022
Add CIs to enable the release process of a new version of WAMR,
and build and publish the binary files when a version is released,
including iwasm, wamrc, lldb, vscode-extension and wamr-ide for
Ubuntu-20.04, Ubuntu-22.04 and MacOS.

And refine the CIs to test spec cases.
vickiegpt pushed a commit to vickiegpt/wamr-aot-gc-checkpoint-restore that referenced this pull request May 27, 2024
…ance#1648)

Add CIs to enable the release process of a new version of WAMR,
and build and publish the binary files when a version is released,
including iwasm, wamrc, lldb, vscode-extension and wamr-ide for
Ubuntu-20.04, Ubuntu-22.04 and MacOS.

And refine the CIs to test spec cases.
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.

6 participants