gitlab-ci: Install most packages from Debian buster
authorMichel Dänzer <michel.daenzer@amd.com>
Thu, 4 Apr 2019 16:01:27 +0000 (18:01 +0200)
committerMichel Dänzer <michel@daenzer.net>
Tue, 16 Apr 2019 08:41:07 +0000 (10:41 +0200)
commite9de19ffcaace73931260cd8ef935f077c13ec23
tree22586141b291909de902b7625f458a9ff83e1def
parentecb3eedc54995c722af6ee477f3d818169a9d129
gitlab-ci: Install most packages from Debian buster

We now use the C frontend of GCC 8 instead of 6 (required tweaking the
before_script for the clang job). We cannot use the C++ frontend of GCC
7 or newer yet, because upstream GCC 7 changed some C++ name mangling
stuff in backwards incompatible ways, and LLVM < 6.0 packages aren't
available in buster.

Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
.gitlab-ci.yml
.gitlab-ci/debian-install.sh