mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
travis: bind /run and symlink /run/shm -> /dev/shm
This fixes problem with e.g. Python multiprocessing Queue - for POSIX semaphores to work, the users need r/w access to shared memory (/dev/shm). See https://github.com/travis-ci/travis-cookbooks/issues/155
This commit is contained in:
parent
e32f6e2247
commit
5dc3bb2b38
@ -32,3 +32,6 @@ cp /etc/resolv.conf etc/resolv.conf
|
||||
mount -t proc none proc
|
||||
mount --rbind /sys sys
|
||||
mount --rbind /dev dev
|
||||
mount --rbind /run run
|
||||
|
||||
ln -sf /run/shm dev/shm
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user