Searched +full:build +full:- +full:linux (Results 1 – 25 of 1082) sorted by relevance
12345678910>>...44
| /third_party/rust/crates/rustix/.github/workflows/ |
| D | main.yml | 6 - 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 …]
|
| D | test-users.yml | 10 runs-on: ${{ matrix.os }} 15 …build: [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 …]
|
| /third_party/libuv/.github/workflows/ |
| D | CI-unix.yml | 1 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/gn/infra/recipes/gn.expected/ |
| D | ci_linux.json | 19 "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 …]
|
| D | cipd_register.json | 15 "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 …]
|
| D | cipd_exists.json | 15 "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 …]
|
| D | cq_linux.json | 19 "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.yml | 2 - 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/ |
| D | ci.yml | 1 # 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.yml | 6 # Build by default; don't just check 7 BUILD: build 8 RUSTFLAGS: -D warnings 9 RUSTDOCFLAGS: -D warnings 15 # Tests that don't require executing the build binaries 16 build: &BUILD 18 - . $HOME/.cargo/env || true 19 - $TOOL +$TOOLCHAIN -Vv 20 - rustc +$TOOLCHAIN -Vv 21 - $TOOL +$TOOLCHAIN $BUILD $ZFLAGS --target $TARGET --all-targets [all …]
|
| /third_party/libwebsockets/ |
| D | .sai.json | 2 "schema": "sai-1", 8 "linux-debian-11/x86_64-amd/gcc": { 9 …build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/us… 11 "linux-debian-buster/x86-amd/gcc": { 12 …build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/us… 14 "linux-debian-sid/x86_64-amd/gcc": { 15 …build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/us… 17 "linux-ubuntu-xenial/x86_64-amd/gcc": { 18 …build": "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/vulkan-loader/ |
| D | BUILD.md | 1 # 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.yml | 5 - 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/ninja/.github/workflows/ |
| D | linux.yml | 1 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/crates/libc/ci/ |
| D | build.sh | 5 # 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/icu/ |
| D | .travis.yml | 4 # 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/ |
| D | musl_config.gni | 2 # 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/protobuf/ |
| D | README.md | 1 Protocol Buffers - Google's data interchange format 6 https://developers.google.com/protocol-buffers/ 9 -------- 11 Protocol Buffers (a.k.a., protobuf) are Google's language-neutral, 12 platform-neutral, extensible mechanism for serializing structured data. You 13 …uf's documentation on the Google Developers site](https://developers.google.com/protocol-buffers/). 20 ------------------------------ 26 For non-C++ users, the simplest way to install the protocol compiler is to 27 download a pre-built binary from our release page: 31 In the downloads section of each release, you can find pre-built binaries in [all …]
|
| /third_party/rust/crates/libc/.github/workflows/ |
| D | bors.yml | 6 - auto-libc 7 - try 13 … actions: write # to cancel workflows (rust-lang/simpleinfra/github-actions/cancel-outdated-builds) 16 name: Docker Linux Tier1 17 runs-on: ubuntu-22.04 19 fail-fast: true 22 i686-unknown-linux-gnu, 23 x86_64-unknown-linux-gnu, 26 - uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master 29 - uses: actions/checkout@v3 [all …]
|
| /third_party/skia/third_party/externals/angle2/doc/ |
| D | ExternalBenchmarks.md | 8 On Linux, this is generally achieved with setting `LD_LIBRARY_PATH`. On Windows, ANGLE dlls may 14 GLES 2.0 and supports Linux and Android. It performs tens of tests and reports the framerate for 17 ### glmark2 on Linux 19 To build glmark2 on Linux: 24 $ ./waf configure --with-flavors=x11-glesv2 --data-path=$PWD/data/ 31 $ cd build/src 32 $ ./glmark2-es2 35 To run glmark2 using ANGLE, we need to first create a few links in the build directory of ANGLE: 39 $ ln -s libEGL.so libEGL.so.1 40 $ ln -s libGLESv2.so libGLESv2.so.2 [all …]
|
| /third_party/nghttp2/.github/workflows/ |
| D | build.yml | 1 name: build 5 permissions: read-all 16 build-cache: 19 os: [ubuntu-22.04, macos-12] 21 runs-on: ${{ matrix.os }} 24 - uses: actions/checkout@v4 25 - name: Restore libbpf cache 26 id: cache-libbpf 28 if: runner.os == 'Linux' 30 path: libbpf/build [all …]
|
| /third_party/skia/third_party/externals/dawn/docs/ |
| D | infra.md | 3 …build and run tests for every new change, and Try bots build and run developers' pending changes b… 5 - [Dawn CI Builders](https://ci.chromium.org/p/dawn/g/ci/builders) 6 - [Dawn Try Builders](https://ci.chromium.org/p/dawn/g/try/builders) 7 - [chromium.dawn Waterfall](https://ci.chromium.org/p/chromium/g/chromium.dawn/console) 12 …-buildbucket.cfg](../infra/config/global/cr-buildbucket.cfg). This file contains a few mixins such… 13 - [dawn/try/presubmit](https://ci.chromium.org/p/dawn/builders/try/presubmit) 14 - [dawn/try/linux-clang-dbg-x64](https://ci.chromium.org/p/dawn/builders/try/linux-clang-dbg-x64) 15 - [dawn/try/linux-clang-dbg-x86](https://ci.chromium.org/p/dawn/builders/try/linux-clang-dbg-x86) 16 - [dawn/try/linux-clang-rel-x64](https://ci.chromium.org/p/dawn/builders/try/linux-clang-rel-x64) 17 - [dawn/try/mac-dbg](https://ci.chromium.org/p/dawn/builders/try/mac-dbg) [all …]
|
| /third_party/mesa3d/.gitlab-ci/container/debian/ |
| D | android_build.sh | 3 set -ex 11 apt-get install -y --no-remove $EPHEMERAL 14 ndk=android-ndk-r21d 15 wget -O $ndk.zip https://dl.google.com/android/repository/$ndk-linux-x86_64.zip 16 unzip -d / $ndk.zip "$ndk/toolchains/llvm/*" 20 rdfind -makehardlinks true -makeresultsfile false /android-ndk-r21d/ 21 # Drop some large tools we won't use in this build. 22 find /android-ndk-r21d/ -type f | egrep -i "clang-check|clang-tidy|lldb" | xargs rm -f 24 sh .gitlab-ci/container/create-android-ndk-pc.sh /$ndk zlib.pc "" "-lz" "1.2.3" 26 sh .gitlab-ci/container/create-android-cross-file.sh /$ndk x86_64-linux-android x86_64 x86_64 [all …]
|
| /third_party/libuv/ |
| D | ChangeLog | 7 * build: disable windows asan buildbot (Ben Noordhuis) 11 * build,win: remove extraneous -lshell32 (Ben Noordhuis) 19 * test: check if ipv6 link-local traffic is routable (Ben Noordhuis) 23 * linux: disable io_uring on hppa below kernel 6.1.51 (matoro) 35 * test_fs.c: Fix issue on 32-bit systems using btrfs (Stephen Gallagher) 37 * misc: ignore libuv-release-tool files (Jameson Nash) 43 * linux: remove HAVE_IFADDRS_H macro (Ben Noordhuis) 45 * test: skip tcp-write-in-a-row on IBM i (Abdirahim Musse) 47 * build,win: work around missing uuid.dll on MinGW (Anton Bachin) 55 * linux: fix bind/connect for abstract sockets (Santiago Gimeno) [all …]
|
| /third_party/libffi/ |
| D | README.md | 2 libffi-3.4.1 was released on June 28, 2021. Check the libffi web page 19 told at run-time about the number and types of arguments used to call 46 | --------------- | ---------------- | ----------------------- | 48 | AArch64 | Linux | GCC | 50 | Alpha | Linux | GCC | 52 | ARC | Linux | GCC | 53 | ARM | Linux | GCC | 56 | AVR32 | Linux | GCC | 58 | CSKY | Linux | GCC | 60 | KVX | Linux | GCC | [all …]
|
12345678910>>...44