-
Notifications
You must be signed in to change notification settings - Fork 81
bzlmod: Add MODULE.bazel #482
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Ryan Northey <ryan@synca.io>
| bazel_dep(name = "rules_license", version = "1.0.0") | ||
| bazel_dep(name = "rules_python", version = "1.7.0") | ||
| bazel_dep(name = "rules_rust", version = "0.68.1") | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@leonm1 this currently has no llvm toolchain setup - it should have it added as a dev_dependency
it wont prevent consumers from using it - but you will need the toolchain setup in order to test bzlmod
| use_repo(wamr, "com_github_bytecodealliance_wasm_micro_runtime") | ||
|
|
||
| # V8 runtime and its dependencies | ||
| v8 = use_extension("//bazel:extensions.bzl", "v8") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ideally we add a v8 (and friends) bzlmod
| ) | ||
|
|
||
| # WasmEdge runtime | ||
| wasmedge = use_extension("//bazel:extensions.bzl", "wasmedge") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this file was originally bot generated - this is probably correct - but we dont test this in envoy
|
format issue looks like another bug in rules_rust - it appears to be detecting whether bzlmod is enabled by the presence of MODULE.bazel - which is very much not correct (or at least it needs to enable bzlmod in that case) |
No description provided.