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

Mirgation to Bazel #120

Open
brobusta opened this issue Sep 30, 2024 · 1 comment
Open

Mirgation to Bazel #120

brobusta opened this issue Sep 30, 2024 · 1 comment

Comments

@brobusta
Copy link

Hello,

I've been working on a fork of aktualizr to enable building it with Bazel. Most of the code and tests have been successfully migrated and are running stably, with the exception of the ostree-related code. Dependencies have been updated to their latest versions and are being automatically managed using Renovate.

The goal of this project is to modernize the codebase and make it easier to maintain. Once the migration is complete, I plan to submit MRs to the upstream repository. I'd love to hear your thoughts on this approach.

@cajun-rat
Copy link
Collaborator

Interesting, thank you for getting involved!

I looked through your current set of changes. They look pretty sensible to me overall. There are a few parts in there (like the switch to spdlog) that should be split out as part of the review process.

We'd certainly need to keep the existing cmake build system functional--there are downstream users that rely on it. What are you using Aktualizr for? bazel isn't all that common in the embedded world, and I'm interested why your use case needs bazel and not cmake.

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