Skip to content

Commit 35776e1

Browse files
authored
Merge 6c39f68 into f9ed913
2 parents f9ed913 + 6c39f68 commit 35776e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build_ya/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ runs:
7373
if [ "${{ inputs.put_build_results_to_cache }}" = "true" ]; then
7474
extra_params+=(--bazel-remote-username "${{ inputs.bazel_remote_username }}")
7575
extra_params+=(--bazel-remote-password "${{ inputs.bazel_remote_password }}")
76-
extra_params+=(--bazel-remote-put --dist-cache-evict-bins --add-result .o --add-result .a)
76+
extra_params+=(--bazel-remote-put --dist-cache-max-file-size=1073741824 --add-result .o --add-result .a)
7777
fi
7878
7979
case "${{ inputs.build_preset }}" in

0 commit comments

Comments
 (0)