We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9bb42a commit 7764b3aCopy full SHA for 7764b3a
.github/workflows/ci.yml
@@ -927,6 +927,10 @@ jobs:
927
then
928
echo "Executing: sudo pkg git bash python3 curl"
929
sudo pkg install -y git bash python3 curl
930
+ # Enable persistent umtx for vnode-backed shared memory synchronization
931
+ # This is needed for process-shared pthread mutexes in memory-mapped files
932
+ echo "Setting kern.ipc.umtx_vnode_persistent=1"
933
+ sudo sysctl kern.ipc.umtx_vnode_persistent=1
934
fi
935
if [ "${{matrix.vm}}" == "openbsd" ]
936
0 commit comments