mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 08:07:19 +08:00
updating external CI build scripts
Change-Id: I8b74ffbae7247658705f4d41b4a8b4ac4b0b3959 Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
@@ -7,6 +7,7 @@ COPY scripts/prepare-arch-clang.sh /root
|
||||
RUN /root/prepare-arch-clang.sh
|
||||
RUN cd /root/build ; cmake -G Ninja -DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ \
|
||||
-DBUILD_WITH_L0=FALSE \
|
||||
-DDO_NOT_RUN_AUB_TESTS=1 ../neo ; \
|
||||
ninja -j `nproc`
|
||||
CMD ["/bin/bash"]
|
||||
|
||||
Reference in New Issue
Block a user