Skip to content

Commit

Permalink
fix: fixes for bzlmod test
Browse files Browse the repository at this point in the history
  • Loading branch information
sgammon committed Aug 13, 2023
1 parent b3d18cf commit 651018c
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .bazelignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
example/integration_tests
example/integration_tests/bzlmod
38 changes: 28 additions & 10 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bazel_dep(

local_path_override(
module_name = "rules_graalvm",
path = "../..",
path = "../../..",
)

gvm = use_extension("@rules_graalvm//:extensions.bzl", "graalvm")
Expand All @@ -31,4 +31,4 @@ gvm.graalvm(
use_repo(
gvm,
"graalvm",
)
)

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions tools/bazel/base.bazelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

build --collect_code_coverage
build --instrumentation_filter="//graalvm"

0 comments on commit 651018c

Please sign in to comment.