summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2017-04-23 16:09:01 +0200
committerPierre Schmitz <pierre@archlinux.de>2017-04-23 16:38:24 +0200
commit5f4ad22705e161274d01c73049676c6fb40be1a4 (patch)
tree4cba22d9f0853d6a62b29d0cf5ff7c739a8e9edd
parentb29d8f224c2386dad4a3aac696b7bc12978af445 (diff)
Mount /run/shm to allow build on Ubuntu
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3234297..37ae05a 100644
--- a/Makefile
+++ b/Makefile
@@ -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