-
Notifications
You must be signed in to change notification settings - Fork 74
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
Integrating Mull into a Bazel based project #1018
Comments
Hi @VinayDodamani, I somehow missed this issue, apologies for the delay 🙈 |
Hi @AlexDenisov thank you for your response, in my opinion the best project as an example would be the googletest https://github.com/google/googletest. Eagerly waiting for a bazel based Mull update. Thanks. |
@AlexDenisov Do you had time to have a look into it? I think the first step would be to have a Bazel based build of mull, then it would be possible to build mull with the correct toolchain in a Bazel project. |
Hi @PieterBunnenberg, I didn't have time to look into it yet. |
Hi @AlexDenisov, I am sorry for my late response. Nether the less, I could try for now the prebuild mull package. Is it planned to provide that for Ubuntu 22.04 and LLVM15? I miss this in the latest release: https://github.com/mull-project/mull/releases/tag/0.21.0 |
@PieterBunnenberg I added Ubuntu 22.04 last night, the packages are now building, should be available in a couple of hours or so. |
Hi @AlexDenisov, we figured out a way to use mull for bazel based projects after using the latest mull prebuild package, we would be more than happy to help documenting it, if it can help someone :) |
That's a great news @VinayDodamani, congrats! |
Would love to hear about that! |
@VinayDodamani could you share your tutorial? |
Hello,
we are trying to include Mull into our project, which happens to be Bazel based. For doing that we need a BUILD.bazel file something similar to what googletest possesses, would be nice if there was some support for the same.
The text was updated successfully, but these errors were encountered: