On Fri, Aug 31, 2018 at 05:13:25PM +0100, Eric Engestrom wrote:
On Friday, 2018-08-31 16:03:44 +0100, Daniel Stone wrote:
Hi Eric,
On Fri, 31 Aug 2018 at 15:22, Eric Engestrom eric.engestrom@intel.com wrote:
- LIBPCIACCESS_VERSION=libpciaccess-0.10 &&
wget --no-check-certificate https://xorg.freedesktop.org/releases/individual/lib/$LIBPCIACCESS_VERSION.tar.bz2 &&
Why are you using --no-check-certificate?!
Right, forgot to add a comment for this, sorry.
fd.o uses LetsEncrypt, which is not present in the ca-certificate on debian:stable. I had to choose between ignoring the certificate error or use a custom CA, which just didn't seem worth it.
Slightly more modern distro then? On the kernel side we're going with fedora:latest, that also tends to have all the latest bells&whistles we need for compiling some of our things. -Daniel