Commit d56bff5
committed
Merge #6941: docs: update build instructions for Unix systems to include libbacktrace as a dependency
bf07d2e Update build instructions in doc/build-unix.md to note the absence of libbacktrace in Fedora repositories and provide guidance on disabling stack traces during the build process. (pasta)
c31ec72 Update doc/build-unix.md (PastaPastaPasta)
a30f51e Update doc/build-unix.md (PastaPastaPasta)
0d461d1 Update FreeBSD build instructions to include libbacktrace as a dependency (pasta)
a40b132 Update doc/build-unix.md (PastaPastaPasta)
7488521 docs: update build instructions for Unix systems to include libbacktrace as a dependency (pasta)
Pull request description:
## Issue being fixed or feature implemented
we build with backtrace by default.
## What was done?
## How Has This Been Tested?
arch tested
## Breaking Changes
## Checklist:
_Go over all the following points, and put an `x` in all the boxes that apply._
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have added or updated relevant unit/integration/functional/e2e tests
- [ ] I have made corresponding changes to the documentation
- [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_
ACKs for top commit:
UdjinM6:
utACK bf07d2e
kwvg:
utACK bf07d2e
Tree-SHA512: a289f04c253c2f145526717745c54e80c1a7a7ea01037f05eb8e9e2181d46e90e0bbe87dd8a1052760eb8c849be995122845cc57c60dae6a9361b04a7ce05e102 files changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
64 | 67 | | |
65 | 68 | | |
66 | 69 | | |
| |||
142 | 145 | | |
143 | 146 | | |
144 | 147 | | |
| 148 | + | |
| 149 | + | |
145 | 150 | | |
146 | 151 | | |
147 | 152 | | |
| |||
279 | 284 | | |
280 | 285 | | |
281 | 286 | | |
282 | | - | |
| 287 | + | |
283 | 288 | | |
284 | 289 | | |
285 | 290 | | |
| |||
0 commit comments