Skip to content

Commit

Permalink
Enable allow_dep_file_cache_upload for java
Browse files Browse the repository at this point in the history
Summary:
First attempted with D51626040, trying again with dep file upload fixes in the current buck2 bump.

Trying with java first since it may have less impact on the action cache, will let the RE oncall know before landing.

Reviewed By: IanChilds

Differential Revision: D57019863

fbshipit-source-id: e2b4690ef84df4c91ae5d13b3a2423108e07b116
  • Loading branch information
christolliday authored and facebook-github-bot committed May 10, 2024
1 parent 807a495 commit 14765f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prelude/java/javacd_jar_creator.bzl
Expand Up @@ -285,6 +285,7 @@ def create_jar_artifact_javacd(
category = "{}javacd_jar".format(category_prefix),
identifier = actions_identifier or "",
dep_files = dep_files,
allow_dep_file_cache_upload = True,
exe = exe,
local_only = local_only,
low_pass_filter = False,
Expand Down

0 comments on commit 14765f7

Please sign in to comment.