qtwebkit: retry build

isn't a parallel failure, more a resource exhaustion
This commit is contained in:
Tony Theodore 2019-01-11 18:24:06 +11:00
parent cd73b2418f
commit 8b0a2352dc
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ define $(PKG)_BUILD_SHARED
-DUSE_GSTREAMER=OFF \
-DUSE_MEDIA_FOUNDATION=OFF \
-DUSE_QT_MULTIMEDIA=ON
$(MAKE) -C '$(BUILD_DIR)' -j '$(JOBS)' VERBOSE=1
$(MAKE) -C '$(BUILD_DIR)' -j '$(JOBS)' VERBOSE=1 || $(MAKE) -C '$(BUILD_DIR)' -j '$(JOBS)' VERBOSE=1
$(MAKE) -C '$(BUILD_DIR)' -j 1 install
# build test manually