Skip to content

Conversation

Hywan
Copy link
Contributor

@Hywan Hywan commented Jan 18, 2021

No description provided.

@Hywan Hywan added 🎉 enhancement New feature or request 🧪 tests I love tests labels Jan 18, 2021
@Hywan Hywan self-assigned this Jan 18, 2021
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')
Copy link
Contributor

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?

Copy link
Contributor Author

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?

Copy link
Contributor

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup sure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎉 enhancement New feature or request 🧪 tests I love tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants