Skip to content

Commit 6c39f68

Browse files
committed
Build binaries in build stage
1 parent c22a14b commit 6c39f68

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
@@ -74,7 +74,7 @@ runs:
7474
if [ "${{ inputs.put_build_results_to_cache }}" = "true" ]; then
7575
extra_params+=(--bazel-remote-username "${{ inputs.bazel_remote_username }}")
7676
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)
77+
extra_params+=(--bazel-remote-put --dist-cache-max-file-size=1073741824 --add-result .o --add-result .a)
7878
fi
7979
8080
case "${{ inputs.build_preset }}" in

0 commit comments

Comments
 (0)