Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
trisquel
package-helpers
Commits
b73cd46f
Commit
b73cd46f
authored
2 years ago
by
Luis Guzmán
Browse files
Options
Downloads
Patches
Plain Diff
qtwebengine-opensource-src: improve parallel restriction
parent
6b5b926d
No related branches found
No related tags found
No related merge requests found
Pipeline
#576
passed
2 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helpers/make-qtwebengine-opensource-src
+4
-0
4 additions, 0 deletions
helpers/make-qtwebengine-opensource-src
with
4 additions
and
0 deletions
helpers/make-qtwebengine-opensource-src
+
4
−
0
View file @
b73cd46f
#!/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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment