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
  1. hebasto commented at 8:44 am on February 20, 2026: member
    This reverts commit 0ffb1749a5811bb63902f00c9fa73b49588d0557, as the underlying issue has been resolved.
  2. Revert "ci, docker: Fix LLVM repository signature failure"
    This reverts commit 0ffb1749a5811bb63902f00c9fa73b49588d0557.
    76e92cfeea
  3. hebasto marked this as a draft on Feb 20, 2026
  4. 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?
    
  5. real-or-random commented at 7:44 am on February 23, 2026: contributor
  6. hebasto marked this as ready for review on Feb 23, 2026
  7. hebasto commented at 5:26 pm on February 23, 2026: member

    See llvm/llvm-project#182462

    It seems to be fixed :)

  8. real-or-random approved
  9. real-or-random commented at 7:48 pm on February 23, 2026: contributor
    ACK 76e92cfeeaf67aa3fd780f83e780b92518012c84
  10. real-or-random added the label ci on Feb 23, 2026
  11. real-or-random added the label tweak/refactor on Feb 23, 2026
  12. real-or-random merged this on Feb 23, 2026
  13. real-or-random closed this on Feb 23, 2026

  14. hebasto deleted the branch on Feb 23, 2026

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 site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me