Commit 0ca8b7e
committed
Merge #21812: ci: Enable D_GLIBCXX_DEBUG for multiprocess task
fa44f51 ci: Clarify that previous_releases task is using DEBUG (MarcoFalke)
fad0f21 ci: Use clang in multiprocess task to avoid OOM (MarcoFalke)
faeabef ci: Enable D_GLIBCXX_DEBUG for multiprocess task (MarcoFalke)
Pull request description:
Enable `-D_GLIBCXX_DEBUG` via the depends `DEBUG` flag. Also `--enable-debug` to get debug symbols in traces.
ACKs for top commit:
hebasto:
ACK fa44f51, I have reviewed the code and it looks OK, I agree it can be merged, and CI is green.
Tree-SHA512: ab2a216bb44ee462f9dd181ec9025962502bd4201a1118ff52b6a193398e7ea3ca465a45a5eb341e308758fc3ef34ea3521f8a1f85ed64478ef3c1f6c1b8b1412 files changed
+5-5Lines changed: 5 additions & 5 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- ci/test
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
112 | 112 | |
113 | 113 | |
114 | 114 | |
115 | | - |
| 115 | + |
116 | 116 | |
117 | 117 | |
118 | 118 | |
| ||
161 | 161 | |
162 | 162 | |
163 | 163 | |
164 | | - |
| 164 | + |
165 | 165 | |
166 | 166 | |
167 | 167 | |
|
Collapse file
ci/test/00_setup_env_native_multiprocess.sh
Copy file name to clipboardExpand all lines: ci/test/00_setup_env_native_multiprocess.sh+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
8 | 8 | |
9 | 9 | |
10 | 10 | |
11 | | - |
12 | | - |
| 11 | + |
| 12 | + |
13 | 13 | |
14 | | - |
| 14 | + |
15 | 15 | |
16 | 16 | |
0 commit comments