CI: add exec,suid,dev to --tmpfs mount
Docker's --tmpfs defaults to noexec, which prevents all chroot'd pacman post-transaction hooks from executing (mkinitcpio, sysusers, etc.). The missing vmlinuz was a symptom — noexec meant the linux package install hooks couldn't generate the initramfs.
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: artixlinux/artixlinux:base
|
||||
options: --privileged --tmpfs /var/lib/artools/buildiso
|
||||
options: --privileged --tmpfs /var/lib/artools/buildiso:exec,suid,dev
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user