Skip to content

Commit 605b908

Browse files
authored
Merge pull request #7 from lucidsoftware/stop-including-analysis-cache-files-2
Don't include AnalyisCache files as action inputs
2 parents cebf0c5 + bd6a2d9 commit 605b908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/private/phases/phase_zinc_compile.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def phase_zinc_compile(ctx, g):
7676
g.classpaths.plugin,
7777
g.classpaths.compile,
7878
g.classpaths.compiler,
79-
] + [zinc.deps_files for zinc in zincs],
79+
],
8080
)
8181

8282
outputs = [g.classpaths.jar, mains_file, apis, infos, relations, setup, stamps, used, tmp]

0 commit comments

Comments
 (0)