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

Build LLVM using Bazel instead of CMake #371

Open
PiotrSikora opened this issue Sep 25, 2023 · 1 comment
Open

Build LLVM using Bazel instead of CMake #371

PiotrSikora opened this issue Sep 25, 2023 · 1 comment

Comments

@PiotrSikora
Copy link
Contributor

LLVM can be built using Bazel (see: https://github.com/llvm/llvm-project/tree/main/utils/bazel), which would be cacheable.

Currently, WAMR JIT and WAVM tests are building LLVM using CMake, which isn't cacheable and results in multi-hour CI runs.

cc @mpwarres

@lum1n0us
Copy link
Contributor

If someone help to sync the "removing WAVM" PR from envoy project, WAMR can jump to pre-built LLVM binraries. Then there is no need to build LLVM.

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

No branches or pull requests

2 participants