mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
fix(ci): do not build derivations in parallel on GH
https://github.com/dashpay/dash/blob/develop/contrib/guix/README.md#controlling-the-number-of-threads-used-by-guix-build-commands
This commit is contained in:
parent
79ced62d6f
commit
8abe646156
1
.github/workflows/guix-build.yml
vendored
1
.github/workflows/guix-build.yml
vendored
@ -110,7 +110,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
docker run --privileged -d --rm -t \
|
docker run --privileged -d --rm -t \
|
||||||
--name guix-daemon \
|
--name guix-daemon \
|
||||||
-e ADDITIONAL_GUIX_COMMON_FLAGS="--max-jobs=$(nproc --all)" \
|
|
||||||
-v ${{ github.workspace }}/dash:/src/dash \
|
-v ${{ github.workspace }}/dash:/src/dash \
|
||||||
-v ${{ github.workspace }}/.cache:/home/ubuntu/.cache \
|
-v ${{ github.workspace }}/.cache:/home/ubuntu/.cache \
|
||||||
-w /src/dash \
|
-w /src/dash \
|
||||||
|
Loading…
Reference in New Issue
Block a user