/aosp_15_r20/external/intel-media-driver/.github/workflows/ |
H A D | ubuntu.yml | 6 _CFLAGS: -O2 -Wformat -Wformat-security -Wall -Werror -D_FORTIFY_SOURCE=2 -fstack-protector-strong 8 permissions: read-all 12 runs-on: ubuntu-20.04 14 CC: /usr/bin/clang-14 15 CXX: /usr/bin/clang++-14 16 ASM: /usr/bin/clang-14 18 - name: checkout media-driver 22 - name: checkout libva 27 - name: checkout gmmlib 32 - name: install toolchain [all …]
|
/aosp_15_r20/device/google/cuttlefish_vmm/aarch64-linux-gnu/ |
D | builder-packages.txt | 3 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/ |
D | builder-packages.txt | 3 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/debian/ |
H A D | test-base.sh | 5 # .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 …]
|
H A D | arm64_build.sh | 4 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 D | x86_64_build-base.sh | 5 # .gitlab-ci/image-tags.yml tags: 8 set -e 9 set -o xtrace 14 apt-get install -y ca-certificates 15 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list.d/* 16 …b.freedesktop.org/gfx-ci/ci-deb-repo/-/raw/${PKG_REPO_REV}/ ${FDO_DISTRIBUTION_VERSION%-*} main" |… 24 apt-utils 28 "clang-${LLVM_VERSION}" 29 "clang-format-${LLVM_VERSION}" 30 dpkg-cross [all …]
|
H A D | test-gl.sh | 4 set -e 5 set -o xtrace 10 apt-get install -y libelogind0 # this interfere with systemd deps, install separately 16 "clang-${LLVM_VERSION}" 18 dpkg-dev 20 glslang-tools 21 libasound2-dev 22 libcap-dev 23 "libclang-cpp${LLVM_VERSION}-dev" 24 libdrm-dev [all …]
|
/aosp_15_r20/device/google/cuttlefish_vmm/ |
D | rebuild-internal.sh | 18 ARCH="$(uname -m)" 19 : ${OUTPUT_DIR:="$(pwd)/${ARCH}-linux-gnu"} 28 set -e 29 set -x 39 rm -rf .cargo 41 retry curl -L \ 42 --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o rustup-init 43 chmod +x rustup-init 44 ./rustup-init -y --no-modify-path --default-toolchain ${RUST_TOOLCHAIN_VER} 46 if [[ -n "$1" ]]; then [all …]
|
/aosp_15_r20/external/virglrenderer/perf-testing/Docker/ |
H A D | Dockerfile | 2 # Use of this source code is governed by a BSD-style license that can be 7 docker run --privileged -v /dev/log:/dev/log -v <path to crosvm>:/platform/crosvm:ro <crosvm base i… 13 RUN apt-get update && \ 14 apt-get install -y --no-install-recommends ca-certificates gnupg wget && \ 15 echo 'deb-src https://deb.debian.org/debian bullseye main' >> /etc/apt/sources.list && \ 17 apt-get update && \ 18 apt-get build-dep -y mesa && \ 19 apt-get install -y --no-install-recommends ca-certificates \ 20 python3-setuptools \ 21 llvm-dev \ [all …]
|
/aosp_15_r20/external/mesa3d/.gitlab-ci/container/ |
H A D | lava_build.sh | 5 # 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 …]
|
H A D | cross_build.sh | 4 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 …]
|
/aosp_15_r20/external/virglrenderer/ci/ |
H A D | build-container.sh | 3 set -e 4 set -o xtrace 9 export LD_LIBRARY_PATH=/usr/local/lib64:/usr/local/lib:/usr/local/lib/x86_64-linux-gnu 10 …fig:/usr/local/lib64/pkgconfig:/usr/local/share/pkgconfig:/usr/local/lib/x86_64-linux-gnu/pkgconfig 11 export LDFLAGS="-L/usr/local/lib64 -L/usr/local/lib/ -L/usr/local/lib/x86_64-linux-gnu" 14 export CFLAGS="-g3" 15 export CXXFLAGS="-g3" 16 export GIT_DATE="2020-02-02" 19 echo 'path-exclude=/usr/share/doc/*' > /etc/dpkg/dpkg.cfg.d/99-exclude-cruft 20 echo 'path-exclude=/usr/share/man/*' >> /etc/dpkg/dpkg.cfg.d/99-exclude-cruft [all …]
|
/aosp_15_r20/external/angle/build/ |
H A D | install-build-deps.py | 4 # Use of this source code is governed by a BSD-style license that can be 23 output = subprocess.check_output(["apt-cache", "dumpavail"]).decode() 31 def package_exists(package_name: str) -> bool: 38 parser.add_argument("--syms", 42 "--no-syms", 48 "--lib32", 50 help="Enable installation of 32-bit libraries, e.g. for V8 snapshot", 53 "--android", 59 "--no-android", 65 parser.add_argument("--arm", [all …]
|
/aosp_15_r20/external/cronet/build/ |
H A D | install-build-deps.py | 4 # Use of this source code is governed by a BSD-style license that can be 23 output = subprocess.check_output(["apt-cache", "dumpavail"]).decode() 31 def package_exists(package_name: str) -> bool: 38 parser.add_argument("--syms", 42 "--no-syms", 48 "--lib32", 50 help="Enable installation of 32-bit libraries, e.g. for V8 snapshot", 53 "--android", 58 "--no-android", 63 parser.add_argument("--arm", [all …]
|
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/ |
H A D | .travis.yml | 8 - master 11 - clang 12 - gcc 15 - sudo apt-get install 16 - eval "${MATRIX_EVAL}" 19 - sudo apt-get -qq update 20 …- sudo apt-get install -y libassimp-dev libglm-dev graphviz libxcb-dri3-0 libxcb-present0 libpciac… 21 - export VK_VERSION=1.2.189.0 22 …- wget -O vulkansdk-linux-x86_64-$VK_VERSION.tar.gz https://sdk.lunarg.com/sdk/download/$VK_VERSIO… 23 - tar zxf vulkansdk-linux-x86_64-$VK_VERSION.tar.gz [all …]
|
/aosp_15_r20/external/crosvm/tools/ |
H A D | install-aarch64-deps | 3 # Use of this source code is governed by a BSD-style license that can be 5 set -ex 7 sudo apt-get install --yes --no-install-recommends \ 8 gcc-aarch64-linux-gnu \ 9 ipxe-qemu \ 10 libavcodec-dev:arm64 \ 11 libavutil-dev:arm64 \ 12 libc-dev:arm64 \ 13 libcap-dev:arm64 \ 14 libdbus-1-dev:arm64 \ [all …]
|
H A D | install-armhf-deps | 3 # Use of this source code is governed by a BSD-style license that can be 5 set -ex 7 sudo apt-get install --yes --no-install-recommends \ 8 gcc-arm-linux-gnueabihf \ 9 libc-dev:armhf \ 10 libcap-dev:armhf \ 11 libdbus-1-dev:armhf \ 12 libdrm-dev:armhf \ 13 libepoxy-dev:armhf \ 14 libssl-dev:armhf \ [all …]
|
H A D | install-deps | 3 # Use of this source code is governed by a BSD-style license that can be 5 set -ex 7 sudo apt-get install --yes --no-install-recommends \ 9 ca-certificates \ 11 cloud-image-utils \ 13 dpkg-dev \ 19 libavcodec-dev \ 20 libavutil-dev \ 21 libcap-dev \ 22 libclang-dev \ [all …]
|
H A D | install-riscv64-deps | 3 # Use of this source code is governed by a BSD-style license that can be 5 set -ex 8 # from the debian-ports repository. 9 sudo apt-get install --yes --no-install-recommends \ 10 binutils-riscv64-linux-gnu \ 11 g++-riscv64-linux-gnu \ 12 libcap-dev:riscv64 \ 13 libwayland-dev:riscv64 \ 14 qemu-user-static 17 rustup target add riscv64gc-unknown-linux-gnu
|
/aosp_15_r20/external/libkmsxx/ |
H A D | .travis.yml | 8 - master 9 - travis 17 - libdrm-dev 18 - libegl1-mesa-dev 19 - libgles2-mesa-dev 20 - libwayland-dev 21 - libx11-xcb-dev 22 - libx11-dev 23 - libgbm-dev 24 - libevdev-dev [all …]
|
/aosp_15_r20/external/libva/.github/workflows/ |
H A D | ubuntu.yml | 9 CFLAGS: -Wall -Werror 15 compiler: [clang-15, gcc] 16 os: [ubuntu-22.04, ubuntu-20.04] 18 runs-on: ${{ matrix.os }} 23 - name: 'Checkout' 25 - name: 'Install toolchain' 26 if: ${{ (matrix.compiler == 'clang-15') }} 27 run: .github/workflows/install-clang.sh 15 28 - name: 'Install prerequisites' 30 sudo apt-get update [all …]
|
/aosp_15_r20/external/crosvm/ |
H A D | android-merge-2-cargo-embargo.sh | 5 set -e -u 7 function usage() { echo "$0 [-r]" && exit 1; } 13 REUSE="--reuse-cargo-out --cargo-out-dir $CROSVM_DIR" 22 if ! [ -x "$(command -v bpfmt)" ]; then 29 libdrm-dev 30 libcap-dev 31 libepoxy-dev 32 libwayland-dev 34 pkg-config 35 protobuf-compiler [all …]
|
/aosp_15_r20/device/google/cuttlefish/tools/ |
D | create_base_image_gce.sh | 9 # http://www.apache.org/licenses/LICENSE-2.0 17 set -x 18 set -o errexit 19 shopt -s extglob 30 sudo apt-get update 32 sudo apt install -y debconf-utils 35 … pbuilder/mirrorsite string https://deb.debian.org/debian" | sudo debconf-set-selections 38 sudo apt install -y debhelper ubuntu-dev-tools equivs "${extra_packages[@]}" 43 sudo apt install apt-transport-https curl gnupg -y 44 curl -fsSL https://bazel.build/bazel-release.pub.gpg | gpg --dearmor >bazel-archive-keyring.gpg [all …]
|
/aosp_15_r20/external/mesa3d/docs/ |
H A D | meson.rst | 5 --------------- 16 <https://mesonbuild.com/Getting-meson.html>`__ to install the 22 Unix-like OSes 28 .. code-block:: sh 30 sudo apt-get install meson # Ubuntu 34 .. code-block:: sh 41 You'll also need `Ninja <https://ninja-build.org/>`__. If it's not 42 already installed, use apt-get or dnf to install the *ninja-build* 51 All these dependencies are for latest linux distros and is tested on ubuntu-24 only for now. 55 … the full content of the packages, so make sure to also install ``-dev``/``-devel``/``-headers``/e… [all …]
|
/aosp_15_r20/external/vulkan-validation-layers/ |
H A D | .travis.yml | 2 # 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 …]
|