We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9abebe commit a966f05Copy full SHA for a966f05
.github/workflows/ci.yml
@@ -200,7 +200,9 @@ jobs:
200
201
bitcoind-builder:
202
name: bitcoind builder
203
- runs-on: ubuntu-latest
+ # Ubuntu 22.04 ships with glibc 2.35, which is needed to keep binaries
204
+ # compatible with Debian Bookworm (glibc 2.36) Python containers.
205
+ runs-on: ubuntu-22.04
206
steps:
207
- uses: actions/checkout@v4
208
- uses: ./.github/actions/build-bitcoind
0 commit comments