Skip to content

Commit 953068c

Browse files
authored
Build binaries in build stage (#5411)
1 parent ac37933 commit 953068c

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=209715200 --add-result .o --add-result .a)
7777
fi
7878
7979
case "${{ inputs.build_preset }}" in

0 commit comments

Comments
 (0)