Home
last modified time | relevance | path

Searched +full:check +full:- +full:ci +full:- +full:script (Results 1 – 25 of 227) sorted by relevance

12345678910

/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/libbpf/
DSYNC.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%">
9 Libbpf *authoritative source code* is developed as part of [bpf-next Linux source
10 tree](https://kernel.googlesource.com/pub/scm/linux/kernel/git/bpf/bpf-next) under
13 Most of the mundane mechanical things like bpf and bpf-next tree merge, Git
14 history transformation, cherry-picking relevant commits, re-generating
15 auto-generated headers, etc. are taken care by
16 [sync-kernel.sh script](https://github.com/libbpf/libbpf/blob/master/scripts/sync-kernel.sh).
25 ------------------
27 Sync script has particular expectation of upstream Linux repo setup. It
[all …]
/third_party/rust/rust/src/ci/github-actions/
Dci.yml6 # CI configuration stored on the repository. To work around that this file is
11 # ./x.py run src/tools/expand-yaml-anchors
14 # step CI will fail.
16 ---
23 # document. YAML anchors allows us to greatly reduce duplication inside the CI
26 # YAML anchors work by defining an anchor with `&anchor-name` and reusing its
27 # content in another place with `*anchor-name`. The special `<<` map key merges
30 # The expand-yaml-anchors tool will automatically remove this block from the
32 x--expand-yaml-anchors--remove:
34 - &shared-ci-variables
[all …]
/third_party/grpc/tools/internal_ci/helper_scripts/
Dmove_src_tree_and_respawn_itself.bat7 @rem http://www.apache.org/licenses/LICENSE-2.0
15 @rem Call this script at the beginning of your CI script to move
21 @rem invoking this script is a bit trickier than on unix.
22 @rem This script should be invoked from the CI script like this:
25 @rem TODO(jtattermusch): find a way to simplify the invocation of the respawn script.
30 @rem echo respawn script has finished with exitcode !errorlevel!
38 @rem CI script path needs to be passed as arg1.
41 @rem Check that this script was invoked under correct circumstances.
48 echo "Moving workspace from T:\src to T:\altsrc and respawning the CI script."
52 bash -c "set -ex; mkdir -p altsrc; time cp -r src/github altsrc;"
[all …]
/third_party/rust/rust/.github/workflows/
Dci.yml5 # This file was automatically generated by the expand-yaml-anchors tool. The
8 # src/ci/github-actions/ci.yml
12 # ./x.py run src/tools/expand-yaml-anchors/
14 # The CI build will fail if the tool is not run after changes to this file.
16 ---
17 name: CI
21 - auto
22 - try
23 - try-perf
24 - master
[all …]
/third_party/rust/rust/src/ci/
Drun.sh3 set -e
5 if [ -n "$CI_JOB_NAME" ]; then
11 useradd --shell /bin/bash -u $LOCAL_USER_ID -o -c "" -m user
22 echo -e '[safe]\n\tdirectory = *' > /home/user/gitconfig
24 exec su --preserve-environment -c "env PATH=$PATH \"$0\"" user
29 if [ -f /proc/sys/kernel/core_pattern ]; then
30 ulimit -c unlimited
33 # There was a bad interaction between "old" 32-bit binaries on current 64-bit
35 # address and then block it for being below `vm.mmap_min_addr` -> `EACCES`.
36 # This is probably a kernel bug, but setting `ulimit -Hs` works around it.
[all …]
/third_party/mesa3d/.gitlab-ci/test/
Dgitlab-ci.yml7 - !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]
23 .formatting-check:
[all …]
/third_party/rust/rust/src/ci/docker/
Drun.sh3 set -e
7 script=`cd $(dirname $0) && pwd`/`basename $0`
12 while [[ $# -gt 0 ]]
15 --dev)
19 if [ -n "$image" ]
30 script_dir="`dirname $script`"
31 docker_dir="${script_dir}/host-$(uname -m)"
41 CACHE_DOMAIN="${CACHE_DOMAIN:-ci-caches.rust-lang.org}"
43 if [ -f "$docker_dir/$image/Dockerfile" ]; then
44 if [ "$CI" != "" ]; then
[all …]
/third_party/mesa3d/
D.gitlab-ci.yml1 # Types of CI pipelines:
3 # |----------------------|-----------|-------------------------------------------------------------|
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
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/skia/m133/third_party/externals/libjpeg-turbo/
Djcparam.c5 * Copyright (C) 1991-1998, Thomas G. Lane.
6 * Modified 2003-2008 by Guido Vollbeding.
7 * libjpeg-turbo Modifications:
8 * Copyright (C) 2009-2011, 2018, D. R. Commander.
12 * This file contains optional default-setting code for the JPEG compressor.
41 /* Safety check to ensure start_compress not called yet. */ in jpeg_add_quant_table()
42 if (cinfo->global_state != CSTATE_START) in jpeg_add_quant_table()
43 ERREXIT1(cinfo, JERR_BAD_STATE, cinfo->global_state); in jpeg_add_quant_table()
48 qtblptr = &cinfo->quant_tbl_ptrs[which_tbl]; in jpeg_add_quant_table()
60 (*qtblptr)->quantval[i] = (UINT16)temp; in jpeg_add_quant_table()
[all …]
Drdswitch.c5 * Copyright (C) 1991-1996, Thomas G. Lane.
6 * libjpeg-turbo Modifications:
12 * command-line switches. Switches processed here are:
13 * -qtables file Read quantization tables from text file
14 * -scans file Read scan script from text file
15 * -quality N[,N,...] Set quality ratings
16 * -qslots N[,N,...] Set component quantization table selectors
17 * -sample HxV[,HxV,...] Set component sampling factors
67 val = ch - '0'; in read_text_integer()
72 val += ch - '0'; in read_text_integer()
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/
Djcparam.c5 * Copyright (C) 1991-1998, Thomas G. Lane.
6 * Modified 2003-2008 by Guido Vollbeding.
7 * libjpeg-turbo Modifications:
8 * Copyright (C) 2009-2011, 2018, D. R. Commander.
12 * This file contains optional default-setting code for the JPEG compressor.
41 /* Safety check to ensure start_compress not called yet. */ in jpeg_add_quant_table()
42 if (cinfo->global_state != CSTATE_START) in jpeg_add_quant_table()
43 ERREXIT1(cinfo, JERR_BAD_STATE, cinfo->global_state); in jpeg_add_quant_table()
48 qtblptr = &cinfo->quant_tbl_ptrs[which_tbl]; in jpeg_add_quant_table()
60 (*qtblptr)->quantval[i] = (UINT16)temp; in jpeg_add_quant_table()
[all …]
Drdswitch.c5 * Copyright (C) 1991-1996, Thomas G. Lane.
6 * libjpeg-turbo Modifications:
12 * command-line switches. Switches processed here are:
13 * -qtables file Read quantization tables from text file
14 * -scans file Read scan script from text file
15 * -quality N[,N,...] Set quality ratings
16 * -qslots N[,N,...] Set component quantization table selectors
17 * -sample HxV[,HxV,...] Set component sampling factors
63 val = ch - '0'; in read_text_integer()
68 val += ch - '0'; in read_text_integer()
[all …]
/third_party/rust/rust/src/bootstrap/mk/
DMakefile.in3 BOOTSTRAP_ARGS := -v
12 $(Q)$(BOOTSTRAP) build --stage 2 $(BOOTSTRAP_ARGS)
13 $(Q)$(BOOTSTRAP) doc --stage 2 $(BOOTSTRAP_ARGS)
18 $(Q)echo This makefile is a thin veneer over the ./x.py script located
22 $(Q)echo To learn more run \`./x.py --help\`
27 rustc-stage1:
28 $(Q)$(BOOTSTRAP) build --stage 1 library/test $(BOOTSTRAP_ARGS)
29 rustc-stage2:
30 $(Q)$(BOOTSTRAP) build --stage 2 library/test $(BOOTSTRAP_ARGS)
34 $(Q)$(BOOTSTRAP) doc --stage 2 $(BOOTSTRAP_ARGS)
[all …]
/third_party/mesa3d/.gitlab-ci/container/
Dcontainer_job_trampoline.sh3 # When changing this file, check if the *_BUIL_TAG tags in
4 # .gitlab-ci/image-tags.yml need updating.
6 set -eu
8 # Early check for required env variables, relies on `set -u`
11 if [ -z "$1" ]; then
18 # Tasks to perform before executing the script of a container job
22 trap 'rm -f ${S3_JWT_FILE}' EXIT INT TERM
24 bash ".gitlab-ci/container/${CONTAINER_CI_JOB_NAME}.sh"
/third_party/backends/
D.gitlab-ci.yml1 # .gitlab-ci.yml -- to test some source code build scenarios
2 # Copyright (C) 2016-2020 Olaf Meeuwissen
4 # License: GPL-3.0+
7 REGISTRY_HUB: "registry.gitlab.com/sane-project/ci-envs"
8 CONFIGURE_MINI: "--enable-silent-rules"
9 …CONFIGURE_FULL: "--with-usb --with-usb-record-replay --with-avahi --enable-pnm-backend --with-libc…
12 - tarball
13 - compile
14 - snapshot
15 - release
[all …]
/third_party/mesa3d/docs/relnotes/
D25.0.0.rst1 Mesa 25.0.0 Release Notes / 2025-02-19
20 -------------
24 SHA256: 96a53501fd59679654273258c6c6a1055a20e352ee1429f0b123516c7190e5b0 mesa-25.0.0.tar.xz
25 …36f614d322033d4d465307ddcd983f9f3afb1310e132ec3186a085d261c95493a0c460b2ec59ce8 mesa-25.0.0.tar.xz
29 ------------
31 - cl_khr_depth_images in rusticl
32 - Vulkan 1.4 on radv/gfx8+
33 - VK_KHR_dedicated_allocation on panvk
34 - VK_KHR_global_priority on panvk
35 - VK_KHR_index_type_uint8 on panvk
[all …]
/third_party/rust/rust/src/tools/rust-installer/
DREADME.md1 [![Build Status](https://travis-ci.org/rust-lang/rust-installer.svg?branch=master)](https://travis-…
3 A generator for the install.sh script commonly used to install Rust in
10 ./gen-installer.sh --product-name=Rust \
11 --rel-manifest-dir=rustlib \
12 --success-message=Rust-is-ready-to-roll. \
13 --image-dir=./install-image \
14 --work-dir=./temp \
15 --output-dir=./dist \
16 --non-installed-overlay=./overlay \
17 --package-name=rustc-nightly-i686-apple-darwin \
[all …]
/third_party/rust/rust/tests/run-make/incremental-debugger-visualizer/
DMakefile6 # We have to copy the source to $(TMPDIR) because Github CI mounts the source
13 rm -rf $(TMPDIR)/*
16 echo "GDB script v1" > $(SRC_DIR)/foo.py
19 --crate-type=rlib \
20 --emit metadata \
21 -C incremental=$(INCR_CACHE_DIR) \
22 -Z incremental-verify-ich
23 $(CGREP) "GDB script v1" < $(TMPDIR)/libfoo.rmeta
26 # Change only the GDB script and check that the change has been picked up
27 echo "GDB script v2" > $(SRC_DIR)/foo.py
[all …]
/third_party/icu/.ci-builds/
D.azure-pipelines.yml1 # Azure Pipelines (VSTS) configuration for CI builds for ICU.
4 #-------------------------------------------------------------------------
5 - job: ICU4J_OpenJDK_Ubuntu_1604
12 - checkout: self
15 - script: |
16 echo "Building ICU4J" && cd icu4j && ant init && ant check
20 - script: |
21 …[ -d icu4j/out/junit-results ] && cd icu4j && cat `find out/junit-results -name "*.txt" -exec grep…
24 #-------------------------------------------------------------------------
25 - job: ICU4C_Clang_Ubuntu_1604
[all …]
/third_party/python/
D.travis.yml4 # To cache doc-building dependencies and C compiler output.
6 - pip
7 - ccache
8 - directories:
9 - $HOME/multissl
13 - OPENSSL=1.1.1f
14 - OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}"
15 - PATH="${OPENSSL_DIR}/bin:$PATH"
16 - CFLAGS="-I${OPENSSL_DIR}/include"
17 - LDFLAGS="-L${OPENSSL_DIR}/lib"
[all …]
/third_party/lwip/src/netif/ppp/
Dipv6cp.c2 * ipv6cp.c - PPP IPV6 Control Protocol.
41 Jean-Luc.Richier@imag.fr, IMAG-LSR.
45 Jean-Luc.Richier@imag.fr, IMAG-LSR.
51 usuelles dans la recherche, c'est-à-dire qu'il peut
98 * ipcp.c - PPP IP Control Protocol.
100 * Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
121 * Pittsburgh, PA 15213-3890
122 * (412) 268-4387, fax: (412) 268-7395
123 * tech-transfer@andrew.cmu.edu
177 * Callbacks for fsm code. (CI = Configuration Information)
[all …]
/third_party/mesa3d/.gitlab-ci/container/debian/
Dx86_64_build.sh5 # .gitlab-ci/image-tags.yml tags:
8 set -e
10 . .gitlab-ci/setup-test-env.sh
12 set -o xtrace
17 # Ephemeral packages (installed for this script and removed again at the end)
21 autotools-dev
24 libssl-dev
28 check
29 "clang-${LLVM_VERSION}"
31 libarchive-dev
[all …]
/third_party/rust/rust/src/tools/clippy/book/src/continuous_integration/
Dtravis.md1 # Travis CI
3 You can add Clippy to Travis CI in the same way you use it locally:
8 - stable
9 - beta
11 - rustup component add clippy
12 script:
13 - cargo clippy
15 - cargo clippy -- -D warnings
16 # in order to also check tests and non-default crate features, use
17 - cargo clippy --all-targets --all-features -- -D warnings
[all …]
/third_party/icu/docs/processes/release/tasks/
Dhealthy-code.md1 ---
7 ---
9 <!--
12 -->
18 {: .no_toc .text-delta }
23 ---
25 ## Check for ClassID in new class hierarchies
27 Check that there are no "poor man's RTTI" methods in new class hierarchies.
34 virtual-function override without adding new ClassID support.
40 One easy way to check for this is to search through the API change report and
[all …]

12345678910