This commit is contained in:
zhangsz
2025-03-11 14:44:44 +08:00
parent 8a82d05e22
commit d37853bfdd

View File

@@ -178,6 +178,9 @@ make_ocs_bin()
make_cook_ocs_bin_in_ub12()
{
if [ "$(docker ps -a -f name=ubuntu12-dev -f status=exited -q)" ]; then
docker start ubuntu12-dev
fi
docker exec -it ubuntu12-dev /bin/bash -c "cd ~/ocs.git/build/bin && ./build.sh ocs -t cook"
}