Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Media SDK CI build configurations

Eugene Ponomarev edited this page Aug 19, 2020 · 10 revisions

Current configurations

Configuration OS CMAKE/configuration options Flags Compiler Environment
build CentOS 8.1.1911 -DBUILD_ALL=ON -DENABLE_ALL=ON -DENABLE_ITT=ON -O2 -Wformat -Wformat-security -Wall -Werror -D_FORTIFY_SOURCE=2 -fstack-protector-strong gcc-8.3.1 x11, wayland, opencl
build-api-next CentOS 8.1.1911 -DBUILD_ALL=ON -DENABLE_ALL=ON -DENABLE_ITT=ON -DAPI:STRING=latest -O2 -Wformat -Wformat-security -Wall -Werror -D_FORTIFY_SOURCE=2 -fstack-protector-strong gcc-8.3.1 x11, wayland, opencl
build-api-next-defconfig CentOS 8.1.1911 -DAPI:STRING=latest -O2 -Wformat -Wformat-security -Wall -Werror -D_FORTIFY_SOURCE=2 -fstack-protector-strong gcc-8.3.1

opencl,no x11, no wayland

build-fastboot-gcc-10 Ubuntu 18.04 -DMFX_CONFIG_FILE=... -O2 -Wformat -Wformat-security -Wall -Werror -D_FORTIFY_SOURCE=2 -fstack-protector-strong gcc-10.1.0 x11, wayland, opencl
build-clang-10.0 Ubuntu 18.04 -DBUILD_ALL=ON -DENABLE_ALL=ON -DENABLE_ITT=ON -O2 -Wformat -Wformat-security -Wall -Werror -D_FORTIFY_SOURCE=2 -fstack-protector-strong clang-10.0.1 x11, wayland, opencl
build-gcc-10 Ubuntu 18.04 -DBUILD_ALL=ON -DENABLE_ALL=ON -DENABLE_ITT=ON -O2 -Wformat -Wformat-security -Wall -Werror -D_FORTIFY_SOURCE=2 -fstack-protector-strong gcc-10.1.0 x11, wayland, opencl

See https://github.com/Intel-Media-SDK/product-configs/blob/master/conf_linux_public.py for detailed CI configurations and command lines.

Clone this wiki locally