[vlc-commits] snap: make it easier to spot an error on contrib builds

Konstantin Pavlov git at videolan.org
Fri Nov 9 11:33:37 CET 2018


vlc/vlc-3.0 | branch: master | Konstantin Pavlov <thresh at videolan.org> | Fri Nov  9 13:11:02 2018 +0300| [d6c1232d16ebf99476378ad76a1605f89c9556e2] | committer: Konstantin Pavlov

snap: make it easier to spot an error on contrib builds

(cherry picked from commit 5f19cda55977ce7141c008008d010c01063e130c)
Signed-off-by: Konstantin Pavlov <thresh at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=d6c1232d16ebf99476378ad76a1605f89c9556e2
---

 extras/package/snap/snapcraft.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/package/snap/snapcraft.yaml b/extras/package/snap/snapcraft.yaml
index 3c78577855..496b333a7d 100644
--- a/extras/package/snap/snapcraft.yaml
+++ b/extras/package/snap/snapcraft.yaml
@@ -75,7 +75,7 @@ parts:
         --disable-chromaprint
       make list
       make -j $(getconf _NPROCESSORS_ONLN) fetch
-      make -j $(getconf _NPROCESSORS_ONLN) install
+      make -j $(getconf _NPROCESSORS_ONLN) -k install || make -j1
       cd ../../
       export NOCONFIGURE=1
       autoreconf -fi



More information about the vlc-commits mailing list