Revert “ci, docker: Fix LLVM repository signature failure” #1828
pull hebasto wants to merge 1 commits into bitcoin-core:master from hebasto:260220-revert-apt changing 1 files +0 −3-
hebasto commented at 8:44 am on February 20, 2026: memberThis reverts commit 0ffb1749a5811bb63902f00c9fa73b49588d0557, as the underlying issue has been resolved.
-
76e92cfeea
Revert "ci, docker: Fix LLVM repository signature failure"
This reverts commit 0ffb1749a5811bb63902f00c9fa73b49588d0557.
-
hebasto marked this as a draft on Feb 20, 2026
-
hebasto commented at 9:39 am on February 20, 2026: member
The apt repo remains broken in a different way:
0$ apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y ca-certificates 1$ apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y wget && wget -qO- https://apt.llvm.org/llvm-snapshot.gpg.key | tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc && . /etc/os-release && echo "deb http://apt.llvm.org/${VERSION_CODENAME} llvm-toolchain-${VERSION_CODENAME} main" >> /etc/apt/sources.list && apt-get update && LLVM_VERSION=$(apt-cache search --names-only '^clang-[0-9]+$' | sort -V | tail -1 | cut -f1 -d" " | cut -f2 -d"-" ) && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y "clang-${LLVM_VERSION}" "libclang-rt-${LLVM_VERSION}-dev" && ln -s "/usr/bin/clang-${LLVM_VERSION}" /usr/bin/clang-snapshot && apt-get autoremove -y wget && apt-get clean && rm -rf /var/lib/apt/lists/* 2<snip> 3E: Failed to fetch https://apt.llvm.org/trixie/pool/main/l/llvm-toolchain-snapshot/libllvm23_23%7e%2b%2b20260211082823%2b1e42c76d6133-1%7eexp1%7e20260211082946.371_amd64.deb 404 Not Found [IP: 146.75.74.49 443] 4E: Failed to fetch https://apt.llvm.org/trixie/pool/main/l/llvm-toolchain-snapshot/libclang-cpp23_23%7e%2b%2b20260211082823%2b1e42c76d6133-1%7eexp1%7e20260211082946.371_amd64.deb 404 Not Found [IP: 146.75.74.49 443] 5E: Failed to fetch https://apt.llvm.org/trixie/pool/main/l/llvm-toolchain-snapshot/libclang-common-23-dev_23%7e%2b%2b20260211082823%2b1e42c76d6133-1%7eexp1%7e20260211082946.371_amd64.deb 404 Not Found [IP: 146.75.74.49 443] 6E: Failed to fetch https://apt.llvm.org/trixie/pool/main/l/llvm-toolchain-snapshot/llvm-23-linker-tools_23%7e%2b%2b20260211082823%2b1e42c76d6133-1%7eexp1%7e20260211082946.371_amd64.deb 404 Not Found [IP: 146.75.74.49 443] 7E: Failed to fetch https://apt.llvm.org/trixie/pool/main/l/llvm-toolchain-snapshot/libclang1-23_23%7e%2b%2b20260211082823%2b1e42c76d6133-1%7eexp1%7e20260211082946.371_amd64.deb 404 Not Found [IP: 146.75.74.49 443] 8E: Failed to fetch https://apt.llvm.org/trixie/pool/main/l/llvm-toolchain-snapshot/clang-23_23%7e%2b%2b20260211082823%2b1e42c76d6133-1%7eexp1%7e20260211082946.371_amd64.deb 404 Not Found [IP: 146.75.74.49 443] 9E: Failed to fetch https://apt.llvm.org/trixie/pool/main/l/llvm-toolchain-snapshot/libclang-rt-23-dev_23%7e%2b%2b20260211082823%2b1e42c76d6133-1%7eexp1%7e20260211082946.371_amd64.deb 404 Not Found [IP: 146.75.74.49 443] 10E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? -
real-or-random commented at 7:44 am on February 23, 2026: contributor
-
hebasto marked this as ready for review on Feb 23, 2026
-
hebasto commented at 5:26 pm on February 23, 2026: member
It seems to be fixed :)
-
real-or-random approved
-
real-or-random commented at 7:48 pm on February 23, 2026: contributorACK 76e92cfeeaf67aa3fd780f83e780b92518012c84
-
real-or-random added the label ci on Feb 23, 2026
-
real-or-random added the label tweak/refactor on Feb 23, 2026
-
real-or-random merged this on Feb 23, 2026
-
real-or-random closed this on Feb 23, 2026
-
hebasto deleted the branch on Feb 23, 2026
Labels
ci
tweak/refactor
github-metadata-mirror
This is a metadata mirror of the GitHub repository bitcoin-core/secp256k1. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-03-04 00:15 UTC
This is a metadata mirror of the GitHub repository bitcoin-core/secp256k1. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-03-04 00:15 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me
More mirrored repositories can be found on mirror.b10c.me