Home
last modified time | relevance | path

Searched +full:build +full:- +full:global +full:- +full:artifacts (Results 1 – 25 of 116) sorted by relevance

12345

/third_party/rust/crates/bindgen/.github/workflows/
Drelease.yml1 # Copyright 2022-2023, axodotdev
2 # SPDX-License-Identifier: MIT or Apache-2.0
7 # * builds artifacts with cargo-dist (archives, installers, hashes)
8 # * uploads those artifacts to temporary workflow zip
9 # * on success, uploads the artifacts to a Github Release
20 # like "1.0.0", "v0.1.0-prerelease.1", "my-app/0.1.0", "releases/v1.0.0", etc.
23 # must be a Cargo-style SemVer Version (must have at least major.minor.patch).
26 # package (erroring out if it doesn't have the given version or isn't cargo-dist-able).
29 # (cargo-dist-able) packages in the workspace with that version (this mode is
30 # intended for workspaces with only one dist-able package, or with all dist-able
[all …]
/third_party/rust/rust/src/bootstrap/
Dflags.rs1 //! Command-line interface of the rustbuild build system.
3 //! This module implements the command-line parsing of the build system which
13 use crate::{Build, DocTests};
44 #[arg(global(true), short, long, action = clap::ArgAction::Count)]
45 /// use verbose output (-vv for very verbose)
46 pub verbose: u8, // each extra -v after the first is passed to Cargo
47 #[arg(global(true), short, long)]
50 #[arg(global(true), long, value_hint = clap::ValueHint::FilePath, value_name = "FILE")]
51 /// TOML configuration file for build
53 #[arg(global(true), long, value_hint = clap::ValueHint::DirPath, value_name = "DIR")]
[all …]
Ddownload.rs26 pub fn is_verbose(&self) -> bool { in is_verbose()
48 pub(crate) fn tempdir(&self) -> PathBuf { in tempdir()
57 pub(crate) fn try_run(&self, cmd: &mut Command) -> Result<(), ()> { in try_run()
68 pub(crate) fn check_run(&self, cmd: &mut Command) -> bool { in check_run()
78 fn should_fix_bins_and_dylibs(&self) -> bool { in should_fix_bins_and_dylibs()
80 match Command::new("uname").arg("-s").stderr(Stdio::inherit()).output() { in should_fix_bins_and_dylibs()
97 // - patchelf only works with ELF files, so no need to run it on Mac or Windows in should_fix_bins_and_dylibs()
98 …// - On other Unix systems, there is no stable syscall interface, so Nix doesn't manage the global in should_fix_bins_and_dylibs()
103 // Use `/etc/os-release` instead of `/etc/NIXOS`. in should_fix_bins_and_dylibs()
105 let is_nixos = match File::open("/etc/os-release") { in should_fix_bins_and_dylibs()
[all …]
/third_party/alsa-lib/.github/workflows/
Dbuild.yml1 name: Build alsa-lib
7 runs-on: ubuntu-latest
11 - name: Prepare environment
13 dnf -y upgrade
14 dnf -y install @development-tools libtool bzip2
15 - name: Checkout
18 fetch-depth: 0
19 - name: Safe git directory
21 git config --global --add safe.directory "$GITHUB_WORKSPACE"
22 - name: Modify version
[all …]
/third_party/lz4/.circleci/
Dconfig.yml2 # It should include any build commands you had along with commands that CircleCI
11 build:
17 shell: /bin/bash --login
19 …t or see https://circleci.com/docs/2.0/env-vars/#interpolating-environment-variables-to-set-other-
21 CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
22 CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
23 …# In CircleCI 1.0 we used a pre-configured image with a large number of languages and other packag…
24 # In CircleCI 2.0 you can now specify your own image, or use one of our pre-configured images.
26 # We have selected a pre-built image that mirrors the build environment we use on
29 # VM instead of a container) see https://circleci.com/docs/2.0/executor-types/
[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 ---
21 - auto
22 - try
23 - try-perf
24 - master
27 - "**"
[all …]
/third_party/rust/rust/compiler/rustc_codegen_gcc/.github/workflows/
Drelease.yml4 - push
5 - pull_request
15 build:
16 runs-on: ubuntu-latest
19 fail-fast: false
22 - { gcc: "libgccjit.so", artifacts_branch: "master" }
24 "--test-successful-rustc --nb-parts 2 --current-part 0",
25 "--test-successful-rustc --nb-parts 2 --current-part 1",
29 - uses: actions/checkout@v3
31 - uses: actions/checkout@v3
[all …]
Dstdarch.yml4 - push
5 - pull_request
15 build:
16 runs-on: ubuntu-latest
19 fail-fast: false
22 - { gcc: "libgccjit.so", artifacts_branch: "master" }
24 "sde -future -rtm_mode full --",
29 - uses: actions/checkout@v3
31 - uses: actions/checkout@v3
33 repository: llvm/llvm-project
[all …]
Dci.yml4 - push
5 - pull_request
15 build:
16 runs-on: ubuntu-22.04
19 fail-fast: false
22 - { gcc: "libgccjit.so", extra: "", env_extra: "", artifacts_branch: "master" }
23- { gcc: "libgccjit_without_int128.so", extra: "", env_extra: "", artifacts_branch: "master-withou…
24- { gcc: "libgccjit12.so", extra: "--no-default-features", env_extra: "TEST_FLAGS='-Cpanic=abort -
26 "--mini-tests",
27 "--std-tests",
[all …]
/third_party/grpc/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
15 # Docker file for building gRPC manylinux Python artifacts.
17 # AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86…
19 FROM quay.io/pypa/manylinux2014_i686:2024-09-09-f386546
25 RUN yum update -y && yum install -y curl-devel expat-devel gettext-devel openssl-devel zlib-devel
28 # Install Python build requirements
29 RUN /opt/python/cp38-cp38/bin/pip install --upgrade 'cython<4.0.0rc1'
30 RUN /opt/python/cp39-cp39/bin/pip install --upgrade 'cython<4.0.0rc1'
31 RUN /opt/python/cp310-cp310/bin/pip install --upgrade 'cython<4.0.0rc1'
32 RUN /opt/python/cp311-cp311/bin/pip install --upgrade 'cython<4.0.0rc1'
[all …]
/third_party/grpc/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
15 # Docker file for building gRPC manylinux Python artifacts.
17 # AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64…
19 FROM quay.io/pypa/manylinux2014_x86_64:2024-09-09-f386546
25 RUN yum update -y && yum install -y curl-devel expat-devel gettext-devel openssl-devel zlib-devel
28 # Install Python build requirements
29 RUN /opt/python/cp38-cp38/bin/pip install --upgrade 'cython<4.0.0rc1'
30 RUN /opt/python/cp39-cp39/bin/pip install --upgrade 'cython<4.0.0rc1'
31 RUN /opt/python/cp310-cp310/bin/pip install --upgrade 'cython<4.0.0rc1'
32 RUN /opt/python/cp311-cp311/bin/pip install --upgrade 'cython<4.0.0rc1'
[all …]
/third_party/mesa3d/docs/relnotes/
D23.1.1.rst1 Mesa 23.1.1 Release Notes / 2023-05-25
18 ---------------
22 a2679031ed5b73b29c4f042ac64d96f83b0cfe4858617de32e2efc196c653a40 mesa-23.1.1.tar.xz
26 ------------
28 - None
32 ---------
34 - radeonsi: texturing is broken on R9.270x since eaf98b14220d8cbc186d67a929254acc3e7de41a
35 - Firefox / VA-API / H.264 decoding artifacts on AMD RX 6600 / Fedora 37
36 - AMD/RX 6600 - VA-API video output is corrupted if decoded surfaces are exported by vaExportSurfac…
37 - Pixel Game Maker MV - Elfin Force
[all …]
D20.0.5.rst1 Mesa 20.0.5 Release Notes / 2020-04-22
20 ---------------
24 2c56a82a28cc924e40ea49752abdf1d701c9952481f53cbc7a080271597f572e mesa-20.0.5.tar.xz
27 ------------
30 ---------
32 - nir: nir_lower_returns can't handle nested loops
33 - Graphic artifacts with Mesa 20.0.4 on intel HD 510 GPU
34 - Mesa 20 regression makes Lightsprint demos crash
35 - Build Fails with Clang Shared Library
36 - dri_common.h:58:8: error: unknown type name '__GLXDRIdrawable'
[all …]
D22.0.2.rst1 Mesa 22.0.2 Release Notes / 2022-04-21
18 ---------------
22 df4fa560dcce6680133067cd15b0505fc424ca703244ce9ab247c74d2fab6885 mesa-22.0.2.tar.xz
26 ------------
28 - None
32 ---------
34 - Vulkan::Calling vkWaitForFences Timeout
35 - Intel (CHT) - Uplink text rendering bugged out in Mesa 22.0
36 - gen9atom gpu hang on dEQP-VK.spirv_assembly.instruction.graphics.float16.arithmetic_1
37 - bad memory managment on panfrost RK3399 - cannot alocate more ram - fury unleashed
[all …]
D23.0.4.rst1 Mesa 23.0.4 Release Notes / 2023-05-30
18 ---------------
22 ee7f2cad1c58f943ea3048e59871908900b0a656ebdcf6a309e60af4270792f6 mesa-23.0.4.tar.xz
27 ------------
29 - None
33 ---------
35 - radv: Battlefield {1,5} hangs on RX 7900 XTX
36 - radv: graphical artifacts in MSFS running via DXVK on RX7900XT
37 - [radeonsi] flickering debug chunk border lines in Minecraft
38 - vulkan/device_select: no way to select between GPUs of the same model due to bugs
[all …]
/third_party/PyYAML/.github/workflows/
Dmanual_artifact_build.yaml1 ---
2 # This is the actual artifact build/release workflow. This workflow exists temporarily
4 name: Manual Artifact Build
19 runs-on: ubuntu-latest
21 - name: Checkout PyYAML
24 - name: Install a python
25 uses: actions/setup-python@v2
27 python-version: 3.x
29 - name: Build sdist
34 python -V
[all …]
Dci.yaml1 ---
2 # This is the CI workflow (not the artifact build/release workflow). The workflows
21 runs-on: ubuntu-latest
23 - name: Checkout PyYAML
26 - name: Install a python
27 uses: actions/setup-python@v2
29 python-version: 3.x
31 - name: Build sdist
36 python -V
37 python -m pip install build
[all …]
/third_party/rust/rust/src/doc/rustc/src/platform-support/
Darmv5te-none-eabi.md1 # `armv5te-none-eabi`
5 Bare-metal target for any cpu in the ARMv5TE architecture family, supporting
9 The `thumbv5te-none-eabi` target is the same as this one, but the instruction set defaults to `t32`.
17 The target is cross-compiled, and uses static linking.
21 However, you may want to use the `arm-none-eabi-ld` linker instead. This can be obtained for Window…
22 Developer Website][arm-dev], or possibly from your OS's package manager. To use it, add the followi…
25 [target.armv5te-none-eabi]
26 linker = "arm-none-eabi-ld"
29 [arm-dev]: https://developer.arm.com/Tools%20and%20Software/GNU%20Toolchain
33 `-Clink-arg=-Tyour_script.ld` as a rustc argument to make the linker use
[all …]
/third_party/rust/rust/src/ci/github-actions/
Dci.yml11 # ./x.py run src/tools/expand-yaml-anchors
16 ---
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
40 - &public-variables
41 SCCACHE_BUCKET: rust-lang-ci-sccache2
42 TOOLSTATE_REPO: https://github.com/rust-lang-nursery/rust-toolstate
[all …]
/third_party/grpc/
Dgrpc.spec1 %global c_so_version 37
2 %global cpp_so_version 1.60
3 %global cpp_std 17
11 Source0: https://github.com/grpc/grpc/archive/v%{version}/%{name}-%{version}.tar.gz
13 Patch0006: repair-pkgconfig-path.patch
14 Patch0007: add-secure-compile-option-in-Makefile.patch
15 Patch0009: remove-cert-expired-on-20230930.patch
16 Patch0010: backport-Specify-noexcept-for-cdef-functions.patch
17 Patch0011: remove-cert-expired-at-20250512.patch
18 Patch0012: backport-CVE-2024-7246-chttp2-Fix-a-bug-in-hpack-error-handling.patch
[all …]
/third_party/mesa3d/docs/
Dperfetto.rst6 `producers <https://perfetto.dev/docs/concepts/service-model>`__ each with
7 one or more data-sources. Perfetto already provides various producers and
8 data-sources for things like:
10 - CPU scheduling events (``linux.ftrace``)
11 - CPU frequency scaling (``linux.ftrace``)
12 - System calls (``linux.ftrace``)
13 - Process memory utilization (``linux.process_stats``)
21 - pps-producer: A systemwide daemon that can collect global performance
23 - mesa: Per-process producer within mesa to capture render-stage traces
28 .. list-table:: Supported data-sources
[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/rust/rust/
Dconfig.example.toml4 # See https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html#create-a-configtoml …
7 # out with their default values. The build system by default looks for
8 # `config.toml` in the current directory of a build for build configuration, but
9 # a custom configuration file can also be specified with `--config` to the build
13 # Global Settings
16 # Use different pre-set defaults than the global defaults.
23 # If `changelog-seen` does not match the version that is currently running,
26 changelog-seen = 2
35 # Unless you're developing for a target where Rust CI doesn't build a compiler
38 # All tier 1 targets are currently supported; set this to `"if-available"` if
[all …]
/third_party/libabigail/doc/manuals/
Dabidw.rst13 When given the ``--linux-tree`` option, this program can also handle a
29 .. include:: tools-use-libabigail.txt
38 abidw [options] [<path-to-elf-file>]
43 * ``--help | -h``
47 * ``--version | -v``
51 * ``--abixml-version``
55 * ``--add-binaries`` <*bin1,bin2,...*>
57 For each of the comma-separated binaries given in argument to this
59 `--added-binaries-dir` option, then load the ABI corpus of the
64 * ``--follow-dependencies``
[all …]
/third_party/mindspore/mindspore-src/source/cmake/
Dlite_ios.cmake1 set(CMAKE_THREAD_LIBS_INIT "-lpthread")
14 execute_process(COMMAND xcodebuild -version OUTPUT_VARIABLE XCODE_VERSION ERROR_QUIET OUTPUT_STRIP_…
15 string(REGEX MATCH "Xcode [0-9\\.]+" XCODE_VERSION "${XCODE_VERSION}")
16 string(REGEX REPLACE "Xcode ([0-9\\.]+)" "\\1" XCODE_VERSION "${XCODE_VERSION}")
19 get_property(_CMAKE_IN_TRY_COMPILE GLOBAL PROPERTY IN_TRY_COMPILE)
37 set(PLATFORM_INT "${PLATFORM}" CACHE STRING "Type of platform for which the build targets.")
41 message(STATUS "Targeting minimum SDK version ${DEPLOYMENT_TARGET}. Dropping 32-bit support.")
44 message(STATUS "Targeting minimum SDK version ${DEPLOYMENT_TARGET}. Dropping 32-bit support.")
88 message(STATUS "Configuring ${SDK_NAME} build for platform: ${PLATFORM_INT}, architecture(s): ${ARC…
91 message(FATAL_ERROR "The COMBINED options only work with Xcode generator, -G Xcode")
[all …]

12345