Home
last modified time | relevance | path

Searched +full:debian +full:- +full:arm64 +full:- +full:release (Results 1 – 25 of 100) sorted by relevance

1234

/external/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml2 .build-common:
3 extends: .container+build-rules
6 # Build jobs don't take more than 1-3 minutes. 5-8 min max on a fresh runner
18 - _build/meson-logs/*.txt
19 - _build/meson-logs/strace
20 - shader-db
21 - artifacts
24 .build-linux:
25 extends: .build-common
32 - !reference [default, before_script]
[all …]
/external/mesa3d/src/freedreno/ci/
Dgitlab-ci-inc.yml2 .freedreno-common-rules:
4 - !reference [.test, rules]
5 - !reference [.no_scheduled_pipelines-rules, rules]
6 - changes: &freedreno_core_file_list
7 - src/freedreno/ci/gitlab-ci.yml
8 - src/freedreno/ci/gitlab-ci-inc.yml
9 - src/freedreno/ci/deqp-$DEQP_SUITE.toml
10 - src/freedreno/ci/$GPU_VERSION-fails.txt
11 - src/freedreno/ci/$GPU_VERSION-flakes.txt
12 - src/freedreno/ci/$GPU_VERSION-skips.txt
[all …]
/external/armnn/
DInstallationViaAptRepository.md4 * [Add the Ubuntu Launchpad PPA to your system](#add-the-ubuntu-launchpad-ppa-to-your-system)
5 * [Outline of available packages](#outline-of-available-packages)
7 + [arm64](#arm64)
9 * [Install desired combination of packages](#install-desired-combination-of-packages)
10 * [Installation of specific ABI versioned packages](#installation-of-specific-abi-versioned-package…
11 * [Uninstall packages](#uninstall-packages)
16 as well as PyArmNN for x86_64, Arm64 and Armhf for Ubuntu 20.04.
17 The packages will also be added to Debian Bullseye, their progress can be tracked here:
18 https://tracker.debian.org/pkg/armnn.
22 * Add the PPA to your sources using a command contained in software-properties-common package:
[all …]
/external/skia/infra/bots/
Dtasks.json3 "BazelBuild-all_tests-debug-linux_x64": {
5 "BazelBuild-all_tests-debug-linux_x64"
8 "BazelBuild-all_tests-release-linux_x64": {
10 "BazelBuild-all_tests-release-linux_x64"
13 "BazelBuild-android_math_test-for_android_arm64_release-linux_x64": {
15 "BazelBuild-android_math_test-for_android_arm64_release-linux_x64"
18 "BazelBuild-core-release-linux_x64": {
20 "BazelBuild-core-release-linux_x64"
23 "BazelBuild-cpu_8888_benchmark_android_test-for_android_arm64_release-linux_x64": {
25 "BazelBuild-cpu_8888_benchmark_android_test-for_android_arm64_release-linux_x64"
[all …]
/external/perfetto/debian/
Drules1 #!/usr/bin/make -f
16 echo "host_cpu=\\\"arm64\\\"";\
17 elif [ "${DEB_BUILD_GNU_CPU}" = "arm64" ]; then \
18 echo "host_cpu=\\\"arm64\\\"";\
25 uname -a
26 gn gen out/release --args="is_debug=false use_custom_libcxx=false\
36 ninja -C out/release perfetto traced traced_probes
37 pandoc docs/reference/perfetto-cli.md -s -t man --shift-heading-level-by=-1 >\
38 debian/perfetto.1
41 rm -rf out/release
/external/libopus/
D.gitlab-ci.yml2 - template: 'Workflows/Branch-Pipelines.gitlab-ci.yml'
4 …ttps://docs.gitlab.com/ee/ci/yaml/workflow.html#switch-between-branch-pipelines-and-merge-request-
7 - if: $CI_PIPELINE_SOURCE == "merge_request_event"
8 - if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_PIPELINE_SOURCE == "push"
10 - if: $CI_COMMIT_BRANCH
11 - if: $CI_COMMIT_TAG
15 - docker
16 image: 'debian:bookworm-slim'
18 # https://docs.gitlab.com/ee/ci/yaml/yaml_optimization.html#reference-tags
21 # Make sure we have a recent annotated tag, otherwise meson/get-version.py
[all …]
/external/libdrm/.gitlab-ci/
Ddebian-install.sh2 set -o errexit
3 set -o xtrace
7 CROSS_ARCHITECTURES=(i386 armhf arm64 ppc64el)
9 dpkg --add-architecture $arch
12 apt-get install -y \
13 ca-certificates
15 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list
16 echo 'deb https://deb.debian.org/debian buster-backports main' >/etc/apt/sources.list.d/backports.l…
18 apt-get update
23 Pin: release a=buster-backports
[all …]
/external/aws-crt-java/
Dbuilder.json2 "name": "aws-crt-java",
7 "mvn -P continuous-integration -B compile"
10 "aws-crt-java-test"
15 "build_dir": "target/cmake-build",
27 "openjdk-8-jdk-headless"
30 "debian": { object
32 "openjdk-8-jdk-headless"
39 "mvn -P continuous-integration -B compile"
42 "aws-crt-java-test"
52 "-DCMAKE_BUILD_TYPE=Release",
[all …]
/external/mesa3d/docs/
Dteflon.rst6 .. list-table:: Supported acceleration hardware
7 :header-rows: 1
9 * - Gallium driver
10 - NPU supported
11 - Hardware tested
12 * - Etnaviv
13 - ``VeriSilicon VIPNano-QI.7120``
14 - ``Amlogic A311D on Libre Computer AML-A311D-CC Alta and Khadas VIM3``
16 .. list-table:: Tested models
17 :header-rows: 1
[all …]
/external/mesa3d/.gitlab-ci/
Dtest-source-dep.yml5 .scheduled_pipeline-rules:
7 - if: &is-scheduled-pipeline '$CI_PIPELINE_SOURCE == "schedule"'
14 - api_failure
15 - runner_system_failure
16 - scheduler_failure
17 - data_integrity_failure
18 - unknown_failure
23 .no_scheduled_pipelines-rules:
25 - if: *is-scheduled-pipeline
29 # traces (both https://gitlab.freedesktop.org/gfx-ci/tracie/traces-db-private
[all …]
/external/ltp/.github/workflows/
Dci.yml1 # Copyright (c) 2021-2023 Petr Vorel <pvorel@suse.cz>
11 runs-on: ubuntu-latest
14 fail-fast: false
18 - container: "debian:stable"
24 - container: "debian:stable"
27 CC: powerpc64le-linux-gnu-gcc
30 VARIANT: cross-compile
32 - container: "debian:stable"
34 ARCH: arm64
35 CC: aarch64-linux-gnu-gcc
[all …]
/external/openscreen/docs/
Dcontinuous_build.md9 |------------------------|--------|------------------------|-----------|---------|-----------------…
10 | linux64_debug | x86-64 | Ubuntu Linux 18.04 | clang | debug | ASAN enabled …
11 | linux_arm64_debug | arm64 | Ubuntu Linux 20.04 [*] | clang | debug | …
12 | linux64_gcc_debug | x86-64 | Ubuntu Linux 18.04 | gcc-7 | debug | …
13 | linux64_tsan | x86-64 | Ubuntu Linux 18.04 | clang | release | TSAN enabled …
14 | linux64_coverage_debug | x86-64 | Ubuntu Linux 18.04 | clang | debug | used for code co…
15 | linux64_cast_e2e | x86-64 | Ubuntu Linux 18.04 | clang | debug | Builds cast standa…
16 | mac_debug | x86-64 | Mac OS X/Xcode | clang | debug | …
17 | chromium_linux64_debug | x86-64 | Ubuntu Linux 18.04 | clang | debug | built with chrom…
18 | chromium_mac_debug | x86-64 | Mac OS X 10.15 | clang | debug | built with chrom…
[all …]
/external/AFLplusplus/docs/
DINSTALL.md7 Docker Hub (for x86_64 and arm64):
11 docker run -ti -v /location/of/your/target:/src aflplusplus/aflplusplus
23 NOTE: depending on your Debian/Ubuntu/Kali/... release, replace `-14` with
27 sudo apt-get update
28 …udo apt-get install -y build-essential python3-dev automake cmake git flex bison libglib2.0-dev li…
30 sudo apt-get install -y lld-14 llvm-14 llvm-14-dev clang-14 || sudo apt-get install -y lld llvm llv…
31 …t-get install -y gcc-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-plugin-dev libstdc++-$…
32 sudo apt-get install -y ninja-build # for QEMU mode
39 It is recommended to install the newest available gcc, clang and llvm-dev
44 assisting tooling compiled but are not interested in binary-only targets, then
[all …]
/external/strace/debian/
Dchangelog1 strace (4.25-1) experimental; urgency=low
5 -- Strace <strace-devel@lists.strace.io> Tue, 30 Oct 2018 08:39:22 +0000
7 strace (4.24-1) unstable; urgency=medium
11 -- Dmitry V. Levin <ldv@altlinux.org> Tue, 14 Aug 2018 00:01:02 +0000
13 strace (4.23-1) unstable; urgency=medium
17 -- Dmitry V. Levin <ldv@altlinux.org> Thu, 14 Jun 2018 11:00:00 +0000
19 strace (4.22-1) unstable; urgency=medium
23 -- Dmitry V. Levin <ldv@altlinux.org> Thu, 05 Apr 2018 04:05:06 +0000
25 strace (4.21-1) unstable; urgency=medium
29 -- Dmitry V. Levin <ldv@altlinux.org> Tue, 13 Feb 2018 23:24:25 +0000
[all …]
Dchangelog.in1 strace (@PACKAGE_VERSION@-1) experimental; urgency=low
5 -- Strace <@PACKAGE_BUGREPORT@> @DEB_CHANGELOGTIME@
7 strace (4.24-1) unstable; urgency=medium
11 -- Dmitry V. Levin <ldv@altlinux.org> Tue, 14 Aug 2018 00:01:02 +0000
13 strace (4.23-1) unstable; urgency=medium
17 -- Dmitry V. Levin <ldv@altlinux.org> Thu, 14 Jun 2018 11:00:00 +0000
19 strace (4.22-1) unstable; urgency=medium
23 -- Dmitry V. Levin <ldv@altlinux.org> Thu, 05 Apr 2018 04:05:06 +0000
25 strace (4.21-1) unstable; urgency=medium
29 -- Dmitry V. Levin <ldv@altlinux.org> Tue, 13 Feb 2018 23:24:25 +0000
[all …]
/external/grpc-grpc/tools/dockerfile/test/csharp_debian11_arm64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
15 FROM arm64v8/debian:11
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
[all …]
/external/grpc-grpc/tools/dockerfile/test/csharp_debian11_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
15 FROM debian:11
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/csharp_debian11_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
15 FROM debian:11
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/csharp_debian11_arm64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
15 FROM arm64v8/debian:11
21 RUN apt-get update && apt-get install -y \
22 build-essential \
25 pkg-config \
26 && apt-get clean
29 RUN apt-get update && apt-get install -y \
32 && apt-get clean
35 RUN apt-get update && apt-get install -y \
37 libc6-dbg \
[all …]
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dpython.md1 # Quickstart for Linux-based devices with Python
38 <pre class="devsite-terminal devsite-click-to-copy">
39 python3 -m pip install tflite-runtime
44 The `tflite-runtime` Python wheels are pre-built and provided for these
47 32-bit)
48 * Linux aarch64 (e.g. Raspberry Pi 3, 4 running Debian ARM64)
53 [build the tflite-runtime package from source](build_cmake_pip.md).
58 Note: We no longer update the Debian package `python3-tflite-runtime`. The
59 latest Debian package is for TF version 2.5, which you can install by following
60 …w/tensorflow/blob/v2.5.0/tensorflow/lite/g3doc/guide/python.md#install-tensorflow-lite-for-python).
[all …]
/external/tensorflow/tensorflow/lite/tools/pip_package/
Dbuild_pip_package_with_bazel.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
19 PYTHON="${CI_BUILD_PYTHON:-python3}"
20 VERSION_SUFFIX=${VERSION_SUFFIX:-}
23 …ION = " "${TENSORFLOW_DIR}/tensorflow/tools/pip_package/setup.py" | cut -d= -f2 | sed "s/[ '-]//g")
25 export PROJECT_NAME=${WHEEL_PROJECT_NAME:-tflite_runtime}
27 TENSORFLOW_TARGET=${TENSORFLOW_TARGET:-$1}
31 export CROSSTOOL_PYTHON_INCLUDE_PATH=$(${PYTHON} -c "from sysconfig import get_paths as gp; print(g…
34 if [ ! -z "${CI_BUILD_HOME}" ] && [ `pwd` = "/workspace" ]; then
35 …# Fix for curl build problem in 32-bit, see https://stackoverflow.com/questions/35181744/size-of-a…
[all …]
Dbuild_pip_package_with_cmake.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
19 PYTHON="${CI_BUILD_PYTHON:-python3}"
20 VERSION_SUFFIX=${VERSION_SUFFIX:-}
23 …ION = " "${TENSORFLOW_DIR}/tensorflow/tools/pip_package/setup.py" | cut -d= -f2 | sed "s/[ '-]//g")
25 export PROJECT_NAME=${WHEEL_PROJECT_NAME:-tflite_runtime}
27 TENSORFLOW_TARGET=${TENSORFLOW_TARGET:-$1}
31 PYTHON_INCLUDE=$(${PYTHON} -c "from sysconfig import get_paths as gp; print(gp()['include'])")
32 PYBIND11_INCLUDE=$(${PYTHON} -c "import pybind11; print (pybind11.get_include())")
33 NUMPY_INCLUDE=$(${PYTHON} -c "import numpy; print (numpy.get_include())")
[all …]
/external/mesa3d/docs/relnotes/
D20.1.3.rst1 Mesa 20.1.3 Release Notes / 2020-07-08
4 Mesa 20.1.3 is a bug fix release which fixes bugs found since the 20.1.2
5 release.
20 ---------------
24 9872b8d46bee822177ffbe4292addff7bdb84cefc1fe776b8e6b2881a8362bf1 mesa-20.1.3.tar.xz
27 ------------
29 - None
32 ---------
34 - vkGetSemaphoreCounterValue doesn't update without vkWaitSemaphores
36 - [v3d] corruption when GS omits some vertices
[all …]
/external/bcc/src/cc/frontends/clang/
Dkbuild_helper.cc8 * http://www.apache.org/licenses/LICENSE-2.0
38 //uname -m | sed -e s/i.86/x86/ -e s/x86_64/x86/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ in get_flags()
39 // -e s/sa110/arm/ -e s/s390x/s390/ -e s/parisc64/parisc/ in get_flags()
40 // -e s/ppc.*/powerpc/ -e s/mips.*/mips/ -e s/sh[234].*/sh/ in get_flags()
41 // -e s/aarch64.*/arm64/ -e s/loongarch.*/loongarch/ in get_flags()
55 } else if (!arch.compare(0, 7, "aarch64") || !arch.compare(0, 5, "arm64")) { in get_flags()
56 arch = "arm64"; in get_flags()
77 cflags->push_back("-nostdinc"); in get_flags()
78 cflags->push_back("-isystem"); in get_flags()
79 cflags->push_back("/virtual/lib/clang/include"); in get_flags()
[all …]
/external/perfetto/docs/contributing/
Dbuild-instructions.md6 A read-only mirror is also available at https://github.com/google/perfetto .
12 has non-NDK depedencies into Android internals. Profilers and internal HAL/AIDL
19 [AOSP->Chromium autoroller](https://autoroll.skia.org/r/perfetto-chromium-autoroll)
33 tools/install-build-deps [--android] [--ui] [--linux-arm]
36 `--android` will pull the Android NDK, emulator and other deps required
39 `--ui` will pull NodeJS and all the NPM modules required to build the
40 Web UI. See the [UI Development](#ui-development) section below for more.
42 `--linux-arm` will pull the sysroots for cross-compiling for Linux ARM/64.
51 as primary build system. See the [Build files](#build-files) section below for
63 target_cpu = "arm" / "arm64" / "x64"
[all …]

1234