MarcoFalke
commented at 9:34 am on January 31, 2022:
member
CentOS 8 was just shut down:
0$ pob centos:81[root_e606059da4d9 /]# dnf update2Failed to set locale, defaulting to C.UTF-83CentOS Linux 8- AppStream
4Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist
Fix that by bumping the image.
hebasto
commented at 9:56 am on January 31, 2022:
member
libevent build can be fixed with the following patch:
0--- a/ci/test/05_before_script.sh
1+++ b/ci/test/05_before_script.sh
2@@ -47,7 +47,7 @@ if [[ $HOST = *-mingw32 ]]; then
3 DOCKER_EXEC update-alternatives --set "${HOST}-g++" \$\(which "${HOST}-g++-posix"\)
4 fi
5 if [ -z "$NO_DEPENDS" ]; then
6- if [[ $DOCKER_NAME_TAG == centos* ]]; then
7+ if [[ $DOCKER_NAME_TAG == *centos* ]]; then
8 # CentOS has problems building the depends if the config shell is not explicitly set
9 # (i.e. for libevent a Makefile with an empty SHELL variable is generated, leading to
10 # an error as the first command is executed)
MarcoFalke force-pushed
on Feb 1, 2022
MarcoFalke removed the label
Up for grabs
on Feb 1, 2022
This is a metadata mirror of the GitHub repository
bitcoin/bitcoin.
This site is not affiliated with GitHub.
Content is generated from a GitHub metadata backup.
generated: 2024-12-18 15:12 UTC
This site is hosted by @0xB10C More mirrored repositories can be found on mirror.b10c.me