Home
last modified time | relevance | path

Searched +full:debian +full:- +full:testing (Results 1 – 25 of 211) sorted by relevance

123456789

/third_party/mesa3d/.gitlab-ci/test/
Dgitlab-ci.yml5 GIT_STRATEGY: none # testing doesn't build anything from source
7 - !reference [default, before_script]
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/
20 - !reference [.common-rules, rules]
21 - !reference [.never-post-merge-rules, rules]
[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/rust/crates/libc/ci/
Dlinux-s390x.sh3 set -ex
5 mkdir -m 777 /qemu
8 curl --retry 5 -LO https://github.com/qemu/qemu/raw/HEAD/pc-bios/s390-ccw.img
9 curl --retry 5 -LO http://ftp.debian.org/debian/dists/testing/main/installer-s390x/20230607/images/…
10 curl --retry 5 -LO http://ftp.debian.org/debian/dists/testing/main/installer-s390x/20230607/images/…
12 mv kernel.debian kernel
13 mv initrd.debian initrd.gz
17 gunzip -c ../initrd.gz | cpio -id
19 cp /usr/s390x-linux-gnu/lib/libgcc_s.so.1 usr/lib/
/third_party/rust/rust/src/doc/rustc/src/platform-support/
Dm68k-unknown-linux-gnu.md1 # m68k-unknown-linux-gnu
14 This target requires a Linux/m68k build environment for cross-compilation which
15 is available on Debian and Debian-based systems, openSUSE and other distributions.
17 On Debian, it should be sufficient to install a g++ cross-compiler for the m68k
22 # apt install g++-m68k-linux-gnu
25 Binaries can be run using QEMU user emulation. On Debian-based systems, it should be
26 sufficient to install the package `qemu-user-static` to be able to run simple static
30 # apt install qemu-user-static
33 To run more complex programs, it will be necessary to set up a Debian/m68k chroot with
37 # apt install debootstrap debian-ports-archive-keyring
[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="
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"
28 - !reference [.download_s3, before_script]
[all …]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ci/
Dgitlab-ci.yml2 - local: 'src/gallium/drivers/llvmpipe/ci/gitlab-ci-inc.yml'
4 llvmpipe-piglit-rusticl:
6 - .llvmpipe-piglit-cl
7 - .llvmpipe-rusticl-rules
9 - debian-testing
10 - debian/x86_64_test-gl
12 DEQP_SUITE: llvmpipe-rusticl
13 GPU_VERSION: llvmpipe-rusticl
15 llvmpipe-traces:
17 - .test-gl
[all …]
/third_party/mesa3d/src/gallium/drivers/i915/ci/
Dgitlab-ci.yml2 - local: 'src/intel/ci/gitlab-ci-inc.yml'
5 .ondracka-g33-test:
7 - .b2c-x86_64-test-gl-manual # use debian-build-testing rather than debian-testing
8 - .i915g-manual-rules
10 - intelgpu:codename:G33
13 GPU_VERSION: i915-g33
14 …C_KERNEL_URL: https://gitlab.freedesktop.org/gfx-ci/boot2container/-/releases/v0.9.12.3/downloads/…
16 i915-g33:
18 - .ondracka-g33-test
19 - .b2c-deqp-test
/third_party/toybox/tests/
Dsed.test3 #testing "name" "command" "result" "infile" "stdin"
5 testing 'as cat' 'sed ""' "one\ntwo\nthree" "" "one\ntwo\nthree"
7 SKIP_HOST=1 testing 'sed - - twice' 'sed "" - -' "hello\n" "" "hello\n"
8 testing '-n' 'sed -n ""' "" "" "one\ntwo\nthree"
9 testing '-n p' 'sed -n p' "one\ntwo\nthree" "" "one\ntwo\nthree"
10 testing 'explicit pattern' 'sed -e p -n' "one\ntwo\nthree" "" \
14 testing '' 'sed -n 1p' "one\n" "" "one\ntwo\nthree"
15 testing '' 'sed 2p' "one\ntwo\ntwo\nthree" "" "one\ntwo\nthree"
16 testing '' 'sed -n 2p' "two\n" "" "one\ntwo\nthree"
17 testing '-n $p' 'sed -n \$p' "three" "" "one\ntwo\nthree"
[all …]
Dlosetup.test3 [ -f testing.sh ] && . testing.sh
5 if [ "$(id -u)" -ne 0 ]; then
11 if [ "$(losetup -a | wc -l)" -ne 0 ]; then
18 # Debian has symlinks like /dev/block/7:0 back to ../loop*.
19 if [ -b /dev/block/sda ]; then
25 #testing "name" "command" "result" "infile" "stdin"
27 truncate -s 1M blah.img &&
28 FILE="$(readlink -f blah.img)"
29 DEV="$(stat --format %d blah.img)"
30 NODE="$(stat --format %i blah.img)"
[all …]
/third_party/mesa3d/src/gallium/drivers/r300/ci/
Dgitlab-ci.yml2 - local: 'src/gallium/drivers/r300/ci/gitlab-ci-inc.yml'
4 .ondracka-generic:
6 - .b2c-x86_64-test-gl-manual # use debian-build-testing rather than debian-testing
7 - .r300-manual-rules
11 …//gitlab.freedesktop.org/ondracka/boot2container/-/wikis/uploads/1733cfc7cc114d08ec785044b24314f3/…
13 .ondracka-rv530:
15 - .ondracka-generic
17 - radeon:codename:RV530
19 .ondracka-rv380:
21 - .ondracka-generic
[all …]
/third_party/selinux/
DREADME.md7 [![OSS-Fuzz Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/selinux.svg)](https:/…
19 ------------
23 * Alpine Linux (https://pkgs.alpinelinux.org/package/edge/testing/x86/policycoreutils)
26 * Debian and Ubuntu (https://packages.debian.org/sid/policycoreutils)
27 * Gentoo (https://packages.gentoo.org/packages/sys-apps/policycoreutils)
29 * Yocto Project (http://git.yoctoproject.org/cgit/cgit.cgi/meta-selinux/tree/recipes-security/selin…
33 Building and testing
34 --------------------
41 audit-libs-devel \
43 bzip2-devel \
[all …]
/third_party/libbpf/ci/managers/
Ddebian.sh3 PHASES=(${@:-SETUP RUN RUN_ASAN CLEANUP})
4 DEBIAN_RELEASE="${DEBIAN_RELEASE:-testing}"
5 CONT_NAME="${CONT_NAME:-libbpf-debian-$DEBIAN_RELEASE}"
6 ENV_VARS="${ENV_VARS:-}"
7 DOCKER_RUN="${DOCKER_RUN:-docker run}"
8 REPO_ROOT="${REPO_ROOT:-$PWD}"
14 echo -e "\033[33;1m$1\033[0m"
18 echo -e "\033[31;1m$1\033[0m"
25 set -eu
33 info "Using Debian $DEBIAN_RELEASE"
[all …]
/third_party/rust/crates/is-terminal/
DREADME.md2 <h1><code>is-terminal</code></h1>
9 …="https://github.com/sunfishcode/is-terminal/actions?query=workflow%3ACI"><img src="https://github…
10 …<a href="https://crates.io/crates/is-terminal"><img src="https://img.shields.io/crates/v/is-termin…
11 …<a href="https://docs.rs/is-terminal"><img src="https://docs.rs/is-terminal/badge.svg" alt="docs.r…
15 is-terminal is a simple utility that answers one question:
23 On Unix-family platforms, this is effectively the same as the [`isatty`]
24 function for testing whether a given stream is a terminal, though it accepts
25 high-level stream types instead of raw file descriptors.
31 [PR \#54] port to windows-sys applied. The only additional difference is that
53 ## Testing section
[all …]
/third_party/mesa3d/src/gallium/drivers/softpipe/ci/
Dgitlab-ci.yml2 - local: 'src/gallium/drivers/softpipe/ci/gitlab-ci-inc.yml'
7 XVFB_SCRIPT: "install/deqp-runner.sh"
9 extends: .softpipe-deqp-test
11 . "$SCRIPTS_DIR"/setup-test-env.sh
14 …xvfb-run -e results/xvfb.log --server-args='-noreset' bash -c ". $SCRIPTS_DIR/setup-test-env.sh &&…
16 softpipe-asan-gles31:
18 DEQP_SUITE: softpipe-asan
19 GPU_VERSION: softpipe-asan
22 extends: .softpipe-deqp-test
24 - debian/x86_64_test-gl
[all …]
/third_party/mesa3d/src/gallium/frontends/lavapipe/ci/
Dgitlab-ci.yml2 - local: 'src/gallium/frontends/lavapipe/ci/gitlab-ci-inc.yml'
10 stage: software-renderer
12 - .deqp-test
13 - .lavapipe-test
15 lavapipe-full:
17 - lavapipe
18 - .lavapipe-manual-rules
23 lavapipe-vk-asan:
25 - .deqp-test
26 - .lavapipe-test
[all …]
/third_party/openssl/
DNOTES-PERL.md4 - [General Notes](#general-notes)
5 - [Perl on Windows](#perl-on-windows)
6 - [Perl on VMS](#perl-on-vms)
7 - [Perl on NonStop](#perl-on-nonstop)
8 - [Required Perl modules](#required-perl-modules)
9 - [Notes on installing a Perl module](#notes-on-installing-a-perl-module])
12 -------------
23 - on Linux distributions based on Debian, the package `perl` will
25 - on Linux distributions based on RPMs, you will need to install
26 `perl-core` rather than just `perl`.
[all …]
/third_party/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``
15 * - Etnaviv
16 - ``VeriSilicon VIPNano-SI+.8002``
[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 …]
/third_party/mesa3d/docs/ci/
Dindex.rst5 ---------
8 We use it to test merge requests (MRs) before merging them (pre-merge testing),
9 as well as post-merge testing, for everything that hits ``main``
14 The CI runs a number of tests, from trivial build-testing to complex GPU rendering:
16 - Build testing for a number of configurations and platforms
17 - Sanity checks (``meson test``)
18 - Most drivers are also tested using several test suites, such as the
19 `Vulkan/GL/GLES conformance test suite <https://github.com/KhronosGroup/VK-GL-CTS>`__,
21 - Replay of application traces
27 tool <#running-specific-ci-jobs>`__.
[all …]
/third_party/libcoap/build-env/
DDockerfile.build-env1 FROM debian:testing-slim
3 RUN apt-get update && apt-get install -y autoconf automake gcc clang \
4 libtool libtool-bin make pkg-config libcunit1-dev libssl-dev \
5 libgnutls28-dev libmbedtls-dev exuberant-ctags git valgrind \
6 graphviz doxygen libxml2-utils xsltproc docbook-xml docbook-xsl asciidoc
7 RUN apt-get clean
/third_party/ltp/testcases/kernel/security/integrity/ima/
DREADME.md1 # IMA + EVM testing
28 `ima-buf` template should be specified in the IMA policy rule for
31 measure func=KEY_CHECK keyrings=key_import_test template=ima-buf
34 Executing on kernel v5.11 or later, `template=ima-buf` is optional in the IMA
91 * Select package `dracut-ima` (required for early boot EVM support) for installation
92 (Debian based distros already contain IMA + EVM support in `dracut` package)
96 # user_key=$(keyctl add user kmk-user "`dd if=/dev/urandom bs=1 count=32 2>/dev/null`" @u)
97 # keyctl pipe "$user_key" > /etc/keys/kmk-user.blob
98 # evm_key=$(keyctl add encrypted evm-key "new user:kmk-user 64" @u)
102 MASTERKEY="/etc/keys/kmk-user.blob"
[all …]
/third_party/mesa3d/docs/relnotes/
D24.1.3.rst1 Mesa 24.1.3 Release Notes / 2024-07-03
18 ---------------
22 63236426b25a745ba6aa2d6daf8cd769d5ea01887b0745ab7124d2ef33a9020d mesa-24.1.3.tar.xz
26 ------------
28 - None
32 ---------
34 - Incorrect colours on desktop and apps
35 - nir: Incorrect nir_opt_algebraic semantics for signed integer constants causing end-to-end miscom…
36 - src/gallium/frontends/clover/meson.build:93:40: ERROR: Unknown variable "idep_mesaclc".
37 - [radv] GPU hang in Starfield on RX 5700 XT
[all …]
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/lz4/build/meson/
DREADME.md5 It aims to do this by providing simple, out-of-the-box support for
16 meson setup --buildtype=release -Ddefault_library=shared -Dprograms=true builddir
34 See [man meson(1)](https://manpages.debian.org/testing/meson/meson.1.en.html).
/third_party/grpc/tools/dockerfile/
Dpush_testing_images.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 # Builds selected testing docker images and pushes them to artifact registry.
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!"' || \
49 # qemu binfmt-misc hook that automatically runs arm64 binaries under
51 # Perform a check that "qemu-user-static" with binfmt-misc hook
53 …docker run --rm -it arm64v8/debian:11 bash -c 'echo "able to run arm64 docker images with an emula…
[all …]

123456789