ci: use new igc packages from ~ocl-dev ppa

Remove obsoleted scripts

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

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

Change-Id: I244214a3fa778e3e048566c5869f8348563a752a
This commit is contained in:
Jacek Danecki
2019-11-13 11:38:02 +01:00
committed by sys_ocldev
parent 8e945e7919
commit 4c3dd2cdbe
31 changed files with 26 additions and 106 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (C) 2018 Intel Corporation
# Copyright (C) 2018-2019 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
@@ -22,11 +22,11 @@ then
apt-get -y update
fi
apt-get install -y --allow-unauthenticated cmake ninja-build intel-igc-opencl-dev intel-gmmlib-dev
apt-get install -y --allow-unauthenticated cmake ninja-build libigc-dev intel-gmmlib-dev
if [ $? -ne 0 ]
then
wait_apt
apt-get install -y --allow-unauthenticated cmake ninja-build intel-igc-opencl-dev intel-gmmlib-dev
apt-get install -y --allow-unauthenticated cmake ninja-build libigc-dev intel-gmmlib-dev
fi
dpkg -r ccache