Home
last modified time | relevance | path

Searched +full:alpine +full:- +full:build +full:- +full:testing (Results 1 – 25 of 32) sorted by relevance

12

/third_party/grpc/src/php/docker/
DREADME.md2 # Docker Images for Testing
4 This directory contains a number of docker images to assist testing the
9 ## Build and Run Tests
14 To build all docker images:
19 Or to only build some selected images
21 $ ./src/php/bin/build_all_docker_images.sh grpc-ext php-src
24 Or to only print out individual `docker build` commands
26 $ ./src/php/bin/build_all_docker_images.sh --cmds
36 $ ./src/php/bin/run_all_docker_images.sh grpc-ext php-src
41 $ ./src/php/bin/run_all_docker_images.sh --cmds
[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/PyYAML/packaging/build/
Dlibyaml.sh3 set -eux
5 # ensure the prove testing tool is available
6 echo "::group::ensure build/test prerequisites"
7 if ! command -v prove; then
8 if grep -m 1 alpine /etc/os-release; then
9 apk add perl-utils
11 echo "prove (perl) testing tool unavailable"
17 # build the requested version of libyaml locally
19 git config --global advice.detachedHead false
20 git clone --branch "$LIBYAML_REF" "$LIBYAML_REPO" libyaml
[all …]
/third_party/mesa3d/.gitlab-ci/lava/
Dlava-gitlab-ci.yml2 …LAVA_SSH_CLIENT_IMAGE: "${CI_REGISTRY_IMAGE}/alpine/x86_64_lava_ssh_client:${ALPINE_X86_64_LAVA_SS…
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/libinput/
D.gitlab-ci.yml9 # 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/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/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)
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 --------------------
36 Build dependencies on Fedora:
41 audit-libs-devel \
43 bzip2-devel \
[all …]
/third_party/ltp/doc/
DSupported-kernel,-libc,-toolchain-versions.asciidoc4 1. Build testing with GitHub Actions
5 ------------------------------------
7 We test master branch in https://github.com/linux-test-project/ltp/actions[GitHub Actions]
9 We test both gcc and clang toolchains, various architectures with cross-compilation.
11 https://github.com/linux-test-project/ltp/blob/master/.github/workflows/ci.yml[.github/workflows/ci…
14 NOTE: GitHub Actions does only build testing, passing the CI means only that
24 | CentOS 7 | 3.10 | 2.17 | 4.8.5 | -
25 | Ubuntu 18.04 LTS bionic | 4.15 | 2.27 | 7.3.0 | -
46 | arch | build
66 | https://uclibc-ng.org/[uClibc-ng] | Although not being tested it should work as well as it attemp…
[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%">
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)
33 and [the companion blog post](https://nakryiko.com/posts/libbpf-bootstrap/) for
[all …]
/third_party/pcre2/pcre2/maint/
DREADME13 Long-term ideas (wish list)
30 site. The generated file contains the tables for a 2-stage lookup of Unicode
48 pcre2_chartables.c.non-standard
51 kept it so that it can be used for testing from time to time.
67 A program for testing the Unicode property macros that do lookups in the
79 sequence of bytes in the UTF-8 encoding, and vice versa. If its argument is a
80 hex number such as 0x1234, it outputs a list of the equivalent UTF-8 bytes.
81 If its argument is a sequence of concatenated UTF-8 bytes (e.g. 12e188b4) it
82 treats them as a UTF-8 string and outputs the equivalent code points in hex.
141 . If new build options or new source files have been added, ensure that they
[all …]
/third_party/mesa3d/
D.gitlab-ci.yml3 # |----------------------|-----------|-------------------------------------------------------------|
5 # | pre-merge pipeline | mesa/mesa | same as above, except its status doesn't affect the MR |
6 # | post-merge pipeline | mesa/mesa | pipeline immediately after merging |
9 # | direct-push pipeline | mesa/mesa | when commits are pushed directly to mesa/mesa, bypassing Mar…
19 # Pre-merge pipelines contain the exact same jobs as merge pipelines.
20 # Post-merge pipelines contain *only* the `pages` job that deploys the new
23 # Scheduled pipelines only contain the container+build jobs, and some extra
24 # test jobs (typically "full" variants of pre-merge jobs that only run 1/X
26 # Direct-push pipelines contain the same jobs as merge pipelines.
31 - if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_PIPELINE_SOURCE == "push"
[all …]
/third_party/mesa3d/docs/relnotes/
D24.3.0.rst1 Mesa 24.3.0 Release Notes / 2024-11-21
20 -------------
24 SHA256: 97813fe65028ef21b4d4e54164563059e8408d8fee3489a2323468d198bf2efc mesa-24.3.0.tar.xz
25 …821e68d7a8c37a07871d097ab17555f41a4fe716f0de7df95ad7d452b1ed57db6527838eb839ba4 mesa-24.3.0.tar.xz
29 ------------
31 - Expose Vulkan 1.3 on v3dv, both rpi4 and rpi5
32 - VK_EXT_descriptor_buffer on nvk
33 - VK_EXT_post_depth_coverage on nvk
34 - VK_KHR_video_maintenance1 on radv
35 - VK_EXT_legacy_vertex_attributes on nvk
[all …]
D24.2.0.rst1 Mesa 24.2.0 Release Notes / 2024-08-14
20 ---------------
24 c02bb72cea290f78b11895a0c95c7c92394f180d7ff66d4a762ec6950a58addf mesa-24.2.0.tar.xz
28 ------------
30 - VK_KHR_dynamic_rendering_local_read on RADV
31 - VK_EXT_legacy_vertex_attributes on lavapipe, ANV, Turnip and RADV
32 - VK_MESA_image_alignment_control on RADV
33 - VK_EXT_shader_replicated_composites on ANV, dozen, hasvk, lavapipe, nvk, RADV, and Turnip
34 - VK_KHR_maintenance5 on v3dv
35 - VK_KHR_maintenance7 on RADV
[all …]
D24.0.0.rst1 Mesa 24.0.0 Release Notes / 2024-02-01
20 ---------------
24 dc7e8c077bc5884df95478263b34bdebb7e88e600689cb56fb07be2b8c304c36 mesa-24.0.0.tar.xz
28 ------------
30 - VK_EXT_image_compression_control on RADV
31 - VK_EXT_device_fault on RADV
32 - OpenGL 3.3 on Asahi
33 - Geometry shaders on Asahi
34 - GL_ARB_texture_cube_map_array on Asahi
35 - GL_ARB_clip_control on Asahi
[all …]
D23.3.0.rst1 Mesa 23.3.0 Release Notes / 2023-11-29
20 ---------------
24 50f729dd60ed6335b989095baad81ef5edf7cfdd4b4b48b9b955917cb07d69c5 mesa-23.3.0.tar.xz
28 -----------
29 - NVK: A Vulkan driver for Nvidia hardware
32 ------------
33 - VK_EXT_pipeline_robustness on ANV
34 - VK_KHR_maintenance5 on RADV
35 - OpenGL ES 3.1 on Asahi
36 - GL_ARB_compute_shader on Asahi
[all …]
/third_party/grpc/tools/run_tests/
Drun_tests.py8 # http://www.apache.org/licenses/LICENSE-2.0
197 """Returns True if running running as a --use_docker child."""
215 build = (
227 return PythonConfig(name, build, run, python_path)
248 # Bit-ness is handled by the test machine's environment
298 …# cmake + ninja build is the default because it is faster and supports boringssl assembly optimiza…
309 ) + ["-DCMAKE_CXX_STANDARD=17"]
311 # required to pass as cmake "-A" configuration for VS builds (but not for Ninja)
317 … # "x64_x86" means create 32bit binaries, but use 64bit toolkit to secure more memory for the build
344 # cmake doesn't build boringssl tests
[all …]
/third_party/backends/ChangeLogs/
DChangeLog-1.0.282 Author: Olaf Meeuwissen <paddy-hack@member.fsf.org>
3 Date: 2019-07-31 20:39:43 +0900
8 Author: Olaf Meeuwissen <paddy-hack@member.fsf.org>
9 Date: 2019-07-30 22:40:11 +0900
14 Author: Rolf Bensch <rolf@bensch-online.de>
15 Date: 2019-07-29 22:34:13 +0200
19 https://alioth-lists.debian.net/pipermail/sane-devel/2019-July/036877.html
23 Author: Rolf Bensch <rolf@bensch-online.de>
24 Date: 2019-07-29 17:27:07 +0200
29 Author: Rolf Bensch <rolf@bensch-online.de>
[all …]
DChangeLog-1.2.13 Date: 2023-02-04 16:16:54 -0800
14 Date: 2023-02-04 09:40:07 -0800
23 Date: 2023-02-01 17:19:56 +0000
29 See merge request sane-project/backends!779
33 Date: 2023-02-01 18:53:17 +0200
39 Date: 2023-01-27 18:09:57 -0500
49 Date: 2023-01-07 07:48:17 +0000
51 Merge branch '634-llvm-15-on-freebsd-support-for-sane-backends-1-1-1' into 'master'
53 Resolve "LLVM 15 on FreeBSD support for sane-backends 1.1.1"
57 See merge request sane-project/backends!777
[all …]
DChangeLog-1.0.292 Author: Olaf Meeuwissen <paddy-hack@member.fsf.org>
3 Date: 2020-02-02 20:19:37 +0900
8 Author: Olaf Meeuwissen <paddy-hack@member.fsf.org>
9 Date: 2020-02-02 20:07:39 +0900
11 po/*.po: Update Project-Id-Version of several translations
19 Date: 2020-01-19 13:09:24 +0000
21 Merge branch '225-fix-genesys-testsuite-compiler-warning' into 'release/1.0.29'
25 See merge request sane-project/backends!309
28 Author: Olaf Meeuwissen <paddy-hack@member.fsf.org>
29 Date: 2020-01-13 18:37:21 +0900
[all …]
/third_party/pcre2/pcre2/
DRunGrepTest5 # supported by pcre2grep. This script must be run in the build directory.
18 # Remove any non-default colouring and aliases that the caller may have set.
24 # Remember the current (build) directory, set the program to be tested, and
31 if [ ! -x $pcre2grep ] ; then
36 if [ ! -x $pcre2test ] ; then
42 while [ $# -gt 0 ] ; do
44 valgrind) valgrind="valgrind -q --leak-check=no --smc-check=all-non-file";;
51 pcre2grep_version=`$pcre2grep -V`
53 echo "Testing $pcre2grep_version"
55 echo "Testing $pcre2grep_version using valgrind"
[all …]
DChangeLog2 --------------------
7 Version 10.44 07-June-2024
8 --------------------------
10 1. If a pattern contained a variable-length lookbehind in which the first
17 2. Further updates to the oss-fuzz support:
22 classes contain a lot of non-ascii characters.
26 (c) Arranged for text error messages to be shown in 16-bit and 32-bit modes.
35 bytes because this takes a long time, causing oss-fuzz to time out.
55 break property unless a zero-width joiner intervenes. PCRE2 was not insisting
61 Version 10.43 16-February-2024
[all …]
/third_party/backends/
DNEWS1 <!-- -*- Mode: markdown -*- -->
3 <!-- Please add new release notes to the newsfragments directory (read the README.md file there).
5 semi-automatically.
6 -->
8 <!--(towncrier release notes start)-->
10 ## New with 1.3.1 (released 2024-05-22)
14 - `avision`:
15 - Correction for ADF presence detect which caused a hang.
16 - Internationalised some text items in the backend to make them available for translation.
17 - `epsonds`:
[all …]
/third_party/nghttp2/
DREADME.rst1 nghttp2 - HTTP/2 C Library
15 ------------------
19 <https://tools.ietf.org/html/rfc7541>`_ HPACK - Header Compression for
24 (https://github.com/tatsuhiro-t/spdylay) project.
27 ------------------
34 This endpoint supports ``h2``, ``h2-16``, ``h2-14``, and
45 ------------
47 The following package is required to build the libnghttp2 library:
49 * pkg-config >= 0.20
51 To build the documentation, you need to install:
[all …]
/third_party/toybox/www/
Dindex.html2 <!--#include file="header.html" -->
5 into a single BSD-licensed executable that's simple, small, fast,
6 reasonably standards-compliant, and powerful enough to turn Android into
11 <a name="30-11-2021" /><a href="#30-11-2021"><hr><h2><b>November 30, 2021</b></h2></a>
15 <p>- The Hitchhiker's Guide to the Galaxy</p></blockquote>
17 <p><a href=downloads/toybox-0.8.6.tar.gz>Toybox 0.8.6</a>
21 bootable under QEMU (using vanilla linux-5.15).</p>
26 …c support for the <a href=http://lists.landley.net/pipermail/toybox-landley.net/2021-August/012497…
28 <a href=https://lists.nongnu.org/archive/html/qemu-devel/2021-07/msg06430.html>quite yet</a>.)</p>
37 Elliott added <b>date -s</b>, <b>pmap -p</b>, <b>tail -F -s</b>, <b>kill -0</b>,
[all …]
Dnews.html2 <!--#include file="header.html" -->
5 into a single BSD-licensed executable that's simple, small, fast,
6 reasonably standards-compliant, and powerful enough to turn Android into
11 <a name="30-11-2021" /><a href="#30-11-2021"><hr><h2><b>November 30, 2021</b></h2></a>
15 <p>- The Hitchhiker's Guide to the Galaxy</p></blockquote>
17 <p><a href=downloads/toybox-0.8.6.tar.gz>Toybox 0.8.6</a>
21 bootable under QEMU (using vanilla linux-5.15).</p>
26 …c support for the <a href=http://lists.landley.net/pipermail/toybox-landley.net/2021-August/012497…
28 <a href=https://lists.nongnu.org/archive/html/qemu-devel/2021-07/msg06430.html>quite yet</a>.)</p>
37 Elliott added <b>date -s</b>, <b>pmap -p</b>, <b>tail -F -s</b>, <b>kill -0</b>,
[all …]

12