We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bacc55 commit adbfa70Copy full SHA for adbfa70
tools/release/BUILD.bazel
@@ -1,8 +1,9 @@
1
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
2
load(":defs.bzl", "build_for_all_platforms")
3
-
+print("before build all")
4
build_for_all_platforms(name = "release")
5
+print("build all done")
6
+print("before bzl")
7
bzl_library(
8
name = "defs",
9
srcs = ["defs.bzl"],
@@ -15,3 +16,4 @@ bzl_library(
15
16
"@aspect_bazel_lib//lib:write_source_files",
17
],
18
)
19
+print("after bzl")
0 commit comments