-
Notifications
You must be signed in to change notification settings - Fork 80
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
test(store) Restore store test case with multiple engines and compilers #467
base: master
Are you sure you want to change the base?
Conversation
@@ -43,7 +43,7 @@ def test_target_with_default_cpu_features(): | |||
triple = target.Triple.host() | |||
target_ = target.Target(triple) | |||
|
|||
@pytest.mark.skip(reason = 'CI does not have `gcc` or `clang` installed for the moment. It will be resolved once LLVM is installed.') | |||
@pytest.mark.skipif(platform.system() == 'Windows', reason = '`clang` is not found on the CI for the moment') |
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.
clang
is available with our custom builds. Can't we use it?
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.
Yup, exactly what I tried in 58a5675, but we are looking for clang
, not clang.exe
… We should fix that Wasmer itself, or we can symlink temporarily in our CI. Thoughts?
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.
We should fix that Wasmer itself
👍 for this: can you open an issue there please?
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.
Yup sure
No description provided.