Skip to content

Commit d2091f2

Browse files
committed
ccache size limit
Signed-off-by: Pawel Gadzinski <pgadzinski@nvidia.com>
1 parent d47399a commit d2091f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
NVTE_FRAMEWORK: none
3333
MAX_JOBS: 1
3434
SCCACHE_GHA_ENABLED: "true"
35+
SCCACHE_CACHE_SIZE: "1G"
3536
- name: 'Sanity check'
3637
run: python3 -c "import transformer_engine"
3738
working-directory: /
@@ -111,6 +112,7 @@ jobs:
111112
NVTE_FRAMEWORK: jax
112113
MAX_JOBS: 1
113114
SCCACHE_GHA_ENABLED: "true"
115+
SCCACHE_CACHE_SIZE: "1G"
114116
- name: 'Sanity check'
115117
run: python3 tests/jax/test_sanity_import.py
116118
all:

0 commit comments

Comments
 (0)