Skip to content

Commit d10c92c

Browse files
committed
Updated json-schema for configuration
1 parent 264f5b4 commit d10c92c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

internal/cli/configuration/configuration.schema.json

+11
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@
2020
"build_cache": {
2121
"description": "configuration options related to the compilation cache",
2222
"properties": {
23+
"path": {
24+
"description": "the path to the build cache, default is `$TMP/arduino`.",
25+
"type": "string"
26+
},
27+
"extra_paths": {
28+
"description": "a list of paths to look for precompiled artifacts if not found on `build_cache.path` setting.",
29+
"type": "array",
30+
"items": {
31+
"type": "string"
32+
}
33+
},
2334
"compilations_before_purge": {
2435
"description": "interval, in number of compilations, at which the cache is purged, defaults to `10`. When `0` the cache is never purged.",
2536
"type": "integer",

0 commit comments

Comments
 (0)