Commit f26b5d3
authored
perf(ci): implement granular steps with persistent workspace cache (#85)
* fix(devcontainer): switch base image to bookworm for glibc compatibility
* refactor(ci): implement sequential Build & Verify jobs with granular steps
* refactor(ci): use single-job sequential steps with local image reuse
* perf(devcontainer): remove explicit CARGO_TARGET_DIR to enable incremental CI builds
* perf(ci): persist CARGO_HOME in workspace for true incremental granular builds
* debug(ci): add path and env logging to identify cache sharing issues
* debug(ci): add persistence check for target directory across steps
* perf(ci): use explicit CARGO_TARGET_DIR and CARGO_INCREMENTAL for granular steps
* perf(ci): use persistent container via @devcontainers/cli for true incremental builds
* debug(ci): Phase 1 diagnostic - verify build cache within single step
* perf(ci): implement granular devcontainers/ci steps with persistent workspace paths1 parent a230ae5 commit f26b5d3
2 files changed
Lines changed: 47 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 24 | + | |
| 25 | + | |
30 | 26 | | |
31 | 27 | | |
32 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
36 | 62 | | |
37 | 63 | | |
38 | 64 | | |
39 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
40 | 69 | | |
41 | 70 | | |
42 | 71 | | |
| |||
47 | 76 | | |
48 | 77 | | |
49 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
50 | 82 | | |
51 | 83 | | |
52 | 84 | | |
| |||
57 | 89 | | |
58 | 90 | | |
59 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
60 | 95 | | |
61 | 96 | | |
62 | 97 | | |
| |||
69 | 104 | | |
70 | 105 | | |
71 | 106 | | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
72 | 110 | | |
73 | 111 | | |
74 | 112 | | |
| |||
82 | 120 | | |
83 | 121 | | |
84 | 122 | | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
85 | 126 | | |
86 | 127 | | |
87 | 128 | | |
88 | 129 | | |
89 | 130 | | |
90 | 131 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | 132 | | |
101 | 133 | | |
102 | 134 | | |
| |||
105 | 137 | | |
106 | 138 | | |
107 | 139 | | |
| 140 | + | |
| 141 | + | |
0 commit comments