mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
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:

committed by
sys_ocldev

parent
f32ced094d
commit
5124b92a2b
11
scripts/build-ubuntu-18.4-llvm7-docker.sh
Executable file
11
scripts/build-ubuntu-18.4-llvm7-docker.sh
Executable 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 .
|
||||
|
Reference in New Issue
Block a user