We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb810dc commit e69ea29Copy full SHA for e69ea29
1 file changed
.github/workflows/build.yml
@@ -113,6 +113,7 @@ jobs:
113
rm -rf /var/db/containers /var/lib/containers 2>/dev/null || true
114
kldload pf
115
sysctl net.inet.ip.forwarding=1
116
+ sysctl kern.ipc.shm_allow_removed=1
117
run: |
118
set -e
119
0 commit comments