Commit 695d8da
authored
[SYCL] Improve cachability when building with ccache (#21370)
We already had a workaround for `sccache` but `ccache` has the same
limitation and we don't use `sccache` anymore in CI.
In my experiments for the compiler build step on a completely unchanged
module:
Before `2m56`
After `2m0s`
Signed-off-by: Nick Sarnie <nick.sarnie@intel.com>1 parent 9d9ea8d commit 695d8da
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments