[PATCH] D38178: Change key-id used for verifying cmake downloads in docker images.
Ilya Biryukov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 22 07:45:00 PDT 2017
ilya-biryukov created this revision.
We previously used one of secondary key-ids which is not available
anymore.
Changed to use corresponding primary key-id.
https://reviews.llvm.org/D38178
Files:
utils/docker/debian8/build/Dockerfile
Index: utils/docker/debian8/build/Dockerfile
===================================================================
--- utils/docker/debian8/build/Dockerfile
+++ utils/docker/debian8/build/Dockerfile
@@ -23,7 +23,7 @@
rm -rf /var/lib/apt/lists/*
# Import public key required for verifying signature of cmake download.
-RUN gpg --keyserver hkp://pgp.mit.edu --recv 0x2D2CEF1034921684
+RUN gpg --keyserver hkp://pgp.mit.edu --recv 0xEC8FEF3A7BFB4EDA
# Download, verify and install cmake version that can compile clang into /usr/local.
# (Version in debian8 repos is is too old)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38178.116347.patch
Type: text/x-patch
Size: 585 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170922/dc8ed99b/attachment.bin>
More information about the llvm-commits
mailing list