Add build on Ubuntu 18.04 with llvm 7

- Neo is built with clang 7
- IGC components are built using llvm7
- gmmlib is downloaded from launchpad ppa

Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>

https://github.com/intel/compute-runtime/pull/150

Change-Id: I6e7b9bd28088d6ca37ca6c86ccd2273c87e5a404
This commit is contained in:
Jacek Danecki
2019-03-21 20:49:01 +01:00
committed by sys_ocldev
parent f32ced094d
commit 5124b92a2b
3 changed files with 71 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#!/bin/bash
#
# Copyright (C) 2018-2019 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
git fetch -t
git clone ../compute-runtime neo
docker build -f scripts/docker/Dockerfile-ubuntu-18.04-llvm-7 -t neo-ubuntu-18.4-llvm-7:ci .