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:

    $ apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y ca-certificates
    $ 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/* 
    <snip>
    E: 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]
    E: 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]
    E: 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]
    E: 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]
    E: 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]
    E: 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]
    E: 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]
    E: 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
  15. fanquake referenced this in commit 46ca85d851 on Feb 24, 2026
  16. fanquake referenced this in commit 9478a62d21 on Feb 25, 2026
  17. fanquake referenced this in commit 0dab9edba4 on Mar 3, 2026
  18. fanquake referenced this in commit a50dbd2bcd on Mar 4, 2026
  19. real-or-random referenced this in commit 7a5f153d71 on Mar 4, 2026
  20. fanquake referenced this in commit ec7ea286b0 on Mar 10, 2026
  21. fanquake referenced this in commit 6458812af8 on Mar 17, 2026
  22. fanquake referenced this in commit 791949a724 on Mar 21, 2026
  23. fanquake referenced this in commit cffa9320f2 on Mar 23, 2026
  24. theStack referenced this in commit 994739fc33 on Mar 26, 2026
  25. fanquake referenced this in commit dfc5233b8c on Mar 27, 2026
  26. theStack referenced this in commit 0326234c51 on Apr 2, 2026
  27. fanquake referenced this in commit dfd54c959e on Apr 9, 2026
  28. vmta referenced this in commit 1ddc2f947f on Apr 26, 2026
  29. vmta referenced this in commit 56c40fe100 on Apr 27, 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-05-19 06:52 UTC