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

Bazel build support #390

Open
reddaly opened this issue Jun 30, 2022 · 0 comments
Open

Bazel build support #390

reddaly opened this issue Jun 30, 2022 · 0 comments

Comments

@reddaly
Copy link

reddaly commented Jun 30, 2022

Would the authors be interested in accepting a PR for building mdbtools with bazel? I have a branch with suport for building some of the mdbtools binaries: https://github.com/reddaly/mdbtools/tree/bazel

Bazel makes it pretty easy to build mdbtools reproducibly without installing all the deps.

Example commands that build and run some of the
mdbtools utilities:

bazel run //src/util:mdb-tables -- --help
bazel run //src/util:mdb-json -- --help

The approach in my repository might be too much of a hack for the official repository. Some .h versions some .h.in files are included in the repository for now. That could be cleaned up if you would accept a PR with bazel support. otherwise I will probably leave that repo in its working but unsophisticated state.

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

1 participant