Skip to content

Conversation

theRealWardo
Copy link

I've tested this and it is working well on my m1 macbook pro!

anyone interested in using this can pull my fork while we wait for the merge + release on this project. you can use the following:

load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
git_repository(
    name = "com_plezentek_rules_sqlc",
    branch = "mw-arm",
    remote = "https://github.com/therealwardo/rules_sqlc.git",
)

load("@com_plezentek_rules_sqlc//sqlc:deps.bzl", "sqlc_register_toolchains", "sqlc_rules_dependencies")
sqlc_rules_dependencies()
sqlc_register_toolchains()

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.

1 participant