Commit 38e7b0f
Modify rust cache shared-key (#6046)
From reading the action's source code:
1. Job ID is only included if we don't provide da `shared-key`, which I
think we do want to include.
2. OS and architecture always gets added by the actions
3. We should include `RUSTFLAGS` in the cache key, as actions that don't
agree on it will end up re-compiling the world.
---------
Signed-off-by: Adam Gutglick <adam@spiraldb.com>
Co-authored-by: Joe Isaacs <joe.isaacs@live.co.uk>1 parent cb31e1c commit 38e7b0f
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| |||
0 commit comments