Skip to content

Commit adbfa70

Browse files
authored
Update BUILD.bazel
1 parent 2bacc55 commit adbfa70

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tools/release/BUILD.bazel

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
22
load(":defs.bzl", "build_for_all_platforms")
3-
3+
print("before build all")
44
build_for_all_platforms(name = "release")
5-
5+
print("build all done")
6+
print("before bzl")
67
bzl_library(
78
name = "defs",
89
srcs = ["defs.bzl"],
@@ -15,3 +16,4 @@ bzl_library(
1516
"@aspect_bazel_lib//lib:write_source_files",
1617
],
1718
)
19+
print("after bzl")

0 commit comments

Comments
 (0)