qtwebengine-opensource-src: improve parallel restriction

This commit is contained in:
Luis Guzmán 2022-07-03 17:00:22 +00:00
parent 6b5b926d87
commit b73cd46f79

View file

@ -1,5 +1,6 @@
#!/bin/sh
#
# Copyright (C) 2022 Luis Guzman <ark@switnet.org>
# Copyright (C) 2021 Pablo Correa Gómez <ablocorrea@hotmail.com>
#
# This program is free software; you can redistribute it and/or modify
@ -24,6 +25,9 @@ VERSION=3
sed '/libxnvctrl-dev/d' -i debian/control
echo "gn_args += safe_browsing_mode=0" >> src/core/config/common.pri
#Increase parallel restriction (it fails at full speed).
sed -i 's|j2|j4|' debian/rules
while read -r file; do
rm -rf $file
done << EOF