mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-26 20:30:59 +01:00
build: make non-parallel
There's a race condition with loading the submodules that's causes a build failure on my machine, since the libwally 'includes' aren't on disk yet when the gcc build step starts.
This commit is contained in:
parent
1b2f4990ab
commit
9663d110d1
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ if [ x"$1" = x"--inside-docker" ]; then
|
|||
git clone /src /build
|
||||
cd /build
|
||||
./configure
|
||||
make -j3
|
||||
make
|
||||
make install DESTDIR=/"$VER"
|
||||
cd /"$VER" && tar cvfz /release/clightning-"$VER".tar.gz -- *
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Reference in a new issue