Home
last modified time | relevance | path

Searched +full:libxcb +full:- +full:randr0 +full:- +full:dev (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/mesa3d/.gitlab-ci/container/debian/
H A Dx86_64_build.sh5 # .gitlab-ci/image-tags.yml tags:
8 set -e
9 set -o xtrace
18 autotools-dev
21 libssl-dev
26 "clang-${LLVM_VERSION}"
28 libarchive-dev
29 libdrm-dev
30 "libclang-cpp${LLVM_VERSION}-dev"
31 libgbm-dev
[all …]
H A Darm64_build.sh4 set -e
5 set -o xtrace
9 apt-get -y install ca-certificates
10 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list.d/*
11 …b.freedesktop.org/gfx-ci/ci-deb-repo/-/raw/${PKG_REPO_REV}/ ${FDO_DISTRIBUTION_VERSION%-*} main" |…
12 apt-get update
16 libssl-dev
20 apt-utils
21 android-libext4-utils
29 "clang-${LLVM_VERSION}"
[all …]
H A Dtest-base.sh5 # .gitlab-ci/image-tags.yml tags:
8 set -e
9 set -o xtrace
13 apt-get install -y ca-certificates gnupg2 software-properties-common
15 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list.d/*
17 …b.freedesktop.org/gfx-ci/ci-deb-repo/-/raw/${PKG_REPO_REV}/ ${FDO_DISTRIBUTION_VERSION%-*} main" |…
30 "clang-${LLVM_VERSION}"
31 dpkg-dev
33 glslang-tools
35 libasound2-dev
[all …]
/aosp_15_r20/device/google/cuttlefish_vmm/aarch64-linux-gnu/
Dbuilder-packages.txt3 autoconf 2.69-11
4 automake 1:1.16.1-4
5 autotools-dev 20180224.1
6 base-files 10.3+deb10u13
7 base-passwd 3.5.46
8 bash 5.0-4
9 binfmt-support 2.2.0-2
10 binutils 2.31.1-16
11 binutils-aarch64-linux-gnu 2.31.1-16
12 binutils-common:arm64 2.31.1-16
[all …]
/aosp_15_r20/device/google/cuttlefish_vmm/x86_64-linux-gnu/
Dbuilder-packages.txt3 autoconf 2.69-11
4 automake 1:1.16.1-4
5 autotools-dev 20180224.1
6 base-files 10.3+deb10u13
7 base-passwd 3.5.46
8 bash 5.0-4
9 binfmt-support 2.2.0-2
10 binutils 2.31.1-16
11 binutils-aarch64-linux-gnu 2.31.1-16
12 binutils-common:amd64 2.31.1-16
[all …]
/aosp_15_r20/external/mesa3d/.gitlab-ci/container/
H A Dcross_build.sh4 set -e
5 set -o xtrace
15 "crossbuild-essential-$arch"
18 "libdrm-dev:$arch"
19 "libelf-dev:$arch"
20 "libexpat1-dev:$arch"
21 "libffi-dev:$arch"
22 "libpciaccess-dev:$arch"
24 "libvulkan-dev:$arch"
25 "libx11-dev:$arch"
[all …]
H A Dlava_build.sh5 # shellcheck disable=SC2016 # non-expanded variables are intentional
7 # .gitlab-ci/image-tags.yml tags:
10 set -e
11 set -o xtrace
20 if curl -L --retry 4 -f --retry-delay 60 -s -X HEAD \
22 echo "Remote files are up-to-date, skip rebuilding them."
30 . .gitlab-ci/container/container_pre_build.sh
32 # Install rust, which we'll be using for deqp-runner. It will be cleaned up at the end.
33 . .gitlab-ci/container/build-rust.sh
38 GCC_ARCH="aarch64-linux-gnu"
[all …]
/aosp_15_r20/external/vulkan-validation-layers/
H A D.travis.yml2 # https://travis-ci.org
12 - env: CHECK_COMMIT_FORMAT=ON
13 - env: VULKAN_BUILD_TARGET=GN
16 - os: linux
18 env: VULKAN_BUILD_TARGET=ANDROID ANDROID_TARGET=android-26 ANDROID_ABI=armeabi-v7a
19 # Android 64-bit build.
20 - os: linux
22 env: VULKAN_BUILD_TARGET=ANDROID ANDROID_TARGET=android-26 ANDROID_ABI=arm64-v8a
24 - os: linux
28 - os: linux
[all …]