Skip to content

Commit

Permalink
increase cores limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Dec 13, 2024
1 parent 5f4c866 commit 980a896
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang-linux-nix-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
nix build -L .?#checks.x86_64-linux.crypto3-clang
env:
NIX_CONFIG: |
cores = 4
cores = 16
- name: Run all checks
# This includes cached crypto3 check from previous step. We don't limit cores in this part
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/clang-sanitizers-linux-nix-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ jobs:
nix build -L .?#checks.x86_64-linux.all-clang-sanitize
mkdir results
cp result/test-logs/*_test.xml results/
continue-on-error: true
env:
NIX_CONFIG: |
cores = 4
cores = 16
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action/linux@v2
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/gcc-linux-nix-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,13 @@ jobs:
nix build -L .?#checks.x86_64-linux.crypto3-gcc
env:
NIX_CONFIG: |
cores = 4
cores = 16
- name: Run all checks
# This includes cached crypto3 check from previous step. We don't limit cores in this part
run: |
nix build -L .?#checks.x86_64-linux.all-gcc
mkdir results
cp result/test-logs/*_test.xml results/
env:
NIX_CONFIG: |
cores = 16
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action/linux@v2
Expand Down

0 comments on commit 980a896

Please sign in to comment.