Home
last modified time | relevance | path

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

12

/external/grpc-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 …]
/external/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 …]
/external/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 FDO_HTTP_CACHE_URI: "http://caching-proxy/cache/?uri="
13 # base system generated by the container build job, shared between many pipelines
14 BASE_SYSTEM_HOST_PREFIX: "${S3_HOST}/mesa-lava"
17 # per-job build artifacts
18 JOB_ROOTFS_OVERLAY_PATH: "${JOB_ARTIFACTS_BASE}/job-rootfs-overlay.tar.gz"
20 S3_ARTIFACT_NAME: "mesa-${ARCH}-default-debugoptimized"
[all …]
/external/toolchain-utils/go/patch/go-1.10.3/
Dgo4.patch1 runtime, crypto/x509: add -target flag.
3 --- src/crypto/x509/x509_test.go
5 @@ -13,29 +13,32 @@ import (
24 "testing"
30 func TestParsePKCS1PrivateKey(t *testing.T) {
38 @@ -1089,17 +1092,23 @@ func TestParsePEMCRL(t *testing.T) {
44 func TestImports(t *testing.T) {
47 - if err := exec.Command(testenv.GoToolPath(t), "run", "x509_test_import.go").Run(); err != nil {
52 + cmd = exec.Command("go_"+*target, "run", "-exec", "go_"+*target+"_exec", "x509_test_import.go")
63 --- src/runtime/crash_cgo_test.go
[all …]
/external/toolchain-utils/go/patch/go-1.10.2/
Dgo4.patch1 runtime, crypto/x509: add -target flag.
3 --- src/crypto/x509/x509_test.go
5 @@ -13,29 +13,32 @@ import (
24 "testing"
30 func TestParsePKCS1PrivateKey(t *testing.T) {
38 @@ -1089,17 +1092,23 @@ func TestParsePEMCRL(t *testing.T) {
44 func TestImports(t *testing.T) {
47 - if err := exec.Command(testenv.GoToolPath(t), "run", "x509_test_import.go").Run(); err != nil {
52 + cmd = exec.Command("go_"+*target, "run", "-exec", "go_"+*target+"_exec", "x509_test_import.go")
63 --- src/runtime/crash_cgo_test.go
[all …]
/external/toolchain-utils/go/patch/go-1.11.2/
Dgo4.patch1 runtime, crypto/x509: add -target flag.
3 --- src/crypto/x509/x509_test.go
5 @@ -13,29 +13,32 @@ import (
24 "testing"
30 func TestParsePKCS1PrivateKey(t *testing.T) {
38 @@ -1089,17 +1092,23 @@ func TestParsePEMCRL(t *testing.T) {
44 func TestImports(t *testing.T) {
47 - if err := exec.Command(testenv.GoToolPath(t), "run", "x509_test_import.go").Run(); err != nil {
52 + cmd = exec.Command("go_"+*target, "run", "-exec", "go_"+*target+"_exec", "x509_test_import.go")
63 --- src/runtime/crash_cgo_test.go
[all …]
/external/ltp/
DREADME.md9 The LTP testsuite contains a collection of tools for testing the Linux kernel
11 libraries by bringing test automation to the testing effort. Interested open
14 Project pages are located at: http://linux-test-project.github.io/
17 https://github.com/linux-test-project/ltp/releases
28 https://github.com/linux-test-project/ltp
45 If you have git, autoconf, automake, m4, pkgconf / pkg-config, libc headers,
50 $ git clone https://github.com/linux-test-project/ltp.git
60 `ci/` directory. You can also build whole LTP with `./build.sh` script.
63 ---------------------------------
84 Open Posix Testsuite has it's own build system which needs Makefiles to be
[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
17 # 32bit build
18 - container: "debian:stable"
24 - container: "debian:stable"
27 CC: powerpc64le-linux-gnu-gcc
30 VARIANT: cross-compile
32 - container: "debian:stable"
35 CC: aarch64-linux-gnu-gcc
[all …]
/external/grpc-grpc-java/
DREADME.md1 gRPC-Java - An RPC library and framework
11 <td><a href="https://groups.google.com/forum/#!forum/grpc-io">grpc-io@googlegroups.com</a></td>
15 …ttps://gitter.im/grpc/grpc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=bad…
16 [![Build Status](https://travis-ci.org/grpc/grpc-java.svg?branch=master)](https://travis-ci.org/grp…
17 …tps://coveralls.io/repos/grpc/grpc-java/badge.svg?branch=master&service=github)](https://coveralls…
18 [![Branch-adjusted Line Coverage Status](https://codecov.io/gh/grpc/grpc-java/branch/master/graph/b…
21 -------------------
23 gRPC-Java supports Java 8 and later. Android minSdkVersion 19 (KitKat) and
24 later are supported with [Java 8 language desugaring][android-java-8].
31 Policy][P5-jdk-version-support].
[all …]
DSECURITY.md6 [gRPC CVE Process]: https://github.com/grpc/proposal/blob/master/P4-grpc-cve-process.md
21 [Play Services Provider](#tls-on-android) and for non-Android systems we
22 recommend [netty-tcnative with
23 BoringSSL](#tls-with-netty-tcnative-on-boringssl).
28 Provider][] to ensure your application has an up-to-date OpenSSL library with
29 the necessary cipher-suites and a reliable ALPN implementation. This requires
30 [updating the security provider at runtime][config-psdsp].
42 … Provider]: https://www.appfoundry.be/blog/2014/11/18/Google-Play-Services-Dynamic-Security-Provid…
43 [config-psdsp]: https://developer.android.com/training/articles/security-gms-provider.html
49 on [Maven Central][conscrypt-maven].
[all …]
/external/aws-crt-java/.github/workflows/
Dci.yml5 branches-ignore:
6 - 'main'
7 - 'docs'
13 PACKAGE_NAME: aws-crt-java
14 LINUX_BASE_IMAGE: ubuntu-18-x64
15 RUN: ${{ github.run_id }}-${{ github.run_number }}
19 AWS_REGION: us-east-1
20 AWS_DEVICE_FARM_REGION: us-west-2 # Device Farm only available in us-west-2 region
23 linux-compat:
24 runs-on: ubuntu-22.04 # latest
[all …]
/external/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 …]
/external/selinux/
DREADME.md7 [![OSS-Fuzz Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/selinux.svg)](https:/…
16 SELinux-based system.
24 ------------
28 * Alpine Linux (https://pkgs.alpinelinux.org/package/edge/testing/x86/policycoreutils)
32 * Gentoo (https://packages.gentoo.org/packages/sys-apps/policycoreutils)
34 * Yocto Project (http://git.yoctoproject.org/cgit/cgit.cgi/meta-selinux/tree/recipes-security/selin…
38 Building and testing
39 --------------------
41 Build dependencies on Fedora:
46 audit-libs-devel \
[all …]
/external/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 | openSUSE Leap 42.2 | 4.4 | 2.22 | 4.8.5 | -
25 | Ubuntu 18.04 LTS bionic | 4.15 | 2.27 | 7.3.0 | -
45 | arch | build
65 | https://uclibc-ng.org/[uClibc-ng] | Although not being tested it should work as well as it attemp…
[all …]
/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/crosvm/e2e_tests/guest_under_test/
DMakefile2 # Use of this source code is governed by a BSD-style license that can be
5 # Builds the kernel and rootfs for the guest used in integration testing.
22 CROSS_COMPILE=aarch64-linux-gnu-
23 RUSTFLAGS="-Clinker=aarch64-linux-gnu-ld"
28 # Build against the musl toolchain, which will produce a statically linked,
29 # portable binary that we can run on the alpine linux guest without needing
31 RUST_TARGET ?= $(ARCH)-unknown-linux-musl
34 CARGO_TARGET ?= $(shell cargo metadata --no-deps --format-version 1 | \
35 jq -r ".target_directory")
37 $(shell mkdir -p $(TARGET))
[all …]
/external/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 …]
/external/pcre/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 …]
/external/armnn/third-party/ghc/
DREADME.md1 …d Platforms](https://img.shields.io/badge/platform-macOS%20%7C%20Linux%20%7C%20Windows%20%7C%20Fre…
2 ![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)
3 [![Build Status](https://travis-ci.org/gulrak/filesystem.svg?branch=master)](https://travis-ci.org/…
4 [![Build Status](https://ci.appveyor.com/api/projects/status/t07wp3k2cddo0hpo/branch/master?svg=tru…
5 [![Build Status](https://api.cirrus-ci.com/github/gulrak/filesystem.svg?branch=master)](https://cir…
6 [![Build Status](https://cloud.drone.io/api/badges/gulrak/filesystem/status.svg?ref=refs/heads/mast…
12 This is a header-only single-file std::filesystem compatible helper library,
15 macOS 10.12/10.14, Windows 10, Ubuntu 18.04, FreeBSD 12 and Alpine ARM/ARM64 Linux
32 to try to reduce my third-party dependencies. I could drop most of what
34 fun of it. Originally I based these helpers on my own coding- and naming
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_tests.py8 # http://www.apache.org/licenses/LICENSE-2.0
183 """Returns True if running running as a --use_docker child."""
198 build = (config_vars.shell + config_vars.builder +
205 return PythonConfig(name, build, run)
219 # Bit-ness is handled by the test machine's environment
262 …# cmake + ninja build is the default because it is faster and supports boringssl assembly optimiza…
274 # required to pass as cmake "-A" configuration for VS builds (but not for Ninja)
278 … # "x64_x86" means create 32bit binaries, but use 64bit toolkit to secure more memory for the build
295 self._cmake_configure_extra_args.append('-DOPENSSL_NO_ASM=ON')
302 # cmake doesn't build boringssl tests
[all …]
/external/grpc-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
300 …# cmake + ninja build is the default because it is faster and supports boringssl assembly optimiza…
319 # required to pass as cmake "-A" configuration for VS builds (but not for Ninja)
325 … # "x64_x86" means create 32bit binaries, but use 64bit toolkit to secure more memory for the build
352 # cmake doesn't build boringssl tests
400 binary = "cmake/build/%s.exe" % target["name"]
[all …]
/external/pcre/
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 …]
/external/mesa3d/docs/relnotes/
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 …]

12