mirror of
https://github.com/intel/compute-runtime.git
synced 2025-06-28 17:58:30 +08:00

ci: add build with clang on Arch Signed-off-by: Jacek Danecki <jacek.danecki@intel.com> https://github.com/intel/compute-runtime/pull/241 Change-Id: I1a8620c9f8146e7108098d18e9db75b9ff178f44
15 lines
284 B
Bash
Executable File
15 lines
284 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Copyright (C) 2018-2019 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
set -e
|
|
set -x
|
|
|
|
mkdir /root/build
|
|
pacman -Suy --noconfirm clang cmake git make pkg-config ninja libva \
|
|
intel-gmmlib intel-opencl-clang spirv-llvm-translator intel-graphics-compiler
|
|
|