[CI] Replace ipc=host with shm-size and sysctl configuration (#7138)

This commit is contained in:
YuBaoku
2026-04-02 10:33:55 +08:00
committed by GitHub
parent db808f2080
commit 7aa213bba9
5 changed files with 15 additions and 3 deletions
+1
View File
@@ -163,6 +163,7 @@ jobs:
fi
docker run --rm --net=host \
--shm-size=64G \
--name ${runner_name} \
-v $(pwd):/workspace \
-w /workspace \