Home
last modified time | relevance | path

Searched +full:- +full:- +full:build +full:- +full:config (Results 1 – 25 of 1052) sorted by relevance

12345678910>>...43

/third_party/skia/m133/bazel/
Dbuildrc1 # This file contains the build configurations of Skia that we use for testing on the CI.
2 # These allow a short-form reference for our supported combinations of build features.
3 # https://bazel.build/docs/bazelrc#config
5 # For most build configurations, we will want to set the --cc_output_directory_tag [1]
9 # the target platform, and some suffixes to avoid Bazel-caused and user-caused conflicts. [3] [4]
10 # For example, a default output directory might look like "k8-fastbuild-ST-6a54c1377847".
13 # Note that multiple definitions of a config are allowed - in this event, they are added together.
15 # the trailing newline (and thus having a multi-line definition) is preferred for brevity.
19 # and generated dependency files (e.g. the output of clang --write-dependencies [5]), so having
23 # [1] https://bazel.build/reference/command-line-reference#flag--cc_output_directory_tag
[all …]
/third_party/libuv/.github/workflows/
DCI-win.yml1 name: CI-win
6 - '**'
7 - '!docs/**'
8 - '!src/unix/**'
9 - '!.**'
10 - '.github/workflows/CI-win.yml'
13 - v[0-9].*
14 - master
17 build-windows:
18 runs-on: windows-${{ matrix.config.server }}
[all …]
/third_party/mbedtls/tests/scripts/
Dall.sh6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
15 # -------
20 # ---------------
22 # Warning: the test is destructive. It includes various build modes and
32 # * Basic Unix tools (Windows users note: a Unix-style find must be before
39 # * arm-gcc and mingw-gcc
40 # * ArmCC 5 and ArmCC 6, unless invoked with --no-armcc
53 # The behavior on an error depends on whether --keep-going (alias -k)
55 # * Without --keep-going: the script stops on the first error without
58 # * With --keep-going: the script runs all requested components and
[all …]
/third_party/protobuf/toolchain/
Dtoolchains.bazelrc1 build:cross_config --crosstool_top=//toolchain:clang_suite
2 build:cross_config --//toolchain:release=true
3 build:cross_config --host_crosstool_top=@bazel_tools//tools/cpp:toolchain
5 build:linux-aarch_64 --config=cross_config --cpu=linux-aarch_64
6 build:linux-aarch64 --config=cross_config --cpu=linux-aarch_64
7 build:linux-ppcle_64 --config=cross_config --cpu=linux-ppcle_64
8 build:linux-ppc64le --config=cross_config --cpu=linux-ppcle_64
9 build:linux-s390_64 --config=cross_config --cpu=linux-s390_64
10 build:linux-x86_32 --config=cross_config --cpu=linux-x86_32
11 build:linux-i386 --config=cross_config --cpu=linux-x86_32
[all …]
/third_party/rust/rust/src/bootstrap/
Dconfigure.py3 # ignore-tidy-linelength
35 o("docs", "build.docs", "build standard library documentation")
36 o("compiler-docs", "build.compiler-docs", "build compiler documentation")
37 o("optimize-tests", "rust.optimize-tests", "build tests with optimizations")
38 o("verbose-tests", "rust.verbose-tests", "enable verbose output when running tests")
41 o("local-rust", None, "use an installed rustc rather than downloading a snapshot")
42 v("local-rust-root", None, "set prefix for local rust binary")
43 …"local-rebuild", "build.local-rebuild", "assume local-rust matches the current version, for rebuil…
44 o("llvm-static-stdcpp", "llvm.static-libstdcpp", "statically link to libstdc++ for LLVM")
45 o("llvm-link-shared", "llvm.link-shared", "prefer shared linking to LLVM (llvm-config --link-shared…
[all …]
Dsanity.rs3 //! This module contains the implementation of ensuring that the build
6 //! compilers for cross-compiling are found.
8 //! In theory if we get past this phase it's a bug if a build fails, but in
19 use crate::config::Target;
21 use crate::Build;
29 pub fn new() -> Self { in new()
33 pub fn maybe_have<S: Into<OsString>>(&mut self, cmd: S) -> Option<PathBuf> { in maybe_have()
57 pub fn must_have<S: AsRef<OsStr>>(&mut self, cmd: S) -> PathBuf { in must_have()
64 pub fn check(build: &mut Build) { in check() argument
69 // https://github.com/rust-lang/rust/issues/34959 for more details. in check()
[all …]
Dconfig.rs1 //! Serialized configuration of a build.
3 //! This module implements parsing `config.toml` configuration files to tweak
4 //! how the build runs.
36 "setting {} is incompatible with download-ci-llvm.",
49 /// This is a dry run enabled by the `--dry-run` flag.
65 fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> in deserialize()
73 StringOrInt::String("line-tables-only") => DebuginfoLevel::LineTablesOnly, in deserialize()
84 &"expected none, line-tables-only, limited, or full", in deserialize()
91 /// Suitable for passing to `-C debuginfo`
93 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
[all …]
Dlib.rs1 //! Implementation of rustbuild, the Rust build system.
3 //! This module, and its descendants, are the implementation of the Rust build
4 //! system. Most of this build system is backed by Cargo but the outer layer
8 //! * To be an easily understandable, easily extensible, and maintainable build
10 //! * Leverage standard tools in the Rust ecosystem to build the compiler, aka
12 //! * A standard interface to build across all platforms, including MSVC
32 use config::{DryRun, Target};
37 use crate::config::{LlvmLibunwind, TargetSelection};
50 mod config; module
71 #[cfg(feature = "build-metrics")]
[all …]
/third_party/musl/
Dmusl_config.gni2 # Use of this source code is governed by a BSD-style license that can be
4 import("//build/config/sanitizers/sanitizers.gni")
33 musl_target_triple = "mipsel-linux-ohos"
35 musl_target_triple = "${musl_arch}-linux-ohos"
39 musl_target_triple = "arm-liteos-ohos"
45 runtime_lib_path = "//out/llvm-install/lib/clang/15.0.4/lib"
49 "//prebuilts/clang/ohos/linux-aarch64/llvm/lib/clang/15.0.4/lib"
52 "//prebuilts/clang/ohos/linux-x86_64/llvm/lib/clang/15.0.4/lib"
70 musl_uapi_dir = "//kernel/linux/patches/linux-5.10/prebuilts/usr/include"
71 musl_linux_kernel_dir = "//kernel/linux/linux-5.10"
[all …]
/third_party/skia/m133/third_party/externals/zlib/
DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
5 import("//build/config/compiler/compiler.gni")
6 import("//build/config/dcheck_always_on.gni")
19 import("//build/config/arm.gni")
22 config("zlib_config") {
30 config("zlib_internal_config") {
34 # Build code using -O3, see: crbug.com/1084371.
35 configs = [ "//build/config/compiler:optimize_speed" ]
83 config("zlib_adler32_simd_config") {
108 cflags = [ "-mssse3" ]
[all …]
/third_party/rust/rust/src/bootstrap/config/
Dtests.rs1 use crate::config::TomlConfig;
3 use super::{Config, Flags};
8 fn parse(config: &str) -> Config { in parse() argument
9 Config::parse_inner(&["check".to_owned(), "--config=/does/not/exist".to_owned()], |&_| { in parse()
10 toml::from_str(config).unwrap() in parse()
18 eprintln!("Detected LLVM as non-available: running in CI and modified LLVM in this change"); in download_ci_llvm()
23 let if_available = parse_llvm("llvm.download-ci-llvm = \"if-available\""); in download_ci_llvm()
25 assert!(parse_llvm("llvm.download-ci-llvm = true")); in download_ci_llvm()
26 assert!(!parse_llvm("llvm.download-ci-llvm = false")); in download_ci_llvm()
30 assert!(parse_llvm("build.build = \"x86_64-unknown-linux-gnu\"")); in download_ci_llvm()
[all …]
/third_party/opencl-headers/.github/workflows/
Dwindows.yml7 runs-on: windows-latest
16 - VER: v141
18 GEN: Ninja Multi-Config
22 NINJA_URL: https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip
28 - uses: actions/checkout@v2
30 - name: Cache Ninja install
31 if: matrix.GEN == 'Ninja Multi-Config'
32 id: ninja-install
37 key: ${{runner.os}}-ninja-${{env.NINJA_URL}}
39 - name: Install Ninja
[all …]
Dlinux.yml7 runs-on: ubuntu-18.04
8 container: streamhpc/opencl-sdk-base:ubuntu-18.04-20220127
19 - C_COMPILER: gcc-7
20 CXX_COMPILER: g++-7
23 CONFIG: Debug
25 - C_COMPILER: gcc-7
26 CXX_COMPILER: g++-7
29 CONFIG: Release
31 - C_COMPILER: gcc-7
32 CXX_COMPILER: g++-7
[all …]
/third_party/skia/buildtools/third_party/libc++/
DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
5 import("${skia_root_dir}/build/config/c++/c++.gni")
6 import("${skia_root_dir}/build/config/sanitizers/sanitizers.gni")
7 import("${skia_root_dir}/build/toolchain/toolchain.gni")
10 config("config") {
11 cflags = [ "-fstrict-aliasing" ]
16 "-Wno-macro-redefined",
20 "-std:c++17",
24 "-fPIC",
25 "-std=c++17",
[all …]
/third_party/vulkan-loader/.github/workflows/
Dbuild.yml1 # Copyright (c) 2021-2024 Valve Corporation
2 # Copyright (c) 2021-2024 LunarG, Inc.
8 # http://www.apache.org/licenses/LICENSE-2.0
19 name: CI Build
21 # https://docs.github.com/en/actions/using-jobs/using-concurrency
25 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
26 cancel-in-progress: true
32 - main
34 permissions: read-all
39 runs-on: ${{matrix.os}}
[all …]
/third_party/ncurses/test/package/debian/
Drules1 #!/usr/bin/make -f
10 NCURSES_PKG = ncurses-examples
11 NCURSEST_PKG = ncursest-examples
13 PACKAGES.indep = # ncurses-examples-docs
16 # These are used for cross-compiling and for saving the configure script
18 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
19 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
21 CFLAGS = $(shell dpkg-buildflags --get CFLAGS)
22 CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS)
23 LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
[all …]
/third_party/weex-loader/
Dpackage.json2 "name": "weex-loader",
9 "url": "https://github.com/weexteam/weex-loader.git"
11 "licenses": "Apache-2.0",
20 "lint": "eslint --fix src",
21 "dev": "gazeer -p \"src/*.js\" -c \"npm run build\"",
22 "build": "node node_modules/babel-cli/bin/babel.js src --out-dir lib", string
23 "test:build": "cd test && webpack --config ./webpack.config.js",
24 "test": "npm run test:build",
25 "rich:build": "cd sample && webpack --config ../webpack.rich.config.js",
26 "rich": "npm run lint && npm run build && npm run rich:build",
[all …]
/third_party/icu/docs/userguide/icu/
Dhowtouseicu.md1 ---
6 ---
7 <!--
10 -->
16 {: .no_toc .text-delta }
21 ---
30 build other code using ICU.
32 For C++, note that there are [Recommended Build
33 Options](icu4c/build#recommended-build-options)
34 (both for normal use and for ICU as system-level libraries) which are not
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/
DCMakeLists.txt7 # http://www.apache.org/licenses/LICENSE-2.0
16 "build/Android/include/llvm/Config/abi-breaking.h"
17 "build/Android/include/llvm/Config/config.h"
18 "build/Android/include/llvm/Config/llvm-config.h"
19 "build/Android/include/llvm/Support/DataTypes.h"
20 "build/Fuchsia/include/llvm/Config/abi-breaking.h"
21 "build/Fuchsia/include/llvm/Config/config.h"
22 "build/Fuchsia/include/llvm/Config/llvm-config.h"
23 "build/Fuchsia/include/llvm/Support/DataTypes.h"
24 "build/Linux/include/llvm/Config/abi-breaking.h"
[all …]
/third_party/skia/buildtools/third_party/libunwind/
DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
5 import("${skia_root_dir}/build/config/c++/c++.gni")
7 config("libunwind_config") {
9 "-fstrict-aliasing",
10 "-fPIC",
12 # ValueAsBitPattern in Unwind-EHABI.cpp is only used on Debug builds.
13 "-Wno-unused-function",
17 "-funwind-tables",
22 # compiling the C code with -fexceptions ensures that accurate
24 cflags_c = [ "-fexceptions" ]
[all …]
/third_party/spirv-tools/kokoro/scripts/linux/
Dbuild-docker.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 # Linux Build Script.
19 set -e
21 set -x
26 git config --global --add safe.directory $ROOT_DIR
31 using clang-10.0.0
33 using gcc-9
40 if [[ -d "$dir" ]]; then
41 rm -fr "$dir"
46 if [ $TOOL != "cmake-smoketest" ]; then
[all …]
/third_party/ncurses/package/debian/
Drules1 #!/usr/bin/make -f
15 PACKAGES.indep = ncurses6-doc ncurses6-doc-html
18 # These are used for cross-compiling and for saving the configure script
20 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
21 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
22 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
24 CC_NORMAL = -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wconversion
25 …$(CC_NORMAL) -W -Wbad-function-cast -Wcast-align -Wcast-qual -Wmissing-declarations -Wnested-exter…
39 RPATH_OPT = --enable-rpath
42 RPATH_OPT = --disable-rpath --disable-rpath-hack
[all …]
/third_party/skia/m133/third_party/externals/icu/
DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
5 import("//build/config/features.gni")
6 import("//build/config/host_byteorder.gni")
7 import("config.gni")
11 import("//build/config/android/rules.gni")
15 import("//build/config/sanitizers/sanitizers.gni")
30 # Shared config used by ICU and all dependents.
31 config("icu_config") {
38 # NaCl-related builds also fail looking for dlfcn.h when it's enabled.
66 # Config used only by ICU code.
[all …]
/third_party/grpc/test/distrib/cpp/
Drun_distrib_test_cmake_pkgconfig.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
21 apt-get update && apt-get install -y libssl-dev
23 # Use externally provided env to determine build parallelism, otherwise use default.
24 GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS=${GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS:-4}
27 mkdir -p "third_party/abseil-cpp/cmake/build"
28 pushd "third_party/abseil-cpp/cmake/build"
29 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=17 -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE ../…
30 make "-j${GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS}" install
33 # Install c-ares
[all …]
/third_party/skia/buildtools/third_party/libc++abi/
DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
5 import("${skia_root_dir}/build/config/c++/c++.gni")
9 visibility = [ "${skia_root_dir}/build/config:executable_deps" ]
16 # Build and link against libunwind manually to get this functionality.
29 # This file is supposed to be used in fno-exception builds of
30 # libc++abi. We build lib++/libc++abi with exceptions enabled.
65 configs -= [
66 "${skia_root_dir}/build/config/compiler:chromium_code",
67 "${skia_root_dir}/build/config/compiler:no_exceptions",
68 "${skia_root_dir}/build/config/compiler:no_rtti",
[all …]

12345678910>>...43