Skip to content

Commit

Permalink
Include RUNTIME_METADATA_HASH in cache key (paritytech#4476)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
AndWeHaveAPlan authored May 15, 2024
1 parent 23c5bbc commit 3a20232
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .forklift/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobsBlackList = []
logLevel = "warn"
threadsCount = 6

[cache]
extraEnv = ["RUNTIME_METADATA_HASH"]

[metrics]
enabled = true
pushEndpoint = "placeholder"
Expand Down

0 comments on commit 3a20232

Please sign in to comment.