mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
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:
committed by
sys_ocldev
parent
8e945e7919
commit
4c3dd2cdbe
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user