Skip to content

Commit 3a20232

Browse files
Include RUNTIME_METADATA_HASH in cache key (#4476)
Add RUNTIME_METADATA_HASH variable to [`cache.extraEnv`](https://github.com/paritytech/forklift/tree/0.12.4?tab=readme-ov-file#cache) in config.toml (setting available from forklift 0.12.4)
1 parent 23c5bbc commit 3a20232

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.forklift/config.toml

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobsBlackList = []
1010
logLevel = "warn"
1111
threadsCount = 6
1212

13+
[cache]
14+
extraEnv = ["RUNTIME_METADATA_HASH"]
15+
1316
[metrics]
1417
enabled = true
1518
pushEndpoint = "placeholder"

0 commit comments

Comments
 (0)