Skip to content

Commit a81b1a4

Browse files
ci: use LP ocl-dev account for ubuntu 18.04 builds on Travis
Signed-off-by: Jacek Danecki <[email protected]> #92 Change-Id: I1ecf19664fc29f61662ffc012d2154f2ee74e715
1 parent 04e0831 commit a81b1a4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scripts/docker/Dockerfile-ubuntu-18.04-gcc-7-gen-8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ MAINTAINER Jacek Danecki <[email protected]>
33

44
COPY neo /root/neo
55
RUN apt-get -y update ; apt-get install -y --allow-unauthenticated gpg; \
6-
echo "deb http://ppa.launchpad.net/intel-opencl/intel-opencl/ubuntu bionic main" >> /etc/apt/sources.list; \
7-
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B9732172C4830B8F; \
6+
echo "deb http://ppa.launchpad.net/ocl-dev/intel-opencl/ubuntu bionic main" >> /etc/apt/sources.list; \
7+
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C3086B78CC05B8B1; \
88
apt-get -y update ; apt-get install -y --allow-unauthenticated cmake g++-7 git pkg-config ninja-build intel-igc-opencl-dev
99
RUN cd /root; git clone --depth 1 https://github.com/intel/gmmlib gmmlib
1010
RUN mkdir /root/build; cd /root/build ; cmake -G Ninja -DBUILD_TYPE=Release -DCMAKE_BUILD_TYPE=Release \

scripts/docker/Dockerfile-ubuntu-18.04-gcc-7-gen-9

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ MAINTAINER Jacek Danecki <[email protected]>
33

44
COPY neo /root/neo
55
RUN apt-get -y update ; apt-get install -y --allow-unauthenticated gpg; \
6-
echo "deb http://ppa.launchpad.net/intel-opencl/intel-opencl/ubuntu bionic main" >> /etc/apt/sources.list; \
7-
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B9732172C4830B8F; \
6+
echo "deb http://ppa.launchpad.net/ocl-dev/intel-opencl/ubuntu bionic main" >> /etc/apt/sources.list; \
7+
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C3086B78CC05B8B1; \
88
apt-get -y update ; apt-get install -y --allow-unauthenticated cmake g++-7 git pkg-config ninja-build intel-igc-opencl-dev
99
RUN cd /root; git clone --depth 1 https://github.com/intel/gmmlib gmmlib
1010
RUN mkdir /root/build; cd /root/build ; cmake -G Ninja -DBUILD_TYPE=Release -DCMAKE_BUILD_TYPE=Release \

0 commit comments

Comments
 (0)