Searched +full:debian +full:- +full:testing (Results 1 – 25 of 168) sorted by relevance
1234567
| /third_party/mesa3d/.gitlab-ci/test/ |
| D | gitlab-ci.yml | 5 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 …- echo -e "\e[0Ksection_start:$(date +%s):ldd_section[collapsed=true]\r\e[0KChecking ldd on driver… 12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \; 13 - echo -e "\e[0Ksection_end:$(date +%s):ldd_section\r\e[0K" 18 - results/ 20 .test-gl: 22 - .test [all …]
|
| /third_party/rust/crates/libc/ci/ |
| D | linux-s390x.sh | 3 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/mesa3d/.gitlab-ci/lava/ |
| D | lava-gitlab-ci.yml | 1 .lava-test: 5 GIT_STRATEGY: none # testing doesn't build anything from source 6 FDO_CI_CONCURRENT: 6 # should be replaced by per-machine definitions 9 FDO_HTTP_CACHE_URI: "http://caching-proxy/cache/?uri=" 11 BASE_SYSTEM_HOST_PREFIX: "${MINIO_HOST}/mesa-lava" 14 # per-job build artifacts 15 BUILD_PATH: "${PIPELINE_ARTIFACTS_BASE}/${CI_PROJECT_NAME}-${ARCH}.tar.gz" 16 JOB_ROOTFS_OVERLAY_PATH: "${JOB_ARTIFACTS_BASE}/job-rootfs-overlay.tar.gz" 22 - ./artifacts/lava/lava-submit.sh 27 - results/ [all …]
|
| /third_party/mesa3d/.gitlab-ci/build/ |
| D | gitlab-ci.yml | 2 .build-common: 3 extends: .build-rules 10 - _build/meson-logs/*.txt 11 - _build/meson-logs/strace 12 - shader-db 15 .build-linux: 16 extends: .build-common 23 - !reference [default, before_script] 24 - export PATH="/usr/lib/ccache:$PATH" 25 - export CCACHE_BASEDIR="$PWD" [all …]
|
| /third_party/toybox/tests/ |
| D | sed.test | 3 #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 …]
|
| D | losetup.test | 3 [ -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/selinux/ |
| D | README.md | 7 [](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/ |
| D | debian.sh | 3 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/ |
| D | README.md | 2 <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/frontends/lavapipe/ci/ |
| D | gitlab-ci.yml | 1 .lavapipe-test: 2 stage: software-renderer 4 - .test-vk 5 - .lavapipe-rules 6 - .deqp-test-vk 15 - mesa-swrast 19 stage: software-renderer 21 - .lavapipe-test 23 lavapipe-vk-asan: 25 - .lavapipe-test [all …]
|
| /third_party/mesa3d/src/gallium/drivers/softpipe/ci/ |
| D | gitlab-ci.yml | 1 .softpipe-test: 5 FLAKES_CHANNEL: "#mesa-swrast-ci" 8 .softpipe-deqp-test: 10 - .test-gl 11 - .deqp-test 12 - .softpipe-test 14 - .softpipe-rules 20 - mesa-swrast 23 extends: .softpipe-deqp-test 25 - LD_LIBRARY_PATH=`pwd`/install/lib xvfb-run --server-args='-noreset' install/deqp-runner.sh [all …]
|
| /third_party/mesa3d/.gitlab-ci/container/ |
| D | gitlab-ci.yml | 3 .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/openssl/ |
| D | NOTES-PERL.md | 4 - [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/src/gallium/drivers/llvmpipe/ci/ |
| D | gitlab-ci.yml | 1 .llvmpipe-test: 3 - .llvmpipe-rules 7 FLAKES_CHANNEL: "#mesa-swrast-ci" 10 llvmpipe-piglit-cl: 12 - .test-cl 13 - .piglit-test 14 - .llvmpipe-test 15 - .llvmpipe-cl-rules 20 PIGLIT_RESULTS: "llvmpipe-cl" 22 -x bswap -x phatk -x clz-optimizations [all …]
|
| /third_party/mesa3d/.gitlab-ci/bin/ |
| D | ci_run_n_monitor.py | 2 # Copyright © 2020 - 2022 Collabora Ltd. 8 # SPDX-License-Identifier: MIT 48 "debian/x86_build-base", 49 "debian/x86_build", 50 "debian/x86_test-base", 51 "debian/x86_test-gl", 52 "debian/arm_build", 53 "debian/arm_test", 57 "debian-testing", 58 "debian-arm64", [all …]
|
| /third_party/mesa3d/docs/ci/ |
| D | index.rst | 5 --------- 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 build systems, configurations and platforms 17 - Sanity checks (``meson test``) 18 - Some drivers (softpipe, llvmpipe, freedreno and panfrost) are also tested 19 using `VK-GL-CTS <https://github.com/KhronosGroup/VK-GL-CTS>`__ 20 - Replay of application traces 30 If you're interested in the details, the main configuration file is ``.gitlab-ci.yml``, [all …]
|
| /third_party/ltp/testcases/kernel/security/integrity/ima/ |
| D | README.md | 1 # 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/libcoap/build-env/ |
| D | Dockerfile.build-env | 1 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/mesa3d/docs/relnotes/ |
| D | 20.1.3.rst | 1 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/libsnd/Scripts/ |
| D | clang-sanitize.sh | 3 # This is known to work with clang-3.4 from Debian testing/unstable. 8 export CFLAGS="-O3 -fsanitize=address,integer,undefined" 9 export CXXFLAGS="-O3 -fsanitize=address,integer,undefined" 11 ./configure --enable-gcc-werror
|
| /third_party/optimized-routines/ |
| D | README | 2 ---------------------- 9 contributor-agreement.pdf. This is needed so upstreaming code 19 build/ - build directory (created by make). 20 math/ - math subproject sources. 21 math/include/ - math library public headers. 22 math/test/ - math test and benchmark related sources. 23 math/tools/ - tools used for designing the algorithms. 24 networking/ - networking subproject sources. 25 networking/include/ - networking library public headers. 26 networking/test/ - networking test and benchmark related sources. [all …]
|
| /third_party/lz4/build/meson/ |
| D | README.md | 5 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/libinput/ |
| D | .gitlab-ci.yml | 9 # To change the gitlab CI, edit .gitlab-ci/ci.template and/or .gitlab-ci/config.yaml 10 # and run ci-fairy generate-template. For details, see 11 # https://freedesktop.pages.freedesktop.org/ci-templates/ci-fairy.html#templating-gitlab-ci-yml 14 # - we really want to run dnf/apt/... only once, updating on the test runner for 18 # This is handled by the ci-templates, ensuring containers are only rebuilt 21 # - GitLab only allows one script: set per job but we have a bunch of commands 22 # we need to re-run for each build (meson && ninja && etc). YAML cannot merge 27 # MESON_ARGS=-Denable-something=true 28 # NINJA_ARGS=dist ... to run 'ninja -C builddir dist' 35 # e.g. fedora:31@build-default [all …]
|
| /third_party/mesa3d/.gitlab-ci/container/debian/ |
| D | arm_test.sh | 3 set -e 4 set -o xtrace 6 ############### Install packages for baremetal testing 7 apt-get install -y ca-certificates 8 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list 9 apt-get update 11 apt-get install -y --no-remove \ 17 python3-distutils \ 18 python3-minimal \ 19 python3-serial \ [all …]
|
| /third_party/libsnd/regtest/ |
| D | Readme.txt | 1 sndfile-regtest 4 The 'sndfile-regtest' program is a regression test-suite for libsndile. 8 testing. From the point of view of the libsndfile developers, this 9 program now allows for distributed regression testing of libsndfile 14 ---------------- 15 Anyone who wishes to take part in the distributed regression testing of 30 ------------ 32 Debian, the required packages are : 35 libsqlite3-0 36 libsqlite3-dev [all …]
|
1234567