Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marcel Huber
docker-arch-yaourt
Commits
71b13556
Commit
71b13556
authored
Dec 13, 2016
by
Marcel Huber
Browse files
Merge branch '1-use-nproc-build-jobs-as-makepkg-default' into 'master'
set default number of parallel make jobs to `$(nproc)` Closes
#1
/spend 15m See merge request
!2
parents
8d2cc475
b33f72ca
Pipeline
#56
passed with stages
in 1 minute and 18 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
71b13556
...
...
@@ -24,6 +24,8 @@ USER root
RUN
pacman
-Syy
-q
--noconfirm
git base-devel
&&
\
printf
"y
\\
ny
\\
n"
| pacman
-Scc
RUN
sed
-r
-i
's|^#?(MAKEFLAGS=).*|\1"-j$(nproc)"|'
/etc/makepkg.conf
USER
$UNAME
RUN
cd
/tmp
&&
\
git clone https://aur.archlinux.org/package-query.git
&&
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment