ci: switch to intel-opencl ppa

This ppa is available at:
https://launchpad.net/~intel-opencl/+archive/ubuntu/intel-opencl

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

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

Change-Id: I8ab4f8881d882f399386e875125c20542d5b72ab
This commit is contained in:
Jacek Danecki
2018-07-31 16:36:11 +02:00
committed by sys_ocldev
parent 601caa8b27
commit 97b215440a
11 changed files with 26 additions and 24 deletions

View File

@@ -26,8 +26,8 @@ wait_apt() {
sleep 5
done
}
echo "deb http://ppa.launchpad.net/jdanecki/intel-opencl/ubuntu xenial main" >> /etc/apt/sources.list
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7B77841DF9C7FE04
echo "deb http://ppa.launchpad.net/intel-opencl/intel-opencl/ubuntu xenial main" >> /etc/apt/sources.list
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B9732172C4830B8F
apt-get -y update
if [ $? -ne 0 ]