似乎有一個make env變量workspace即keeps the path value of the original bazel workspace。 但我不知道如何將此變量傳遞給bazel規則。 exports_files([
"configure.py",
])
py_binary(
name = "configure",
srcs = [
使用container_image規則創建Docker圖像時,映像中不存在必要的運行文件。 pkg_tar規則也是如此,看起來實際上是這個問題。 用下面BUILD文件,我預計sh_binarytool_b出現在tool_a的runfiles。 container_image(
name = "my image",
base = "@bash//image",
direc