Commit bb855d7
committed
Enable reproducible builds for ESP32 platform
Use reproducible builds for ESP32 platform so that locally build binaries will be an exact match
of release binaries for the same tag. Error message line info will start from the source path,
trimming any diectories leading up to it. SHA256 sums of binaries built from release tags should be
an exact match of release binaries.
Signed-off-by: Winford <[email protected]>1 parent 2f30389 commit bb855d7
File tree
4 files changed
+21
-1
lines changed- doc/src
- src/platforms/esp32
4 files changed
+21
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
166 | 182 | | |
167 | 183 | | |
168 | 184 | | |
| |||
1582 | 1598 | | |
1583 | 1599 | | |
1584 | 1600 | | |
1585 | | - | |
| 1601 | + | |
1586 | 1602 | | |
1587 | 1603 | | |
1588 | 1604 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
0 commit comments