Home
last modified time | relevance | path

Searched +full:linux +full:- +full:cxx +full:- +full:install (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/external/liburing/.github/workflows/
Dbuild.yml10 runs-on: ubuntu-latest
13 fail-fast: false
16 # x86-64 gcc
17 - arch: x86_64
18 cc_pkg: gcc-x86-64-linux-gnu
19 cxx_pkg: g++-x86-64-linux-gnu
20 cc: x86_64-linux-gnu-gcc
21 cxx: x86_64-linux-gnu-g++
23 # x86-64 clang
24 - arch: x86_64
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dpkgcheck.yml4 ci-pkgcheck:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu GCC
12 os: ubuntu-latest
14 cxx-compiler: g++
16 - name: Ubuntu GCC -m32
17 os: ubuntu-latest
19 cxx-compiler: g++
20 packages: gcc-multilib g++-multilib
[all …]
Dcmake.yml4 ci-cmake:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu 18.04 GCC
12 os: ubuntu-18.04
14 cxx-compiler: g++
16 - name: Ubuntu GCC ASAN
17 os: ubuntu-latest
19 cxx-compiler: g++
20 cmake-args: -DWITH_SANITIZER=Address
[all …]
/external/lz4/.github/workflows/
Dci.yml6 # - gcc
7 # - clang
10 # - All test cases which described as 'fail' must be fixed and replaced with 'true'.
11 # - gcc-11 (x32, x86) : "../lib/lz4hc.c:148: LZ4HC_countBack: Assertion `(size_t)(match - mMin) <…
12 # - all clangs (x32, x86) : "../lib/lz4hc.c:282: int LZ4HC_InsertAndGetWiderMatch(...): Assertion…
20 lz4-c-compilers:
23 fail-fast: false # 'false' means Don't stop matrix workflows even if some matrix failed.
28 …# pkgs : apt-get package names. It can include multiple package names which are delimit…
30 # cxx : C++ compiler executable for `make ctocpptest`.
33 # x86 : Set 'true' if compiler supports x86 (-m32). Otherwise, set 'false'.
[all …]
/external/angle/third_party/glslang/src/.github/workflows/
Dcontinuous_integration.yml7 - main
9 permissions: read-all
12 linux:
13 runs-on: ubuntu-22.04
15 fail-fast: false
17 compiler: [{cc: clang, cxx: clang++}, {cc: gcc, cxx: g++}]
20 - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
21 - uses: lukka/get-cmake@18d87816d12dd87ec1449d47b9b3a587e0a1cc19 # v3.29.5
22 - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
24 python-version: '3.7'
[all …]
Dcontinuous_deployment.yml3 # Github github-script action: https://github.com/actions/github-script
5 # Octokit front-end to the GitHub REST API: https://octokit.github.io/rest.js/v18
6 # Octokit endpoint methods: https://github.com/octokit/plugin-rest-endpoint-methods.js/tree/master/…
8 # TODO: Use actions/upload-artifact and actions/download-artifact to simplify deployment.
17 - main
18 paths-ignore:
19 - 'README.md'
20 - 'README-spirv-remap.txt'
21 - 'LICENSE.txt'
22 - 'CODE_OF_CONDUCT.md'
[all …]
/external/cronet/third_party/libc++/src/utils/ci/
Dbuildkite-pipeline-clang.yml1 #===----------------------------------------------------------------------===##
5 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 #===----------------------------------------------------------------------===##
10 # This file describes the various pre-commit CI bots used to test Clang against
13 # compiling libc++ and running its test suite against the just-built Clang,
20 - label: "Format"
22 - "! grep -rnI '[[:blank:]]$' clang/lib clang/include clang/docs || false"
25 queue: "libcxx-builders"
26 os: "linux"
29 - exit_status: -1 # Agent was lost
[all …]
/external/libcxx/docs/
DBuildingLibcxx.rst15 On Mac OS 10.7 (Lion) and later, the easiest way to get this library is to install
16 Xcode 4.2 or later. However if you want to install tip-of-trunk from here
23 * ``cd where-you-want-llvm-to-live``
24 * ``svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm``
28 * ``cd where-you-want-llvm-to-live``
30 * ``svn co http://llvm.org/svn/llvm-project/libcxx/trunk libcxx``
34 * ``cd where-you-want-llvm-to-live``
36 * ``svn co http://llvm.org/svn/llvm-project/libcxxabi/trunk libcxxabi``
47 * ``cmake -G <generator> [options] <path to llvm sources>``
51 * ``make cxx`` --- will build libc++ and libc++abi.
[all …]
/external/toolchain-utils/go/chromeos/
Dbuild_go2 set -e -o pipefail
8 # It assumes that the "x86_64-cros-linux-gnu" toolchain is already installed.
9 # It assumes that the "armv7a-cros-linux-gnueabihf" toolchain is
11 # It assumes that the "aarch64-cros-linux-gnu" toolchain is already installed.
13 if [[ ! -e "make.bash" && -e "src/make.bash" ]]
19 GOOS="linux" GOARCH="amd64" CGO_ENABLED="1" \
20 CC_FOR_TARGET="x86_64-cros-linux-gnu-clang" \
21 CXX_FOR_TARGET="x86_64-cros-linux-gnu-clang++" \
22 ./make.bash --no-clean
23 GOOS="linux" GOARCH="amd64" CGO_ENABLED="1" \
[all …]
/external/jsoncpp/
D.travis.yml2 # http://about.travis-ci.com/docs/user/build-configuration/
5 # gem install travis --no-rdoc --no-ri
12 - clang-format
13 - meson
14 - ninja
18 - ubuntu-toolchain-r-test
19 - llvm-toolchain-xenial-8
21 - clang-format-8
22 - clang-8
23 - valgrind
[all …]
/external/deqp-deps/glslang/.github/workflows/
Dcontinuous_integration.yml7 - main
9 permissions: read-all
12 linux:
13 runs-on: ubuntu-22.04
15 fail-fast: false
17 compiler: [{cc: clang, cxx: clang++}, {cc: gcc, cxx: g++}]
20 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
21 - uses: lukka/get-cmake@139aae96315b496d9af1b5e9abe53b15ca7eece8 # v3.28.3
22 - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
24 python-version: '3.7'
[all …]
/external/cronet/third_party/libc++/src/docs/
DBuildingLibcxx.rst16 libc++ :ref:`here <using-libcxx>`.
21 non-functional. Use the CMake option ``CMAKE_INSTALL_PREFIX`` to select a safe
22 place to install libc++.
34 .. code-block:: bash
36 $ git clone https://github.com/llvm/llvm-project.git
37 $ cd llvm-project
39 …$ cmake -G Ninja -S runtimes -B build -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" # Config…
40 $ ninja -C build cxx cxxabi unwind # Build
41 $ ninja -C build check-cxx check-cxxabi check-unwind # Test
42 …$ ninja -C build install-cxx install-cxxabi install-unwind # Install
[all …]
/external/libffi/
D.travis.yml1 ---
6 # For qemu-powered targets, get the list of supported processors from
7 # travis by setting QEMU_CPU=help, then set -mcpu= for the compilers
12 - os: linux
13 env: HOST=or1k-elf RUNTESTFLAGS="--target_board or1k-sim" DEJAGNU="/opt/.travis/site.exp"
14 - os: linux
15 env: HOST=m32r-elf RUNTESTFLAGS="--target_board m32r-sim" DEJAGNU="/opt/.travis/site.exp"
16 - os: linux
17 env: HOST=bfin-elf RUNTESTFLAGS="--target_board bfin-sim" DEJAGNU="/opt/.travis/site.exp"
19 # - os: osx
[all …]
/external/openthread/.github/workflows/
Dbuild.yml33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
49 runs-on: ubuntu-22.04
51 - name: Harden Runner
52 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
54 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
56 - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
[all …]
/external/eigen/ci/
Dsmoketests.gitlab-ci.yml1 .buildsmoketests:linux:base:
5 - apt-get update -y
6 - apt-get install -y --no-install-recommends software-properties-common
7 - add-apt-repository -y ppa:ubuntu-toolchain-r/test
8 - apt-get update
9 - apt-get install --no-install-recommends -y ${EIGEN_CI_CXX_COMPILER}
10 ${EIGEN_CI_CC_COMPILER} cmake ninja-build
12 - mkdir -p ${BUILDDIR} && cd ${BUILDDIR}
13 - CXX=${EIGEN_CI_CXX_COMPILER} CC=${EIGEN_CI_CC_COMPILER} cmake -G
14 ${EIGEN_CI_CMAKE_GENEATOR} -DEIGEN_TEST_CXX11=${EIGEN_TEST_CXX11}
[all …]
/external/skia/infra/bots/assets/clang_linux/
DDockerfile2 # https://github.com/llvm/llvm-project/blob/76fd4bf675b5ceeeca0e4e15cf15d89c7acf4947/llvm/utils/doc…
6 # docker pull launcher.gcr.io/google/debian10:latest && docker images --digests | grep debian10
9 # Install build dependencies of llvm.
12 sed 's/^deb/deb-src /g' >> /etc/apt/sources.list
13 # Install compiler, python, etc. We need clang and lld because otherwise we have issues compiling
14 # compiler-rt (it fails using the built-in ld).
18 RUN apt-get update && \
19 apt-get install -y --no-install-recommends \
20 ca-certificates=20200601~deb10u2 gnupg=2.2.12-1+deb10u2 \
21 build-essential=12.6 cmake=3.13.4-1 make=4.2.1-1.2 python3=3.7.3-1 \
[all …]
/external/fmtlib/.github/workflows/
Dlinux.yml1 name: linux
10 runs-on: ubuntu-20.04
13 cxx: [g++-4.8, g++-10, clang++-9]
17 - cxx: g++-4.8
18 install: sudo apt install g++-4.8
19 - cxx: g++-8
22 install: sudo apt install g++-8
23 - cxx: g++-8
26 install: sudo apt install g++-8
27 - cxx: g++-9
[all …]
/external/webrtc/third_party/crc32c/src/
D.travis.yml2 # http://about.travis-ci.org/docs/user/build-configuration/
3 # This file can be validated on: http://lint.travis-ci.org/
10 - gcc
11 - clang
13 - linux
14 - osx
17 - GLOG=1 SHARED_LIB=0 BUILD_TYPE=Debug
18 - GLOG=1 SHARED_LIB=0 BUILD_TYPE=RelWithDebInfo
19 - GLOG=0 SHARED_LIB=0 BUILD_TYPE=Debug
20 - GLOG=0 SHARED_LIB=0 BUILD_TYPE=RelWithDebInfo
[all …]
/external/liburing/
Dconfigure3 set -e
5 cc=${CC:-gcc}
6 cxx=${CXX:-g++}
11 --help|-h) show_help=yes
13 --prefix=*) prefix="$optarg"
15 --includedir=*) includedir="$optarg"
17 --libdir=*) libdir="$optarg"
19 --libdevdir=*) libdevdir="$optarg"
21 --mandir=*) mandir="$optarg"
23 --datadir=*) datadir="$optarg"
[all …]
/external/sdv/vsomeip/third_party/boost/predef/
Dazure-pipelines.yml5 # Copyright Rene Rivera 2019-2020.
10 - develop
11 - master
12 - feature/*
16 - develop
29 - stage: Test
32 - job: 'Linux'
35 …GCC 10 (GNU): { CXX: g++-10, PACKAGES: g++-10, VM_IMAGE: 'ubuntu-18.04', TOOLSET: gcc, B2_ARGS: 'c…
36 …GCC 10 (ISO): { CXX: g++-10, PACKAGES: g++-10, VM_IMAGE: 'ubuntu-18.04', TOOLSET: gcc, B2_ARGS: 'c…
37 GCC 10: { CXX: g++-10, PACKAGES: g++-10, VM_IMAGE: 'ubuntu-18.04', TOOLSET: gcc }
[all …]
/external/grpc-grpc/tools/dockerfile/grpc_artifact_python_linux_armv7/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
16 # on x64 machine. The dockcross/linux-armv7 image is a x86_64
18 FROM dockcross/linux-armv7
20 RUN apt update && apt install -y build-essential zlib1g-dev libncurses5-dev libgdbm-dev \
21 libnss3-dev libssl-dev libreadline-dev libffi-dev && apt-get clean
25 RUN /scripts/install_python_for_wheel_crosscompilation.sh "3.6.13" "3.6.13" /opt/python/cp36-cp36m
26 RUN /scripts/install_python_for_wheel_crosscompilation.sh "3.7.10" "3.7.10" /opt/python/cp37-cp37m
27 RUN /scripts/install_python_for_wheel_crosscompilation.sh "3.8.8" "3.8.8" /opt/python/cp38-cp38
28 RUN /scripts/install_python_for_wheel_crosscompilation.sh "3.9.2" "3.9.2" /opt/python/cp39-cp39
29 RUN /scripts/install_python_for_wheel_crosscompilation.sh "3.10.0" "3.10.0rc1" /opt/python/cp310-cp…
[all …]
/external/nanopb-c/
D.travis.yml2 # and it overrides $CC/$CXX if language is set to c/c++ (only one, not both).
8 - "2.7"
9 - "3.4"
13 - CC=gcc CXX=g++
14 - CC=gcc-4.8 CXX=g++-4.8
15 - CC=gcc-4.9 CXX=g++-4.9
16 - CC=gcc-5 CXX=g++-5
17 - CC=clang CXX=clang++
22 - ubuntu-toolchain-r-test
24 - gcc-4.8
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/grpc_artifact_python_linux_armv7/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
16 # on x64 machine. The dockcross/linux-armv7 image is a x86_64
18 FROM dockcross/linux-armv7
20 RUN apt update && apt install -y build-essential zlib1g-dev libncurses5-dev libgdbm-dev \
21 libnss3-dev libssl-dev libreadline-dev libffi-dev && apt-get clean
25 RUN /scripts/install_python_for_wheel_crosscompilation.sh "3.6.13" "3.6.13" /opt/python/cp36-cp36m
26 RUN /scripts/install_python_for_wheel_crosscompilation.sh "3.7.10" "3.7.10" /opt/python/cp37-cp37m
27 RUN /scripts/install_python_for_wheel_crosscompilation.sh "3.8.8" "3.8.8" /opt/python/cp38-cp38
28 RUN /scripts/install_python_for_wheel_crosscompilation.sh "3.9.2" "3.9.2" /opt/python/cp39-cp39
29 RUN /scripts/install_python_for_wheel_crosscompilation.sh "3.10.0" "3.10.0rc1" /opt/python/cp310-cp…
[all …]
/external/zstd/
DMakefile5 # This source code is licensed under both the BSD-style license (found in the
8 # You may select, at your option, one of the above-listed licenses.
24 # When cross-compiling from linux to windows, you might
28 # Note: mingw-w64 build from linux to windows does not
40 ## default: Build lib-release and zstd-release
42 default: lib-release zstd-release
53 $(Q)$(MAKE) -C $(PRGDIR) all
54 $(Q)$(MAKE) -C $(TESTDIR) all
58 $(MAKE) -C $(PRGDIR) zstd32
59 $(MAKE) -C $(TESTDIR) all32
[all …]
/external/flac/.github/workflows/
Daction.yml12 - name: ubuntu-latest-clang-autotools
13 os: ubuntu-latest
15 cxx: clang++
16 build-system: autotools
17 configure-opts: ''
19 - name: ubuntu-latest-gcc-cmake
20 os: ubuntu-latest
22 cxx: g++
23 build-system: cmake
24 configure-opts: ''
[all …]

12345678910>>...12