Clamp scons cache to 4096 MB
This commit is contained in:
parent
819ef12d68
commit
3c07d0ff32
5 changed files with 5 additions and 5 deletions
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
|
||||
env:
|
||||
SCONS_CACHE_LIMIT: 8192
|
||||
SCONS_CACHE_LIMIT: 4096
|
||||
|
||||
jobs:
|
||||
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
|
||||
env:
|
||||
SCONS_CACHE_LIMIT: 8192
|
||||
SCONS_CACHE_LIMIT: 4096
|
||||
EM_VERSION: latest
|
||||
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
|
||||
env:
|
||||
SCONS_CACHE_LIMIT: 8192
|
||||
SCONS_CACHE_LIMIT: 4096
|
||||
|
||||
jobs:
|
||||
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
|
||||
env:
|
||||
SCONS_CACHE_LIMIT: 8192
|
||||
SCONS_CACHE_LIMIT: 4096
|
||||
|
||||
jobs:
|
||||
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
|
||||
env:
|
||||
SCONS_CACHE_MSVC_CONFIG: true
|
||||
SCONS_CACHE_LIMIT: 8192
|
||||
SCONS_CACHE_LIMIT: 4096
|
||||
|
||||
jobs:
|
||||
windows-editor:
|
||||
|
|
Loading…
Reference in a new issue