Commit 3020b11
committed
fix(persist-ccache-cache): rename cache_size option to ccache_maxsize
The option 'cache_size' was not being correctly mapped to the CCACHE_MAXSIZE
environment variable used by the install script. DevContainer Features
convert option names to environment variables using the pattern:
${FEATURE_ID}_${OPTION_NAME_UPPERCASE}
Changed the option from 'cache_size' to 'ccache_maxsize' to ensure correct
mapping to CCACHE_MAXSIZE in the initialization script.
Fixes the issue where ccache_maxsize setting was being ignored.1 parent 48cd379 commit 3020b11
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments