mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +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
@ -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…
Reference in New Issue
Block a user