提交 25023dff 编写于 作者: M Martin Wicke 提交者: GitHub

Merge pull request #2981 from caisq/r0.9-3

Update build file to fix #2703
......@@ -15,6 +15,7 @@ genrule(
name = "python_check",
srcs = [
"python_config.sh",
"configure_files"
],
outs = [
"python_checked",
......@@ -22,3 +23,10 @@ genrule(
cmd = "OUTPUTDIR=\"$(@D)/\"; $(location :python_config.sh) --check && touch $$OUTPUTDIR/python_checked",
local = 1,
)
filegroup(
name = "configure_files",
data = glob([
"*",
])
)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册