Skip to content

Commit e3a0fce

Browse files
Merge #6371: ci: do not build derivations in parallel on GH
8abe646 fix(ci): do not build derivations in parallel on GH (UdjinM6) Pull request description: ## Issue being fixed or feature implemented Should fix GH Guix builds develop: https://github.com/UdjinM6/dash/actions/runs/11563155278 develop + this patch merged into it: https://github.com/UdjinM6/dash/actions/runs/11562899245 more info https://github.com/dashpay/dash/blob/develop/contrib/guix/README.md#controlling-the-number-of-threads-used-by-guix-build-commands ## What was done? ## How Has This Been Tested? ## Breaking Changes ## Checklist: - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [ ] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ ACKs for top commit: PastaPastaPasta: utACK 8abe646 Tree-SHA512: eb689e69b741958bb65a368af8ab73662724ff8c003a1b162039fbe1b5b322c268de637efc298b17564dafdb76e21bf3f2d10623698bccea1da4684c4b0d2392
2 parents 93cfd5b + 8abe646 commit e3a0fce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/guix-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ jobs:
110110
run: |
111111
docker run --privileged -d --rm -t \
112112
--name guix-daemon \
113-
-e ADDITIONAL_GUIX_COMMON_FLAGS="--max-jobs=$(nproc --all)" \
114113
-v ${{ github.workspace }}/dash:/src/dash \
115114
-v ${{ github.workspace }}/.cache:/home/ubuntu/.cache \
116115
-w /src/dash \

0 commit comments

Comments
 (0)