We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac37933 commit 953068cCopy full SHA for 953068c
.github/actions/build_ya/action.yml
@@ -73,7 +73,7 @@ runs:
73
if [ "${{ inputs.put_build_results_to_cache }}" = "true" ]; then
74
extra_params+=(--bazel-remote-username "${{ inputs.bazel_remote_username }}")
75
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)
+ extra_params+=(--bazel-remote-put --dist-cache-max-file-size=209715200 --add-result .o --add-result .a)
77
fi
78
79
case "${{ inputs.build_preset }}" in
0 commit comments