Commit 9ab5da6
Claude Code
validation: Apply fixes for Bitcoin backport compliance
- Add BOOST_MULTI_INDEX_ENABLE_SAFE_MODE to native_fuzz CI config
- Add BOOST_MULTI_INDEX_ENABLE_SAFE_MODE to native_fuzz_with_valgrind CI config
- Add BOOST_MULTI_INDEX_ENABLE_SAFE_MODE to native_multiprocess CI config
These changes ensure that all CI jobs using --enable-debug or --enable-fuzz
explicitly enable boost multi index safe mode, matching Bitcoin's intent in
PR bitcoin#27724 which removed automatic enabling in configure.ac and re-enabled it
in specific CI jobs.1 parent 853821b commit 9ab5da6
File tree
3 files changed
+3
-3
lines changed- ci/test
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
0 commit comments