diff options
author | Eric Engestrom <[email protected]> | 2019-01-28 18:07:31 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-02-06 17:56:30 +0000 |
commit | 8744ac0904a17cebc6dc341f9bccce690267639b (patch) | |
tree | de4fbb05824342e2c56e889d94a7ec261baa5cc9 /.gitlab-ci/Dockerfile.ubuntu | |
parent | b5a70af062510b61bbd6d57fe26933ee3788e5be (diff) |
gitlab-ci: add meson gallium ST Clover (LLVM 6.0) build
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to '.gitlab-ci/Dockerfile.ubuntu')
-rw-r--r-- | .gitlab-ci/Dockerfile.ubuntu | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci/Dockerfile.ubuntu b/.gitlab-ci/Dockerfile.ubuntu index 1f334ed9946..86fd89248fa 100644 --- a/.gitlab-ci/Dockerfile.ubuntu +++ b/.gitlab-ci/Dockerfile.ubuntu @@ -30,6 +30,8 @@ RUN apt-get install -y \ llvm-7-dev \ clang-5.0 \ libclang-5.0-dev \ + clang-6.0 \ + libclang-6.0-dev \ libclc-dev \ xz-utils \ libexpat1-dev \ |