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 c22a14b + 6c39f68 commit e638ae8Copy full SHA for e638ae8
.github/actions/build_ya/action.yml
@@ -74,7 +74,7 @@ runs:
74
if [ "${{ inputs.put_build_results_to_cache }}" = "true" ]; then
75
extra_params+=(--bazel-remote-username "${{ inputs.bazel_remote_username }}")
76
extra_params+=(--bazel-remote-password "${{ inputs.bazel_remote_password }}")
77
- 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)
78
fi
79
80
case "${{ inputs.build_preset }}" in
0 commit comments