-
Notifications
You must be signed in to change notification settings - Fork 733
CI spec-test altogether #1564
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 spec-test altogether #1564
Conversation
| if: steps.cache_llvm.outputs.cache-hit != 'true' | ||
| run: echo "::error::can not get prebuilt llvm libraries" && exit 1 | ||
|
|
||
| - name: install Ninja and x32 support libraries |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestions:
- only download llvm libraries in jit and aot mode
- only install x32 support libraries when to run x86_32 cases
e03e2a8 to
f27ae0f
Compare
| working-directory: ./tests/wamr-test-suites | ||
|
|
||
| spec_test_extra: | ||
| spec_test_all_in_one: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CI for this file isn't trigged, we should remove line 14 and line 22 in this file. it should be bugs of this file (and same for several other files). Don't remember why we add them to ignore list of pull request and push.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried it on my forked repo, and although it's fine, maybe I should wait for #1566 merge, and I will rebase again.
f27ae0f to
6908e70
Compare
combine three spec-test jobs into one, speed up workflow
compilation_on_android_ubuntu.ymlTODO: the change is based on #1543 , after merging need to rebase