Clamp scons cache to 4096 MB
This commit is contained in:
parent
819ef12d68
commit
3c07d0ff32
2
.github/workflows/android_builds.yml
vendored
2
.github/workflows/android_builds.yml
vendored
@ -3,7 +3,7 @@ on: [push, pull_request]
|
|||||||
|
|
||||||
# Global Cache Settings
|
# Global Cache Settings
|
||||||
env:
|
env:
|
||||||
SCONS_CACHE_LIMIT: 8192
|
SCONS_CACHE_LIMIT: 4096
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
android-template:
|
android-template:
|
||||||
|
2
.github/workflows/javascript_builds.yml
vendored
2
.github/workflows/javascript_builds.yml
vendored
@ -3,7 +3,7 @@ on: [push, pull_request]
|
|||||||
|
|
||||||
# Global Cache Settings
|
# Global Cache Settings
|
||||||
env:
|
env:
|
||||||
SCONS_CACHE_LIMIT: 8192
|
SCONS_CACHE_LIMIT: 4096
|
||||||
EM_VERSION: latest
|
EM_VERSION: latest
|
||||||
EM_CACHE_FOLDER: 'emsdk-cache'
|
EM_CACHE_FOLDER: 'emsdk-cache'
|
||||||
|
|
||||||
|
2
.github/workflows/linux_builds.yml
vendored
2
.github/workflows/linux_builds.yml
vendored
@ -3,7 +3,7 @@ on: [push, pull_request]
|
|||||||
|
|
||||||
# Global Cache Settings
|
# Global Cache Settings
|
||||||
env:
|
env:
|
||||||
SCONS_CACHE_LIMIT: 8192
|
SCONS_CACHE_LIMIT: 4096
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
linux-editor:
|
linux-editor:
|
||||||
|
2
.github/workflows/macos_builds.yml
vendored
2
.github/workflows/macos_builds.yml
vendored
@ -3,7 +3,7 @@ on: [push, pull_request]
|
|||||||
|
|
||||||
# Global Cache Settings
|
# Global Cache Settings
|
||||||
env:
|
env:
|
||||||
SCONS_CACHE_LIMIT: 8192
|
SCONS_CACHE_LIMIT: 4096
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
macos-editor:
|
macos-editor:
|
||||||
|
2
.github/workflows/windows_builds.yml
vendored
2
.github/workflows/windows_builds.yml
vendored
@ -5,7 +5,7 @@ on: [push, pull_request]
|
|||||||
# SCONS_CACHE for windows must be set in the build environment
|
# SCONS_CACHE for windows must be set in the build environment
|
||||||
env:
|
env:
|
||||||
SCONS_CACHE_MSVC_CONFIG: true
|
SCONS_CACHE_MSVC_CONFIG: true
|
||||||
SCONS_CACHE_LIMIT: 8192
|
SCONS_CACHE_LIMIT: 4096
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
windows-editor:
|
windows-editor:
|
||||||
|
Loading…
Reference in New Issue
Block a user