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.
2 parents 2de7a9e + 6c39f68 commit e4edee5Copy full SHA for e4edee5
.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=1073741824 --add-result .o --add-result .a)
77
fi
78
79
case "${{ inputs.build_preset }}" in
0 commit comments