Skip to content

Commit cb810dc

Browse files
committed
use patched ocijail for mlock
1 parent 20d21e1 commit cb810dc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ jobs:
106106
# Test deps (cit)
107107
pkg install -y py311-selenium py311-scikit-image chromium
108108
109+
# Install patched ocijail for .NET apps (mlock support)
110+
fetch -qo /tmp/ocijail.pkg https://github.com/daemonless/freebsd-ports/releases/download/v0.4.0-patched/ocijail-0.4.0_2.pkg
111+
pkg install -fy /tmp/ocijail.pkg
112+
109113
rm -rf /var/db/containers /var/lib/containers 2>/dev/null || true
110114
kldload pf
111115
sysctl net.inet.ip.forwarding=1

0 commit comments

Comments
 (0)