Skip to content

Commit 25023df

Browse files
authored
Merge pull request tensorflow#2981 from caisq/r0.9-3
Update build file to fix tensorflow#2703
2 parents 28bbaee + 1bfe153 commit 25023df

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

util/python/BUILD

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,18 @@ genrule(
1515
name = "python_check",
1616
srcs = [
1717
"python_config.sh",
18+
"configure_files"
1819
],
1920
outs = [
2021
"python_checked",
2122
],
2223
cmd = "OUTPUTDIR=\"$(@D)/\"; $(location :python_config.sh) --check && touch $$OUTPUTDIR/python_checked",
2324
local = 1,
2425
)
26+
27+
filegroup(
28+
name = "configure_files",
29+
data = glob([
30+
"*",
31+
])
32+
)

0 commit comments

Comments
 (0)