We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d21e1 commit cb810dcCopy full SHA for cb810dc
1 file changed
.github/workflows/build.yml
@@ -106,6 +106,10 @@ jobs:
106
# Test deps (cit)
107
pkg install -y py311-selenium py311-scikit-image chromium
108
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
+
113
rm -rf /var/db/containers /var/lib/containers 2>/dev/null || true
114
kldload pf
115
sysctl net.inet.ip.forwarding=1
0 commit comments