Commit 8243670
ci: Adjust Docker image to Debian 12 "bookworm"
Summary:
```
Changes in packages are significant, for instance:
gcc 10.2. --> 12.2
clang 11.0 --> 14.0
wine 5.0 --> 8.0
which requires certain adjustments provided in this PR.
```
Partial backport of [[bitcoin-core/secp256k1#1356 | secp256k1#1356]].
The first commit is missing due to a missing dependency, and part of the last one because we don't have windows support yet.
Depends on D18158.
This unbreaks the secp256k1 CI on master.
Test Plan: See CI (the issue occurs after the CI migration to bookworm) here: https://cirrus-ci.com/build/6479968802177024
Reviewers: #bitcoin_abc, PiRK
Reviewed By: #bitcoin_abc, PiRK
Differential Revision: https://reviews.bitcoinabc.org/D181591 parent 7adfed3 commit 8243670
2 files changed
+18
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
29 | 45 | | |
30 | 46 | | |
31 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
0 commit comments