Add gitdeps cache
This commit is contained in:
2
build.py
2
build.py
@@ -271,7 +271,7 @@ def run_unrealengine_setup_bat_replacement():
|
||||
shell(UNREALENGINE, "Engine/Binaries/DotNET/GitDependencies/win-x64/GitDependencies.exe")
|
||||
shell(UNREALENGINE, "Engine/Extras/Redist/en-us/UEPrereqSetup_x64.exe /quiet /norestart")
|
||||
else:
|
||||
shell(UNREALENGINE, "Engine/Build/BatchFiles/Linux/GitDependencies.sh")
|
||||
shell(UNREALENGINE, f"Engine/Build/BatchFiles/Linux/GitDependencies.sh --cache={INTEGRATION}/.gitdeps-cache")
|
||||
shell(f"{UNREALENGINE}/Engine/Build/BatchFiles/Linux", "./Setup.sh")
|
||||
touch.write_text("Downloaded")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user