Skip to content

Commit 2aa7b4d

Browse files
committed
test
1 parent 94ad4fe commit 2aa7b4d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cargo/cargo_bootstrap.bzl

+5
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,11 @@ def _cargo_bootstrap_repository_impl(repository_ctx):
135135
build_mode = repository_ctx.attr.build_mode,
136136
)
137137

138+
print(_BUILD_FILE_CONTENT.format(
139+
binary_name = binary,
140+
binary = built_binary,
141+
))
142+
138143
repository_ctx.file("BUILD.bazel", _BUILD_FILE_CONTENT.format(
139144
binary_name = binary,
140145
binary = built_binary,

0 commit comments

Comments
 (0)