aarch64 squeak jit needs executable shm
This commit is contained in:
parent
bef6266854
commit
4904887dd4
|
@ -6,7 +6,8 @@ mkdir /dev/pts
|
|||
mount -t devpts none /dev/pts
|
||||
|
||||
mkdir /dev/shm
|
||||
mount -t tmpfs -o nodev,nosuid,noexec none /dev/shm
|
||||
mount -t tmpfs -o nodev,nosuid,exec none /dev/shm
|
||||
# ^ must be mounted "exec" to allow JIT for Squeak
|
||||
|
||||
mount -t proc none /proc
|
||||
|
||||
|
|
Loading…
Reference in New Issue