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

Migrate bazel build to bzlmod #1301

Merged
merged 1 commit into from
Aug 22, 2024
Merged

Conversation

reutermj
Copy link
Contributor

Migrate existing bazel build files to bzlmod. This allows flecs to be used as a bazel dependency using git_override.

bazel_dep(name = "flecs")
git_override(
    module_name = "flecs",
    remote = "https://github.com/SanderMertens/flecs.git",
    commit = "bf4b6b6302dd19eb11100c44d81da5b3065db846",
)

Existing WORKSPACE based bazel configuration is maintained if being built with older versions of bazel.

amalgamated source and header are moved to the distr folder to fix bazel build issue on windows.

@reutermj reutermj force-pushed the master branch 7 times, most recently from 6471ad3 to 750d965 Compare August 21, 2024 20:45
@SanderMertens SanderMertens merged commit 17a6f7f into SanderMertens:master Aug 22, 2024
70 checks passed
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

Successfully merging this pull request may close these issues.

2 participants