mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 05:21:25 +12:00
More cleanup
This commit is contained in:
parent
dd4df6a46b
commit
c0a7db8899
3 changed files with 89 additions and 101 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue