Skip to content

contrib/install_db4.sh fetching a patch from gist.githubusercontent.com #20722

@alevchuk

Description

@alevchuk

Berkeley DB installer in contrib makes a call over the internet to https://gist.githubusercontent.com to fetch a 141 line patch.

CLANG_CXX11_PATCH_URL='https://gist.githubusercontent.com/LnL7/5153b251fd525fe15de69b67e63a6075/raw/7778e9364679093a32dec2908656738e16b6bdcb/clang.patch'

The gist has multiple revisions

Expected behavior

One less call over the internet during the build process. One less website to depend on.

To reproduce

 ./contrib/install_db4.sh 

install_db4.sh is recommended by the doc/build-*.md for example https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md#berkeley-db

CC: @laanwj

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions