Skip to content
Snippets Groups Projects
Commit b73cd46f authored by Luis Guzmán's avatar Luis Guzmán
Browse files

qtwebengine-opensource-src: improve parallel restriction

parent 6b5b926d
No related branches found
No related tags found
No related merge requests found
Pipeline #576 passed
#!/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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment