File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ RUN echo "deb http://ppa.launchpad.net/ocl-dev/intel-opencl/ubuntu xenial main"
8
8
apt-get -y update ; apt-get install -y --allow-unauthenticated cmake git pkg-config ninja-build intel-igc-opencl-dev intel-gmmlib-dev clang-4.0
9
9
RUN mkdir /root/build; cd /root/build ; cmake -G Ninja -DCMAKE_BUILD_TYPE=Release \
10
10
-DCMAKE_C_COMPILER=clang-4.0 -DCMAKE_CXX_COMPILER=clang++-4.0 \
11
- -DDO_NOT_RUN_AUB_TESTS=1 -DDONT_CARE_OF_VIRTUALS=1 -DSKIP_UNIT_TESTS=1 ../neo ; ninja -j `nproc`
11
+ -DDO_NOT_RUN_AUB_TESTS=1 -DDONT_CARE_OF_VIRTUALS=1 ../neo ; ninja -j `nproc`
12
12
CMD ["/bin/bash"]
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ RUN echo "deb http://ppa.launchpad.net/ocl-dev/intel-opencl/ubuntu xenial main"
8
8
apt-get -y update ; apt-get install -y --allow-unauthenticated cmake git pkg-config ninja-build intel-igc-opencl-dev intel-gmmlib-dev clang-5.0
9
9
RUN mkdir /root/build; cd /root/build ; cmake -G Ninja -DCMAKE_BUILD_TYPE=Release \
10
10
-DCMAKE_C_COMPILER=clang-5.0 -DCMAKE_CXX_COMPILER=clang++-5.0 \
11
- -DDO_NOT_RUN_AUB_TESTS=1 -DDONT_CARE_OF_VIRTUALS=1 -DSKIP_UNIT_TESTS=1 ../neo ; ninja -j `nproc`
11
+ -DDO_NOT_RUN_AUB_TESTS=1 -DDONT_CARE_OF_VIRTUALS=1 ../neo ; ninja -j `nproc`
12
12
CMD ["/bin/bash"]
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ RUN echo "deb http://ppa.launchpad.net/ocl-dev/intel-opencl/ubuntu xenial main"
7
7
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C3086B78CC05B8B1; \
8
8
apt-get -y update ; apt-get install -y --allow-unauthenticated cmake g++-5 git pkg-config ninja-build intel-igc-opencl-dev intel-gmmlib-dev
9
9
RUN mkdir /root/build; cd /root/build ; cmake -G Ninja -DCMAKE_BUILD_TYPE=Release \
10
- -DCMAKE_C_COMPILER=gcc-5 -DCMAKE_CXX_COMPILER=g++-5 -DSKIP_UNIT_TESTS=1 ../neo; \
10
+ -DCMAKE_C_COMPILER=gcc-5 -DCMAKE_CXX_COMPILER=g++-5 ../neo; \
11
11
ninja -j `nproc`
12
12
CMD ["/bin/bash"]
Original file line number Diff line number Diff line change 7
7
- mkdir workspace; cd workspace
8
8
- git clone ../../compute-runtime neo
9
9
- mkdir build; cd build
10
- - cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DSKIP_UNIT_TESTS=1 ../neo
10
+ - cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ../neo
11
11
- ninja
12
12
integrations :
13
13
notifications :
You can’t perform that action at this time.
0 commit comments