Commit 98fa9f3
authored
fix: build.options now have the full path to used platforms (#3042)
Previously the path to the folder containing the platforms was used,
(for exmaple, `/home/cmaglie/.arduino15/packages` instead of
`/home/cmaglie/.arduino15/packages/arduino/hardware/avr/1.8.6`).
This kept the build.options unchanged even if a platform was updated,
leading to a possible cache-reuse even if a full rebuild is required.1 parent 369a239 commit 98fa9f3
File tree
2 files changed
+1
-3
lines changed- commands
- internal/arduino/builder
2 files changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
268 | 267 | | |
269 | 268 | | |
270 | 269 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | 126 | | |
128 | 127 | | |
129 | 128 | | |
| |||
225 | 224 | | |
226 | 225 | | |
227 | 226 | | |
228 | | - | |
| 227 | + | |
229 | 228 | | |
230 | 229 | | |
231 | 230 | | |
| |||
0 commit comments