aarch64 squeak jit needs executable shm

This commit is contained in:
Tony Garnock-Jones 2022-02-07 14:34:39 +01:00
parent bef6266854
commit 4904887dd4
1 changed files with 2 additions and 1 deletions

View File

@ -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