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 5b38177 commit 0c7bae3Copy full SHA for 0c7bae3
.github/actions/build_ya/action.yml
@@ -125,7 +125,7 @@ runs:
125
# to be sure
126
set -o pipefail
127
128
- ./ya make --cache-size 50M --build "${build_type}" --force-build-depends -T --stat -DCONSISTENT_DEBUG \
+ ./ya make --cache-size 2TB --build "${build_type}" --force-build-depends -T --stat -DCONSISTENT_DEBUG \
129
--log-file "$TMP_DIR/ya_log.txt" --evlog-file "$TMP_DIR/ya_evlog.jsonl" \
130
--link-threads "${{ inputs.link_threads }}" \
131
"${extra_params[@]}" |& tee $TMP_DIR/ya_make.log && echo "status=true" >> $GITHUB_OUTPUT || (
0 commit comments