Commit 95ef953
committed
CircleCI cache: have all cache layers caching packages directory.
Heads buildstystem:
-Makefile logic will download packages, check its integrity, extract and patch extracted directory if no corresponding .*_verify files are found under packages directory.
-build/module* .configured is written when packages are configured under build/modulename-ver/.configured
-build/modules* .build is written when packages are built under build/modulename-ver/.build
Consequently:
-CircleCI cache should include packages cache (so that packages are downloaded and verified once.)
-Heads Makefile only downloads, checks and extracts packages, and then patch extracted directory content if packages/.module-version_verify doesn't exist.1 parent 3b99caa commit 95ef953
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| 161 | + | |
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
164 | 165 | | |
165 | 166 | | |
166 | 167 | | |
167 | 168 | | |
| 169 | + | |
168 | 170 | | |
169 | 171 | | |
170 | 172 | | |
171 | 173 | | |
172 | | - | |
173 | | - | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| |||
0 commit comments