Home
last modified time | relevance | path

Searched +full:debian +full:- +full:arm64 +full:- +full:build +full:- +full:test (Results 1 – 25 of 71) sorted by relevance

123

/third_party/mesa3d/.gitlab-ci/test/
Dgitlab-ci.yml1 .test:
5 GIT_STRATEGY: none # testing doesn't build anything from source
7 - !reference [default, before_script]
8 # Note: Build dir (and thus install) may be dirty due to GIT_STRATEGY
9 - rm -rf install
10 - tar -xf artifacts/install.tar
11 - section_start ldd_section "Checking ldd on driver build"
12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \;
13 - section_end ldd_section
18 - results/
[all …]
/third_party/mesa3d/.gitlab-ci/lava/
Dlava-gitlab-ci.yml2 …REGISTRY_IMAGE}/alpine/x86_64_lava_ssh_client:${ALPINE_X86_64_LAVA_SSH_TAG}--${MESA_TEMPLATES_COMM…
5 .lava-test:
9 GIT_STRATEGY: none # testing doesn't build anything from source
10 FDO_CI_CONCURRENT: 6 # should be replaced by per-machine definitions
12 LAVA_HTTP_CACHE_URI: "http://caching-proxy/cache/?uri="
13 # base system generated by the container build job, shared between many pipelines
17 # per-job build artifacts
18 JOB_ROOTFS_OVERLAY_PATH: "${JOB_ARTIFACTS_BASE}/job-rootfs-overlay.tar.gz"
20 LAVA_S3_ARTIFACT_NAME: "mesa-${ARCH}-default-debugoptimized"
21 S3_ARTIFACT_NAME: "mesa-python-ci-artifacts"
[all …]
/third_party/mesa3d/.gitlab-ci/container/
Dgitlab-ci.yml3 .incorporate-templates-commit:
5 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_TEMPLATES_COMMIT}"
7 .incorporate-base-tag+templates-commit:
9 …FDO_BASE_IMAGE: "${CI_REGISTRY_IMAGE}/${MESA_BASE_IMAGE}:${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT…
10 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT}"
12 .set-image:
14 - .incorporate-templates-commit
19 .set-image-base-tag:
21 - .set-image
22 - .incorporate-base-tag+templates-commit
[all …]
Dlava_build.sh5 # shellcheck disable=SC2016 # non-expanded variables are intentional
7 # .gitlab-ci/image-tags.yml tags:
10 # you can update the FLUSTER_VECTORS_VERSION tag in .gitlab-ci/image-tags.yml.
14 set -e
16 . .gitlab-ci/setup-test-env.sh
18 set -o xtrace
28 if curl -L --retry 4 -f --retry-delay 60 -s -X HEAD \
30 echo "Remote files are up-to-date, skip rebuilding them."
38 if curl -L --retry 4 -f --retry-delay 60 -s -X HEAD \
40 echo "Fluster vectors are up-to-date, skip downloading them."
[all …]
/third_party/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml2 .build-common:
3 extends: .container+build-rules
7 # Build jobs don't take more than 1-3 minutes. 5-8 min max on a fresh runner
22 - _build/meson-logs/*.txt
23 - _build/meson-logs/strace
24 - _build/.ninja_log
25 - artifacts
28 .build-linux:
29 extends: .build-common
36 - !reference [default, before_script]
[all …]
/third_party/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 …]
/third_party/skia/m133/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 …]
/third_party/skia/infra/bots/
Dtasks.json3 "Build-Debian10-Clang-arm-Debug-Android": {
5 "Build-Debian10-Clang-arm-Debug-Android"
8 "Build-Debian10-Clang-arm-Debug-Android_Vulkan": {
10 "Build-Debian10-Clang-arm-Debug-Android_Vulkan"
13 "Build-Debian10-Clang-arm-Debug-Chromebook_GLES": {
15 "Build-Debian10-Clang-arm-Debug-Chromebook_GLES"
18 "Build-Debian10-Clang-arm-Release-Android": {
20 "Build-Debian10-Clang-arm-Release-Android"
23 "Build-Debian10-Clang-arm-Release-Android_API26": {
25 "Build-Debian10-Clang-arm-Release-Android_API26"
[all …]
/third_party/rust/crates/bindgen/.github/workflows/
Dbindgen.yml6 - main
9 - main
12 - main
15 rustfmt-clippy:
16 runs-on: ubuntu-latest
19 - uses: actions/checkout@v4
21 - name: Install stable
22 uses: dtolnay/rust-toolchain@master
24 # TODO: Should ideally be stable, but we use some nightly-only
29 - name: Run rustfmt
[all …]
/third_party/mesa3d/.gitlab-ci/
Dtest-source-dep.yml5 .scheduled_pipeline-rules:
7 - if: &is-scheduled-pipeline '$CI_PIPELINE_SOURCE == "schedule"'
12 # disables that, but keeps the auto-retry for infrastructure failures.
13 .no-auto-retry:
19 - api_failure
20 - runner_system_failure
21 - scheduler_failure
22 - data_integrity_failure
23 - unknown_failure
28 .no_scheduled_pipelines-rules:
[all …]
/third_party/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 …]
/third_party/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 …]
/third_party/grpc/tools/dockerfile/
Dpush_testing_images.sh8 # http://www.apache.org/licenses/LICENSE-2.0
21 set -ex
25 cd -
29 # CHECK_MODE: if set, the script will check that all the .current_version files are up-to-date (us…
35 # $ gcloud auth configure-docker us-docker.pkg.dev
44 docker run --rm -it debian:11 bash -c 'echo "sudoless docker run works!"' || \
47 # Some of the images we build are for arm64 architecture and the easiest
48 # way of allowing them to build locally on x64 machine is to use
49 # qemu binfmt-misc hook that automatically runs arm64 binaries under
51 # Perform a check that "qemu-user-static" with binfmt-misc hook
[all …]
/third_party/grpc/tools/dockerfile/test/bazel_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 …]
/third_party/libbpf/
DREADME.md2 …<source media="(prefers-color-scheme: dark)" srcset="assets/libbpf-logo-sideways-darkbg.png" width…
3 <img src="assets/libbpf-logo-sideways.png" width="40%">
7 …b.com/libbpf/libbpf/actions/workflows/test.yml/badge.svg)](https://github.com/libbpf/libbpf/action…
10 [![OSS-Fuzz Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/libbpf.svg)](https://…
19 Libbpf *authoritative source code* is developed as part of [bpf-next Linux source
20 tree](https://kernel.googlesource.com/pub/scm/linux/kernel/git/bpf/bpf-next) under
22 libbpf changes should be sent to [BPF mailing list](http://vger.kernel.org/vger-lists.html#bpf),
23 please don't open PRs here unless you are changing Github-specific parts of libbpf
24 (e.g., Github-specific Makefile).
32 Please check out [libbpf-bootstrap](https://github.com/libbpf/libbpf-bootstrap)
[all …]
/third_party/grpc/src/cpp/
DREADME.md10 Therefore, gRPC supports several major build systems, which should satisfy most users.
15 …oundational C++ Support Policy](https://opensource.google/documentation/policies/cplusplus-support)
17 We test our code on these platform and have automated continuous integration tests for
32 |------------------|---------------|----------|---------------|
33 | Linux - Debian, Ubuntu, CentOS | x86, x64 | clang 7+, GCC 7.3+ | Officially Supported |
35 | MacOS | x64, ARM64 | XCode 12+ | Officially Supported |
36 | Linux - Others | x86, x64 | clang 7+, GCC 7.3+ | Best Effort |
37 | Linux | ARM64 | | Best Effort |
51 Bazel is the primary build system used by the core gRPC development team. Bazel
56 2. Use the [http_archive](https://docs.bazel.build/versions/master/repo/http.html#http_archive) baz…
[all …]
/third_party/skia/m133/bazel/device_specific_configs/
Ddevice_specific_configs.go3 // Use of this source code is governed by a BSD-style license that can be
13 // Config represents a Bazel config that communicates information about the device under test.
17 // Configurations of this kind should not be used to set build time settings, such as the target
19 // For that kind of information, please pass a second --config flag using one of the configurations
22 // Name of the config (the <foo> that gets passed to Bazel via --config=<foo>).
25 // Any device-specific key/value pairs to include in Gold and Perf traces produced by GM and
31 // When a GM or benchmark test case is executed, the corresponding test runner will set the
33 // if the test case is CPU-bound, in which case it will also set the "cpu_or_gpu" key to "CPU".
42 // scheduled to run on a machine that corresponds with the device under test indicated by the
51 // Should never happen. We have a unit test that ensures all configs have this key.
[all …]
/third_party/mesa3d/docs/relnotes/
D20.1.3.rst1 Mesa 20.1.3 Release Notes / 2020-07-08
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
37 - [RADV] Non-precise occlusion queries return non-zero when all
39 - [DXVK] Project Cars rendering problems
[all …]
/third_party/mesa3d/docs/ci/
Dkernel.rst7 side-effects since many devices from different platforms are involved in the
11 -----------------
14 https://gitlab.freedesktop.org/gfx-ci/linux
21 please refer to ``.gitlab-ci/image-tags.yml`` ``KERNEL_TAG`` variable.
22 Every tag has a standard naming: ``vX.YZ-for-mesa-ci-<commit_short_SHA>``, which
25 :code:`git tag vX.YZ-for-mesa-ci-$(git rev-parse --short HEAD)`
28 ---------------
30 The kernel files are loaded from the artifacts uploaded to S3 from gfx-ci/linux.
35 When a Kernel uprev happens, it is worth compiling and cross-compiling the
43 +------------+------------------------------------------------------+------------------------------…
[all …]
/third_party/mesa3d/src/gallium/drivers/zink/ci/
Dgitlab-ci-inc.yml1 .zink-common-rules:
3 - !reference [.test, rules]
4 - !reference [.gl-rules, rules]
5 - changes: &zink_files_list
6 - src/gallium/drivers/zink/*
7 - src/gallium/drivers/zink/nir_to_spirv/*
8 - src/gallium/drivers/zink/ci/gitlab-ci.yml
9 - src/gallium/drivers/zink/ci/gitlab-ci-inc.yml
10 - src/gallium/drivers/zink/ci/deqp-$DEQP_SUITE.toml
11 - src/gallium/drivers/zink/ci/$GPU_VERSION-fails.txt
[all …]
/third_party/skia/m133/infra/bots/gen_tasks_logic/
Dgen_tasks_logic.go2 // Use of this source code is governed by a BSD-style license that can be
36 CAS_LOTTIE_CI = "lottie-ci"
37 CAS_LOTTIE_WEB = "lottie-web"
41 CAS_RUN_RECIPE = "run-recipe"
43 CAS_RECREATE_SKPS = "recreate-skps"
44 CAS_SKOTTIE_WASM = "skottie-wasm"
45 CAS_TASK_DRIVERS = "task-drivers"
46 CAS_TEST = "test"
47 CAS_WASM_GM = "wasm-gm"
48 CAS_WHOLE_REPO = "whole-repo"
[all …]
/third_party/libwebsockets/test-apps/android/app/src/main/jni/
DNativeLibs.mk15 # The test apps are intended to be adapted for use in your code, which
22 # it will be called automaticaly when you build the project with Gradle.
28 # zlib-1.2.8.tar.gz
29 # openssl-1.0.2g.tar.gz
39 # At least on Debian, building openssl requires package xutils-dev
41 # installed, but xutils-dev is not that obvious in this case...
50 -include Application.mk
56 NDK_ROOT := /opt/Android/SDK/ndk-bundle
68 NDK_APP_ABI = armeabi armeabi-v7a arm64-v8a mips mips64 x86 x86_64
78 APP_PLATFORM = android-21
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/
DBUILDING.md1 Building libjpeg-turbo
5 Build Requirements
6 ------------------
11 - [CMake](http://www.cmake.org) v2.8.12 or later
13 - [NASM](http://www.nasm.us) or [YASM](http://yasm.tortall.net)
14 (if building x86 or x86-64 SIMD extensions)
19 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in
21 libjpeg-turbo, then NASM 2.14 or later or YASM must be used when
22 building libjpeg-turbo.
30 build and install NASM from a source RPM by downloading one of the SRPMs from
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/
DCREDITS.TXT7 beautification by scripts. The fields are: name (N), email (E), web-address
8 (W), PGP key ID and fingerprint (P), description (D), snail-mail address
31 D: Target-independent code generator and analysis improvements
35 D: ET-Forest implementation.
54 D: The `mem2reg' pass - promotes values stored in memory to registers
58 D: Loop unrolling with run-time trip counts.
78 D: Target-independent code generator improvements
89 E: jeffc@jolt-lang.org
90 W: http://jolt-lang.org
111 D: AArch64 machine description for Cortex-A53
[all …]
/third_party/python/Lib/test/
Dtest_platform.py10 from test import support
11 from test.support import os_helper
22 LOGO=fedora-logo-icon
25 DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f32/system-administrators-guide/"
39 ID_LIKE=debian
45 PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
51 # test data
66 IN-VALID=value
85 cmd = "-c", "import platform; print(platform.architecture())"
122 # Old test.
[all …]

123