mirror of
https://github.com/luzifer-docker/archlinux.git
synced 2024-11-09 16:00:11 +00:00
Mount /run/shm to allow build on Ubuntu
This commit is contained in:
parent
b29d8f224c
commit
5f4ad22705
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -22,7 +22,7 @@ docker-image-test: docker-image
|
||||||
! docker run --rm pierres/archlinux pacman-key --lsign-key pierre@archlinux.de
|
! docker run --rm pierres/archlinux pacman-key --lsign-key pierre@archlinux.de
|
||||||
|
|
||||||
ci-test:
|
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'
|
sh -c 'pacman -Syu --noconfirm make devtools docker && make docker-image-test'
|
||||||
|
|
||||||
docker-push: docker-image-test
|
docker-push: docker-image-test
|
||||||
|
|
Loading…
Reference in a new issue