Home
last modified time | relevance | path

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

12345678910>>...45

/third_party/rust/crates/rustix/.github/workflows/
Dtest-users.yml10 runs-on: ${{ matrix.os }}
15build: [ubuntu, i686-linux, aarch64-linux, powerpc64le-linux, riscv64-linux, mipsel-linux, mips64e…
17 - build: ubuntu
18 os: ubuntu-latest
20 - build: i686-linux
21 os: ubuntu-latest
23 target: i686-unknown-linux-gnu
24 gcc_package: gcc-i686-linux-gnu
25 gcc: i686-linux-gnu-gcc
26 libc_package: libc-dev-i386-cross
[all …]
Dmain.yml6 - main
13 runs-on: ubuntu-latest
15 - uses: actions/checkout@v3
18 - uses: ./.github/actions/install-rust
21 - run: cargo fmt --all -- --check
25 runs-on: ${{ matrix.os }}
28 build: [stable, nightly, 1.48]
30 - build: stable
31 os: ubuntu-latest
33 - build: nightly
[all …]
/third_party/libuv/.github/workflows/
DCI-unix.yml1 name: CI-unix
6 - '**'
7 - '!docs/**'
8 - '!src/win/**'
9 - '!.**'
10 - '.github/workflows/CI-unix.yml'
13 - v[0-9].*
14 - master
17 build-linux:
18 runs-on: ubuntu-latest
[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/gn/infra/recipes/gn.expected/
Dci_linux.json19 "name": "invocations/build:8945511751514863184",
34 "--tags",
46 "name": "invocations/build:8945511751514863184",
71 "name": "invocations/build:8945511751514863184",
85 "rev-parse",
96 "name": "invocations/build:8945511751514863184",
102 "name": "git.rev-parse",
111 "-root",
113 "-ensure-file",
114 … sysroot\nfuchsia/third_party/sysroot/linux git_revision:c912d089c3d46d8982fdef76a50514cca79b6132\…
[all …]
Dcipd_register.json15 "name": "infra-internal:ci"
19 "name": "invocations/build:8945511751514863184",
34 "--tags",
42 "name": "infra-internal:ci"
46 "name": "invocations/build:8945511751514863184",
67 "name": "infra-internal:ci"
71 "name": "invocations/build:8945511751514863184",
85 "rev-parse",
92 "name": "infra-internal:ci"
96 "name": "invocations/build:8945511751514863184",
[all …]
Dcipd_exists.json15 "name": "infra-internal:ci"
19 "name": "invocations/build:8945511751514863184",
34 "--tags",
42 "name": "infra-internal:ci"
46 "name": "invocations/build:8945511751514863184",
67 "name": "infra-internal:ci"
71 "name": "invocations/build:8945511751514863184",
85 "rev-parse",
92 "name": "infra-internal:ci"
96 "name": "invocations/build:8945511751514863184",
[all …]
Dcq_linux.json19 "name": "invocations/build:8945511751514863184",
34 "--tags",
46 "name": "invocations/build:8945511751514863184",
71 "name": "invocations/build:8945511751514863184",
85 "rev-parse",
96 "name": "invocations/build:8945511751514863184",
102 "name": "git.rev-parse",
122 "name": "invocations/build:8945511751514863184",
147 "name": "invocations/build:8945511751514863184",
162 "-root",
[all …]
/third_party/skia/third_party/externals/freetype/
D.gitlab-ci.yml2 - build
4 # FIXME: Use --werror once warnings are fixed.
6 MESON_ARGS: --fatal-meson-warnings
7 MESON_ARGS_WINDOWS: ${MESON_ARGS} --force-fallback-for=zlib
9 .build windows common:
11 # https://gitlab.freedesktop.org/gstreamer/gst-ci/container_registry/213
12 image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/windows:v14-master'
13 stage: 'build'
15 - 'docker'
16 - 'windows'
[all …]
/third_party/f2fs-tools/.github/workflows/
Dci.yml1 # See also https://docs.github.com/en/actions/learn-github-actions/expressions
2 # See also https://github.com/marketplace/actions/setup-android-ndk
9 build:
10 runs-on: ubuntu-latest
12 fail-fast: false
14 build:
15 - android
16 - linux-gcc
17 - linux-clang
18 - linux-x86-gcc
[all …]
/third_party/rust/crates/nix/
D.cirrus.yml6 # Build by default; don't just check
7 BUILD: build
8 CLIPPYFLAGS: -D warnings -A unknown-lints
9 RUSTFLAGS: -D warnings
10 RUSTDOCFLAGS: -D warnings
15 # Tests that don't require executing the build binaries
16 build: &BUILD
18 - . $HOME/.cargo/env || true
19 - $TOOL -Vv
20 - rustc -Vv
[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 …]
/third_party/libwebsockets/
D.sai.json2 "schema": "sai-1",
8 "linux-debian-11/x86_64-amd/gcc": {
9build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/us…
11 "linux-debian-buster/x86-amd/gcc": {
12build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/us…
14 "linux-debian-sid/x86_64-amd/gcc": {
15build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/us…
17 "linux-ubuntu-xenial/x86_64-amd/gcc": {
18build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/us…
20 "linux-debian-sid/x86-amd/gcc": {
[all …]
/third_party/rust/rust/src/ci/docker/host-x86_64/dist-various-2/
DDockerfile3 COPY scripts/cross-apt-packages.sh /scripts/
4 RUN sh /scripts/cross-apt-packages.sh
7 RUN sed -i 's/^# deb-src/deb-src/' /etc/apt/sources.list
9 RUN apt-get update && apt-get build-dep -y clang llvm && apt-get install -y --no-install-recommends…
10 build-essential \
11 # gcc-multilib can not be installed together with gcc-arm-linux-gnueabi
12 g++-8-multilib \
13 libedit-dev \
14 libgmp-dev \
15 libisl-dev \
[all …]
/third_party/rust/rust/src/doc/rustc/src/platform-support/
Dloongarch-linux.md1 # loongarch\*-unknown-linux-\*
7 [LoongArch]: https://loongson.github.io/LoongArch-Documentation/README-EN.html
9 The target name follow this format: `<machine>-<vendor>-<os><fabi_suffix>`, where `<machine>` speci…
10 …ase ABI type is encoded into the os field of the specifier using the string suffix `<fabi-suffix>`.
12 | `<fabi-suffix>` | `Description` |
13 |------------------------|--------------------------------------------------------------------|
14 | f64 | The base ABI use 64-bits FPRs for parameter passing. (lp64d)|
15 | f32 | The base ABI uses 32-bit FPRs for parameter passing. (lp64f)|
21 |----------------------------------|-------------|----------|----------------------------------|
22 | lp64d/base | glibc | linux | loongarch64-unknown-linux-gnu |
[all …]
Darmv7-unknown-linux-uclibceabi.md1 # `armv7-unknown-linux-uclibceabi`
5 …Us and uses the uclibc-ng standard library. This is a common configuration on many consumer router…
19 You will need to download or build a `'C'` cross toolchain that targets ARMv7 softfloat and that us…
21-toolchain) is a sample toolchain that is built using [buildroot](https://buildroot.org/). It uses…
25 [rust-bootstrap-armv7-unknown-linux-uclibceabi](https://github.com/lancethepants/rust-bootstrap-arm…
31 [build]
32 build-stage = 2
33 target = ["armv7-unknown-linux-uclibceabi"]
35 [target.armv7-unknown-linux-uclibceabi]
36 cc = "/path/to/arm-unknown-linux-uclibcgnueabi-gcc"
[all …]
/third_party/vulkan-loader/
DBUILD.md1 # Build Instructions
3 Instructions for building this repository on Linux, Windows, and MacOS.
7 - [Build Instructions](#build-instructions)
8 - [Table Of Contents](#table-of-contents)
9 - [Contributing to the Repository](#contributing-to-the-repository)
10 - [Repository Content](#repository-content)
11 - [Installed Files](#installed-files)
12 - [Build Requirements](#build-requirements)
13 - [Test Requirements](#test-requirements)
14 - [Repository Set-Up](#repository-set-up)
[all …]
/third_party/libunwind/
D.travis.yml5 - HOST=x86_64-linux-gnu
6 - HOST=x86-linux-gnu
7 - HOST=arm-linux-gnueabihf
8 - HOST=aarch64-linux-gnu
9 - HOST=mipsel-linux-gnu
10 # Currently experiencing build failures here
11 #- HOST=powerpc64-linux-gnu
13 linux-s390x: &linux-s390x
14 os: linux
16 env: BUILD=s390x-linux-gnu HOST=s390x-linux-gnu
[all …]
/third_party/rust/crates/libc/ci/
Dbuild.sh5 # The FILTER environment variable can be used to select which target(s) to build.
8 set -ex
18 rustup component add rust-src
32 until [ $n -ge $N ]
34 if rustup target add "${TARGET}" --toolchain "${RUST}" ; then
44 cargo "+${RUST}" "${BUILD_CMD}" -vv --no-default-features --target "${TARGET}"
46 # FIXME: With `build-std` feature, `compiler_builtins` emits a lof of lint warnings.
47 RUSTFLAGS="-A improper_ctypes_definitions" cargo "+${RUST}" "${BUILD_CMD}" \
48 -Z build-std=core,alloc -vv --no-default-features --target "${TARGET}"
53 cargo "+${RUST}" "${BUILD_CMD}" -vv --target "${TARGET}"
[all …]
/third_party/ninja/.github/workflows/
Dlinux.yml1 name: Linux
10 build:
11 runs-on: [ubuntu-latest]
15 - uses: actions/checkout@v2
16 - uses: codespell-project/actions-codespell@master
19 - name: Install dependencies
21 … curl -L -O https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-Linux-x86_64.sh
22 chmod +x cmake-3.16.4-Linux-x86_64.sh
23 ./cmake-3.16.4-Linux-x86_64.sh --skip-license --prefix=/usr/local
24 …curl -L -O https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/Packages/p/p…
[all …]
/third_party/rust/rust/src/ci/docker/host-x86_64/disabled/riscv64gc-linux/
DDockerfile1 # based on armhf-gnu/Dockerfile
4 RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
5 RUN apt-get update -y && apt-get install -y --no-install-recommends \
8 ca-certificates \
12 debian-ports-archive-keyring \
16 gcc-riscv64-linux-gnu \
18 g++-riscv64-linux-gnu \
20 libc6-dev \
21 libc6-dev-riscv64-cross \
23 ninja-build \
[all …]
/third_party/icu/
D.travis.yml4 # ICU4C Docs Build
7 - name: "c: docs"
14 - doxygen
16 - cd icu4c/source
17 - ./runConfigureICU Linux --disable-renaming
20 # The Doxygen version from Travis is down-rev, and doesn't recognize some options
23- set +o pipefail && make doc 2>&1 | tee doxygen.log && ( ! grep -P 'warning:(?! .* file Doxyfile)…
26 - name: "j"
31 - ant
32 - ant-optional
[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")
30 (defined(ohos_kernel_type) && ohos_kernel_type == "linux")) {
31 musl_target_os = "linux"
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"
[all …]
/third_party/rust/rust/src/ci/docker/host-x86_64/dist-various-1/
DDockerfile3 RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
10 libtool-bin \
14 xz-utils \
15 libncurses-dev \
18 ninja-build \
21 ca-certificates \
26 xz-utils \
27 zlib1g-dev \
28 g++-arm-linux-gnueabi \
29 g++-arm-linux-gnueabihf \
[all …]
/third_party/skia/m133/third_party/externals/libyuv/docs/
Dgetting_started.md3 How to get and build the libyuv code.
5 ## Pre-requisites
7 …need to have depot tools installed: https://www.chromium.org/developers/how-tos/install-depot-tools
14 gclient config --name src https://chromium.googlesource.com/libyuv/libyuv
35 For Android add `;target_os=['android'];` to your Linux .gclient
47 target_os = ["android", "linux"];
62 call gn gen out\Release "--args=is_debug=false target_cpu=\"x64\""
63 call gn gen out\Debug "--args=is_debug=true target_cpu=\"x64\""
64 ninja -v -C out\Release
65 ninja -v -C out\Debug
[all …]

12345678910>>...45