Skip to content

Commit 2011240

Browse files
committed
Fixing recursive bazel workspaces stepping on each other, updating to newer bake.
1 parent 6a47e62 commit 2011240

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.bazelignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
examples/build/bazel

BUILD

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ cc_library(
99
)
1010

1111

12+
# Below is the testing stuff, which requires some of the bake runtime
13+
# you can ignore this if you don't need it
1214

1315
cc_library(
1416
name = "os-api",

WORKSPACE

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "new_git_repository")
33
new_git_repository(
44
name = "bake",
55
remote = "[email protected]:SanderMertens/bake.git",
6-
commit = "95aaf38de363be4ca693b867d9334d0967475d5e",
7-
shallow_since = "1610936730 -0800",
6+
commit = "cfc90745f9daa7b7fba80f229af18cdd5029b066",
87

98
build_file_content = """
109
cc_library(

0 commit comments

Comments
 (0)