mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
ci: add builds on Arch with gcc-8
- GEN8 and GEN9 support is built and tested separately - don't use dpkg in Arch builds - optimize build times Change-Id: I0be818d2afa9a86281a4e4030e8ecd10cd861efe Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
4c4e682bc7
commit
ab507d73de
@@ -21,7 +21,6 @@
|
||||
|
||||
|
||||
NEO_TOP_DIR=`git rev-parse --show-toplevel`
|
||||
ARCH=`dpkg --print-architecture`
|
||||
WRK_DIR=${NEO_TOP_DIR}/..
|
||||
mkdir -p ${WRK_DIR}/igc/inc
|
||||
cp CMakeLists.txt ${WRK_DIR}/igc
|
||||
@@ -30,8 +29,9 @@ pushd ${WRK_DIR}/igc
|
||||
VER=2018ww19-010806
|
||||
IGC_REV=858e183
|
||||
|
||||
wget https://github.com/intel/compute-runtime/releases/download/${VER}/intel-opencl_${VER}_${ARCH}.deb
|
||||
dpkg-deb -x intel-opencl_${VER}_${ARCH}.deb .
|
||||
wget https://github.com/intel/compute-runtime/releases/download/${VER}/intel-opencl_${VER}_amd64.deb
|
||||
ar -x intel-opencl_${VER}_amd64.deb
|
||||
tar -xJf data.tar.xz
|
||||
rm opt/intel/opencl/libigdrcl.so
|
||||
ln -s opt/intel/opencl lib
|
||||
|
||||
|
||||
Reference in New Issue
Block a user