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 7a7601a commit c7806dcCopy full SHA for c7806dc
1 file changed
.github/workflows/ci.yml
@@ -471,14 +471,6 @@ jobs:
471
run: |
472
chmod +x "${{ steps.set_eval_binary.outputs.EVAL_BINARY }}"
473
echo "LD_LIBRARY_PATH=$PWD/build/bin/all_libs:/usr/lib/x86_64-linux-gnu" >> $GITHUB_ENV
474
-
475
- - name: Increase system limits
476
- run: |
477
- sudo prlimit --pid $$ --as=unlimited
478
- ulimit -s unlimited
479
- ulimit -c unlimited
480
- echo "Новые лимиты:"
481
- ulimit -a
482
483
- name: Run evaluation
484
0 commit comments