More cleanup

This commit is contained in:
Zion Nimchuk 2023-08-30 10:09:23 -07:00 committed by Ivan
parent dd4df6a46b
commit c0a7db8899
3 changed files with 89 additions and 101 deletions

View file

@ -4,6 +4,8 @@ if [ -z "$CIRRUS_CI" ]; then
cd rpcs3 || exit 1
fi
git config --global --add safe.directory '*'
# Pull all the submodules except llvm
# Note: Tried to use git submodule status, but it takes over 20 seconds
# shellcheck disable=SC2046