Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
5f4ad227
Commit
5f4ad227
authored
Apr 23, 2017
by
Pierre Schmitz
Browse files
Mount /run/shm to allow build on Ubuntu
parent
b29d8f22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
5f4ad227
...
...
@@ -22,7 +22,7 @@ docker-image-test: docker-image
!
docker run
--rm
pierres/archlinux pacman-key
--lsign-key
pierre@archlinux.de
ci-test
:
docker run
--rm
--privileged
--tmpfs
=
/tmp:exec
-v
/var/run/docker.sock:/var/run/docker.sock
-v
$(PWD)
:/app
-w
/app pierres/archlinux
\
docker run
--rm
--privileged
--tmpfs
=
/tmp:exec
--tmpfs
=
/run/shm
-v
/var/run/docker.sock:/var/run/docker.sock
-v
$(PWD)
:/app
-w
/app pierres/archlinux
\
sh
-c
'pacman -Syu --noconfirm make devtools docker && make docker-image-test'
docker-push
:
docker-image-test
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment